Re: Cocoa Bindings & GUI question
Re: Cocoa Bindings & GUI question
- Subject: Re: Cocoa Bindings & GUI question
- From: August Trometer <email@hidden>
- Date: Mon, 16 May 2005 11:11:22 -0500
Bind your master checkbox's 'value' attribute to your model (e.g.
user defaults) with whatever key path you want. Then, for each of
the checkboxes in your group, bind their 'enabled' attribute to
your model to the same key path as for your master checkbox.
Thanks for the tip. I noticed that there 2 kinds of userdefaults:
NSUserDefaultsController and the Shared User Defaults. Which one
should I use? I have seen in some examples that they use the shared
one, so what's the use of the other one?
Thanks in advance,
Jesus
_______________________________________________
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
_______________________________________________
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