• 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: Top five reasons your NSTableView doesn't respond to double
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Top five reasons your NSTableView doesn't respond to double


  • Subject: Re: Top five reasons your NSTableView doesn't respond to double
  • From: Bill Bumgarner <email@hidden>
  • Date: Sat, 10 May 2003 22:05:07 -0400

On Saturday, May 10, 2003, at 14:23 US/Eastern, email@hidden wrote:
1. And the number one reason your NSTableView doesn't respond to double
clicks is...you haven't set the target!

[tableView setTarget:self];

Assuming that the NSTableView is using the standard AppKit responder chain, this last step should only be necessary if the target is not in the responder chain (and not a delegate of the Window or Application -- I don't believe the Table's delegate will be counted in the responder chain).

At least, that is how it should work....

b.bum
_______________________________________________
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: Newbie: Storing text for use in code
  • Next by Date: NSCalendarDate unarchives from plist as NSCFDate
  • Previous by thread: NSGraphicsContext
  • Next by thread: NSCalendarDate unarchives from plist as NSCFDate
  • Index(es):
    • Date
    • Thread