Re: NSBrowser focus question
Re: NSBrowser focus question
- Subject: Re: NSBrowser focus question
- From: "Marcus S. Zarra" <email@hidden>
- Date: Thu, 14 Jul 2005 10:21:24 -0600
Thank you for that link it was very helpful. Being new to Cocoa and
Objective-C I did not realize that a NSBrowser wrapped around the NSMatrix
class like that.
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?
Thank you for your assistance, it is greatly appreciated.
On 7/14/05, Nick Zitzmann <email@hidden> wrote:
>
> I don't think you can navigate the browser with the keyboard by
> making the browser the first responder. Since NSBrowser encapsulates
> a number of NSMatrix objects equal to the number of columns it is
> displaying, you probably want to make one of those matrices (probably
> the first one) the first responder. See <file:///Developer/ADC%
> 20Reference Library/documentation/Cocoa/Reference/ApplicationKit/
> ObjC_classic/Classes/NSBrowser.html#//apple_ref/doc/uid/20000078-
> BAJEAFJD> for details.
>
_______________________________________________
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