Re: NSBrowser focus question
Re: NSBrowser focus question
- Subject: Re: NSBrowser focus question
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 14 Jul 2005 10:34:09 -0600
On Jul 14, 2005, at 10:21 AM, Marcus S. Zarra wrote:
Just to be clear on your suggestion, and to make sure I am not
missing something else, after the sheet is visible I should
retrieve a reference to the matrix in column 0 and call something
like:
[sheet makeFirstResponder:matrix];
where sheet is the sheet the browser is on and the matrix is the
matrix returned by asking the browser for it's first column?
Or do it all in one step:
[sheet makeFirstResponder:[browser matrixInColumn:0]];
where "browser" is an NSBrowser and "sheet" is a window of some sort.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden