Re: Bindings for dictionaries inside of an array
Re: Bindings for dictionaries inside of an array
- Subject: Re: Bindings for dictionaries inside of an array
- From: Jerry Krinock <email@hidden>
- Date: Thu, 30 Jul 2009 15:09:28 -0700
On 2009 Jul 30, at 12:40, Lance Braud wrote:
I thought that the keys in your objects are these:
bounds,
contents,
quadrilateralPoints,
type,
pageIndex,
color
I have tried making the second table bind to the array controller's
"Controller Key" using "selection," and binding "Model Key Path" to
"key," but that throws the following exception:
*** Terminating app due to uncaught exception
'NSUnknownKeyException', reason: '[<AppController 0x135f50>
valueForUndefinedKey:]: this class is not key value coding-compliant
for the key skimNotes.key.'
which is expected since the literal "key" is not one of the six keys
given above.
Using "key" works when it is a dictionary by itself
Show us what you mean by that.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden