Re: NSBrowser's current selection

2009-07-20 Thread Graham Cox
On 21/07/2009, at 11:28 AM, Chase Meadors wrote: I'm using an NSBrowser with old-fashioned delegate methods. How can I be notified when the selection changes, and then get the correct object value for that row and column? Both NSBrowser delegate methods – browser:selectCellWithString:inCol

NSBrowser's current selection

2009-07-20 Thread Chase Meadors
Hi, I'm using an NSBrowser with old-fashioned delegate methods. How can I be notified when the selection changes, and then get the correct object value for that row and column? Both NSBrowser delegate methods – browser:selectCellWithString:inColumn: and – browser:selectRow:inColumn: which