• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Tabbing to buttons in a procedural view.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Tabbing to buttons in a procedural view. (From: Joel Norvell <email@hidden>)

  • Prev by Date: Re: determine image type
  • Next by Date: how to set url type in launchservices.plist
  • Previous by thread: Tabbing to buttons in a procedural view.
  • Next by thread: Finding all deleted objects from Core Data
  • Index(es):
    • Date
    • Thread