Re: Tabbing to buttons in a procedural view.
Re: Tabbing to buttons in a procedural view.
- Subject: Re: Tabbing to buttons in a procedural view.
- From: Ricky Sharp <email@hidden>
- Date: Thu, 05 Oct 2006 07:24:50 -0500
On Thursday, October 05, 2006, at 03:04AM, Joel Norvell <email@hidden> wrote:
>I've implemented a number of NSTextField items and NSButton items PROCEDURALLY
>(without using IB) in a container view. I successfully setup the
>firstResponder and tried setting up the nextKeyView chain, but the buttons are
>skipped when I tab sequentially through these items.
Make sure full keyboard access in the 'keyboard & mouse' category is turned on in System Preferences. As long as you've wired your next views correctly, it will all work.
When full keyboard access is OFF, you'll only tab to controls that always need keyboard access (e.g. editable text, lists). Otherwise, when ON, it will allow you to tab to every control that can optionally work with keyboard access (this is usually anything whose cell is derived from NSActionCell).
--
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