On 3/11/14, 10:09 AM, Björnke von Gierke wrote:
Hi

I wanted to disable mousedoubleup for a short time on a specific
object, but it seems it's not possible to do this whit the
doubleclickinterval, as that is not available on windows.

The problem is of course that in this stack people will click very
fast and the double events will then "swallow" some of the
interactions. Is there any other workaround to react to the mouse
events, but none of the double ones?


There's the old standby:

on mouseDoubleUp
  mouseUp
end mouseDoubleUp

The clicks will queue.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com


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

Reply via email to