Re: Implementing a many-to-many ("reflexive") relationship using bindings and an NSTableView
Re: Implementing a many-to-many ("reflexive") relationship using bindings and an NSTableView
- Subject: Re: Implementing a many-to-many ("reflexive") relationship using bindings and an NSTableView
- From: Benjamin Stiglitz <email@hidden>
- Date: Thu, 26 Mar 2009 12:26:21 -0400
- Mail-followup-to: 'Cocoa Developers' <email@hidden>
> To implement the proposed interface, one cannot solely use bindings to
> accomplish this w/o modeling the intermediary join table. The relationship
> management is instead accomplished via code (through NSSets and so on as per
> mmalc's example).
Correct; not with a straight tableview. You can generate NSSets based on
the table, set up dependent keys and bind to those.
-Ben
_______________________________________________
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