On 2011 Dec 20, at 09:57, [email protected] wrote: > How do I display the EventScores for selected Entry in the second column?
I think maybe you need another array controller or two. Generally, one array controller for each table. In the detail array controller, bind the "Content" to the master array controller, with Controller Key = 'selection' and Model Key path = 'foo2'. In a typical detail table⦠For the first column, bind the "Content" to masterArrayController with Controller Key = 'selection' and Model Key path = 'foo2'. For other columns, bind the "Value" to the detailArrayController with Controller Key = 'arrangedObject' and Model Key path = 'foo3'. Might not fit your case exactly, but that's what I see in one of my projects that works. _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
