Re: NSBrowser
Re: NSBrowser
- Subject: Re: NSBrowser
- From: Brian Webster <email@hidden>
- Date: Thu, 11 Oct 2001 13:48:57 -0500
On Thursday, October 11, 2001, at 09:57 AM, cocoa-dev-
email@hidden wrote:
I also thought maybe I could try adding
- (BOOL)browser:(NSBrowser *)sender selectRow:(int)row
inColumn:(int)column
to my delegate. This requires that the delegate select the cell before
returning, but I can't figure out how to select the cell corresponding
to the row and column.
What I am trying to do seems so simple. Can anyone tell me the easy way
to do it?
You should call [sender selectRow:row inColumn:column].
--
Brian Webster
email@hidden
http://homepage.mac.com/bwebster