• 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
NSTableView setDoubleAction/NSControl setAction
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSTableView setDoubleAction/NSControl setAction


  • Subject: NSTableView setDoubleAction/NSControl setAction
  • From: Gerben Wierda <email@hidden>
  • Date: Wed, 7 Aug 2002 10:52:46 +0200

At a point in my app I set the actions for a certain NSTableView:

[fileTable setAction:@selector( inspect:)];
[fileTable setDoubleAction:@selector( trueinspect:)];

This works, but with a twist. The single click action works, but the double click action runs *both*. Is this a bug in NSTableView?

G

(When I set breakpoint in both methods, it is impossible for me to geta double click action at all. On the first click I hit the breakpoint in inspect: and the second click gets lost. An I am a very fast double clicker...

G
_______________________________________________
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.

  • Follow-Ups:
    • Re: NSTableView setDoubleAction/NSControl setAction
      • From: Angela Brett <email@hidden>
  • Prev by Date: Re: enough of accessors - how about private method naming conventions in the real world?
  • Next by Date: Re: Accessor methods and (auto)release: Relationships vs References in ULM
  • Previous by thread: Re: NSComboBox vs NSComboBoxCell
  • Next by thread: Re: NSTableView setDoubleAction/NSControl setAction
  • Index(es):
    • Date
    • Thread