the pendingClick

Colin Holgate coiin at verizon.net
Wed Aug 11 10:58:24 EDT 2010


I was going to post something on those lines too (the one where you set a variable to know whether to not do the mouseup after all), but there's a big problem. The rules for mousedoubleup are that it is triggered when the mouse is released after the double click. That means you could click, click again before the doubleclickinterval, but release after the doubleclickinterval. You intended to do a double click, but the pending message you had set for the mouseup would have already triggered before the mousedoubleup event happens.






More information about the use-livecode mailing list