Re: Nested binding question
Re: Nested binding question
- Subject: Re: Nested binding question
- From: mmalc crawford <email@hidden>
- Date: Tue, 4 Sep 2007 11:15:18 -0700
On Sep 4, 2007, at 10:52 AM, Kevin Hoffman wrote:
So, theoretically, were someone to try and do this kind of nested
binding today using Tiger, how would they go about doing it?
It's not quite clear now exactly what you want.
Is it the case that you have an array of Order objects managed by an
array controller (Orders Controller) and you want in a table view to
display the Order Items associated with the current selection in
Orders Controller?
If so, you need a second array controller, to manage the selection.
Its Class Name will (obviously) be OrderItem, and you bind its Content
Array to [Orders Controller].selection.
mmalc
_______________________________________________
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