• 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: Notificate double click under NSTableView Row
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Notificate double click under NSTableView Row


  • Subject: RE: Notificate double click under NSTableView Row
  • From: "Amit Sadana" <email@hidden>
  • Date: Tue, 10 Feb 2004 18:04:25 +0530
  • Thread-topic: Notificate double click under NSTableView Row

You will have to use
[yourTableView setDoubleAction:@selector(yourMethod:)];

since it involves single click action also, you will also have to use
setAction method and set it to nil if you don't want anything to
happened on single click of table row

-Amit

-----Original Message-----
From: Roberto Sobachi [mailto:email@hidden]
Sent: Tuesday, February 10, 2004 4:23 PM
To: email@hidden
Subject: Notificate double click under NSTableView Row

How can I notificate DoubleClick into an NSTableView ROW?



Roberto Sobachi
developer
http://www.xidiar.com
_______________________________________________
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.
_______________________________________________
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: Custom NSControls
  • Next by Date: Re: catching uncaught exceptions
  • Previous by thread: Notificate double click under NSTableView Row
  • Next by thread: Non-activating Window
  • Index(es):
    • Date
    • Thread