Re: NSBrowser focus question
Re: NSBrowser focus question
- Subject: Re: NSBrowser focus question
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 14 Jul 2005 10:13:25 -0600
On Jul 14, 2005, at 8:54 AM, Marcus S. Zarra wrote:
Does anyone know why the browser refuses to accept focus except for
when I
click a mouse on it?
I do.
makeFirstResponder changes focus to the border of the
browser but does not let me navigate inside of the browser with the
keyboard.
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.
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