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
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