Re: NSBrowser focus question
Re: NSBrowser focus question
- Subject: Re: NSBrowser focus question
- From: "Marcus S. Zarra" <email@hidden>
- Date: Thu, 14 Jul 2005 11:49:46 -0600
Nick,
Thank you that did indeed move the focus inside of the NSBrowser like
I wanted. Another question for you, I can programmatically select the
first row in the first column but I can't seem to get it to highlight
that cell. As soon as I hit an arrow key the highlight shows up
properly for the NEXT cell. Any chance you know how to get it to
highlight the first cell?
Thanks again! :)
Marcus
On 7/14/05, Nick Zitzmann <email@hidden> wrote:
> 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.
_______________________________________________
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