Re: Tabbing between all widgets without changing user preferences
Re: Tabbing between all widgets without changing user preferences
- Subject: Re: Tabbing between all widgets without changing user preferences
- From: Ricky Sharp <email@hidden>
- Date: Thu, 22 Jun 2006 06:50:03 -0500
On Thursday, June 22, 2006, at 04:16AM, email@hidden <email@hidden> wrote:
>I am working on a cocoa app which needs to allow the user to tab
>between NSTextFields, NSButtons and NSPopUpButtons.
>
>I can not ask my users to "enable all controls tab focus" in their
>user preferences as this option affects all of their apps and I only
>need it for my own.
Your users will need to turn that feature on if they want to drive apps via the keyboard; that's the reason the feature exists.
>Is there a way to do so or do I have to create a container view that
>contains its own buttons and popups ... therefore write my own AppKit !
You're looking at an incredible amount of work here. Just let the existing framework work as-is. Note that if you're doing anything custom on your side, make sure it works with the setting either way. A good example to follow is the ClockControl.
--
Rick Sharp
Instant Interactive(tm)
_______________________________________________
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