Re: NSArrayController question [Solved]

2009-11-10 Thread Mark Smith
g Soong To: cocoa-dev@lists.apple.com Sent: Tue, November 10, 2009 7:26:45 PM Subject: NSArrayController question Hi all, I have a very common UI layout: a Master/Detail view. The Master is a NSTableView bound via a NSArrayController to a NSMutableArray, with buttons for Add and Remove whose Ta

Re: NSArrayController question [Solved]

2009-11-10 Thread Oftenwrong Soong
Sent: Tue, November 10, 2009 7:26:45 PM Subject: NSArrayController question Hi all, I have a very common UI layout: a Master/Detail view. The Master is a NSTableView bound via a NSArrayController to a NSMutableArray, with buttons for Add and Remove whose Target/Action is the NSArrayController&

NSArrayController question

2009-11-10 Thread Oftenwrong Soong
Hi all, I have a very common UI layout: a Master/Detail view. The Master is a NSTableView bound via a NSArrayController to a NSMutableArray, with buttons for Add and Remove whose Target/Action is the NSArrayController's add and remove actions. The Detail box displays attributes of the NSArrayCo