Re: Using setDoubleAction with NSTableView
Re: Using setDoubleAction with NSTableView
- Subject: Re: Using setDoubleAction with NSTableView
- From: Corbin Dunn <email@hidden>
- Date: Mon, 6 Jun 2005 09:25:11 -0700
This is my first message to this list and I would like to know if
somebody had (or is having) the same problem of mine. I have set
the action setDoubleAction to an NSTableView and it has worked fine
except for a strange behaviour: if I double-click the rows in a top-
to-bottom way the action is triggered normally, but when I double-
click one of the previous rows nothing happens and if I start over
clicking the next row the action is triggered again. Isn't it strange?
This might be a "speed" issue. If you do more than a double-click,
tableview will not send the doubleClick action. (ie: triple, or
greater, clicks will not send the message). So, if you are clicking
around very quickly, it is possibly you are sending more than a
double click.
-corbin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden