Re: Tabbing into NSTableView finally solved!!
Re: Tabbing into NSTableView finally solved!!
- Subject: Re: Tabbing into NSTableView finally solved!!
- From: Matt Neuburg <email@hidden>
- Date: Mon, 9 Sep 2002 07:33:27 -0700
On Sat, 07 Sep 2002 19:40:58 +0200, Pierre-Olivier Latour
<email@hidden> said:
>
For those who haven't noticed: here's how to make your NSTableView become
>
first responder when the user presses tab: simply subclass NSTableView and
>
add this:
>
>
- (BOOL) needsPanelToBecomeKey
>
{
>
return YES;
>
}
I don't see what difference this makes; it still doesn't get a blue
highlight ring, so the user will never know. m.
--
matt neuburg, phd = email@hidden,
http://www.tidbits.com/matt
pantes anthropoi tou eidenai oregontai phusei
Subscribe to TidBITS! It's free and smart.
http://www.tidbits.com/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.