Re: Re: Cocoa Bindings Question(s)
Re: Re: Cocoa Bindings Question(s)
- Subject: Re: Re: Cocoa Bindings Question(s)
- From: <email@hidden>
- Date: Fri, 16 Jul 2004 22:47:44 -0400
>
From: mmalcolm crawford <email@hidden>
>
>
>
Do you have a custom array controller that is initialising the new
>
object? Is it possible some default value is not itself being
>
initialised?
>
>
mmalc
It's an NSArrayController that was dragged to the MyDocument nib
(remember, I'm just starting with this stuff). It was originally maintaining the
data array itself (ie. the contentArray binding was not set, and Object Class
Name is set to the custom data class ,Book, that just has two NSString's).
I changed it to have the contentArray bound to File's owner(MyDocument) /
modelKeyPath=bookList (NSMutableArray, defined in MyDocument.h)
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.