Re: end edit for NSTextView & switch to next key view
Re: end edit for NSTextView & switch to next key view
- Subject: Re: end edit for NSTextView & switch to next key view
- From: Bill Cheeseman <email@hidden>
- Date: Tue, 16 Apr 2002 05:48:42 -0400
on 02-04-16 3:42 AM, Cyril Godefroy at email@hidden wrote:
>
Have you tried making this work in IB without using your special
>
nextKeyView? Radio buttons apparently don't respond to nextKeyView. At
>
least that's what I see from my test.
Default keyboard navigation using the Tab key cycles among text-based
controls only. To get full keyboard navigation, using the tab key to
navigate among ALL controls, you have to use the System Preferences Keyboard
pane to turn it on.
In Cocoa, I believe the Tab key cannot be intercepted unless you first call
a method that causes the text view to treat it as typing text instead of
controlling keyboard navigation. Maybe you can't even intercept it then; I
haven't tried. The documentation does give a clear explanation of this.
From his description, it sounds like he thinks he is intercepting the Tab
key but really isn't, because of not covering all the items mentioned above.
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook -
http://www.AppleScriptSourcebook.com
Vermont Recipes -
http://www.stepwise.com/Articles/VermontRecipes
Croquet Club of Vermont -
http://members.valley.net/croquetvermont
_______________________________________________
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.