Le 14 juin 2010 à 07:32, Robert Lorentz a écrit :

> Now - this is where my issue starts - if I instead bind my NSTextField to 
> "array controller - selection.description", my program crashes with EXC BAD 
> ACCESS!  I have edited the store file, and confirmed that yes I do have 
> attribute entries for "name" and "description" both.  

Description is a kind of reserved name: it is normally bound in every object 
(since it is defined in the NSObject root class) to a method giving the result 
of "print operation" like NSLog(@"%@", object). Try to use another name 
instead, like "descr", for example.

Vincent_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to