• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Checkbox, Dictionary, Bindings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Checkbox, Dictionary, Bindings


  • Subject: Checkbox, Dictionary, Bindings
  • From: Chris Outwin <email@hidden>
  • Date: Mon, 9 Jan 2006 17:18:06 -0600

I would like to manage a checkbox via a dictionary and bindings. The problem is NSNumber and NSValue are immutable, and I can't find another class to represent the changing on/off state of the checkbox. What class can I use?

	  NSDictionary* _properties;

NSArray* values = [NSArray arrayWithObjects:[What Class?], // scalesImage
nil];


	  NSArray* keys = [NSArray arrayWithObjects:@"scalesImage"

_properties = [[NSDictionary alloc] initWithObjects:values forKeys:keys];
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden
  • Follow-Ups:
    • Re: Checkbox, Dictionary, Bindings
      • From: Greg Herlihy <email@hidden>
  • Prev by Date: Screen saver with a configure sheet?
  • Next by Date: Re: QTKit problems - add audio to movie blits to screen!?!
  • Previous by thread: Re: Screen saver with a configure sheet?
  • Next by thread: Re: Checkbox, Dictionary, Bindings
  • Index(es):
    • Date
    • Thread