It's a pretty typical situation.  I've got my model objects stored in an NSSet. 
 An NSArrayController that is bound to the NSSet.  And then an NSTableView with 
one NSTableColumn bound to the arrangedObjects.name property of the 
NSArrayController.  It works great.  Now I've introduced a custom NSCell object 
into the NSTableView.  The custom cell displays a title, a subtitle, and a 
status image - all of which I want to be able to bind to 3 separate properties 
of the model object.  How do I do this?  Right now with the 'value' binding 
bound to the arrangedObjects.name property, on the title of my custom cell 
updates when the model updates.  If the subtitle or status update in the model 
object the cell does not update.  Any help is greatly appreciated.
_______________________________________________

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