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