RE: Notificate double click under NSTableView Row
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.