NSTableView setDoubleAction/NSControl setAction
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.