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.



_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to