Re: MacOS: Selecting from Multiple tables in the same window

2012-11-20 Thread Kyle Sluder
On Sat, Nov 17, 2012, at 07:36 AM, Joseph Ayers wrote: > In MacOS 10.8 I have a window that contains two NSTableViews > clipListTable and > tablesTable > > > In the data model. tablesTable has a to-many relationship with the > selection of clipListTable What does this mean? Table views cannot ha

MacOS: Selecting from Multiple tables in the same window

2012-11-20 Thread Joseph Ayers
In MacOS 10.8 I have a window that contains two NSTableViews clipListTable and tablesTable In the data model. tablesTable has a to-many relationship with the selection of clipListTable In the window controller awakeFromNib I set the window controller to be the delegate of the two tables - (vo