Re: Binding : NSTableView -> NSControllerArray -> NSUserDefaultController
Re: Binding : NSTableView -> NSControllerArray -> NSUserDefaultController
- Subject: Re: Binding : NSTableView -> NSControllerArray -> NSUserDefaultController
- From: Brent Gulanowski <email@hidden>
- Date: Fri, 15 Oct 2004 11:28:23 -0400
On Fri, 15 Oct 2004 10:47:11 +0200, Benoit HERVIER
<email@hidden> wrote:
>
Binding : NSTableView -> NSControllerArray -> NSUserDefaultController
>
>
Hi
>
>
I'm new to binding ... and i find this very powerfull ...
>
>
But i ve a little probleme ...
>
>
I ve a NSTableView bind to NSControllerArray bind to
>
NSUserDefaultController
>
>
But NSUserDefaultController give a NSDictionary and not a
>
NSMutableDictionary ...
>
>
So how to do this ? thanks
>
>
Sorry for my english ...
>
>
--
>
BenoƮt HERVIER (Alias Khertan)
Where does the dictionary come from originally? You must make it
mutable at that point. The defaults controller only gives you what it
received in its "values" dictionary attribute.
A common source is the registration dictionary you create and provide
to NSUserDefaults using the -registerDefaults: method.
--
Brent Gulanowski
http://www.boredastronaut.com
_______________________________________________
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