NSBrowser's current selection
NSBrowser's current selection
- Subject: NSBrowser's current selection
- From: Chase Meadors <email@hidden>
- Date: Mon, 20 Jul 2009 20:28:40 -0500
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 the documentation states that "ask
the delegate to select" never get called.
Then there's the -loadedCellAtRow:Column: method. The documentation
states it "loads, if necessary, the cell and returns." Does this mean
it calls
-browser:willDisplayCell:atRow:Column: to set the value before
returning it?
Any help appreciated, thanks.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden