• 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
Tabbing into NSTableView finally solved!!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tabbing into NSTableView finally solved!!


  • Subject: Tabbing into NSTableView finally solved!!
  • From: Pierre-Olivier Latour <email@hidden>
  • Date: Sat, 07 Sep 2002 19:40:58 +0200

Hi,

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 just found this in the AppKit release notes:
http://developer.apple.com/techpubs/macosx/ReleaseNotes/AppKit.html

I don't if it works under 10.1 though. Anyone could give a try?


_____________________________________________________________

Pierre-Olivier Latour email@hidden
Lausanne, Switzerland http://www.pol-online.net
_______________________________________________
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.

  • Prev by Date: Re: how to centralize functionality more elegantly?
  • Next by Date: &#65279;Human Interface Devices (HID) with Application Kit
  • Previous by thread: Re: Objects between threads
  • Next by thread: Re: Tabbing into NSTableView finally solved!!
  • Index(es):
    • Date
    • Thread