Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog Questions - dbl click, modifier click
#9
I have lots of double and triple clicks for my dialog buttons and toolbar items --
just add the following to the first line of the function being called and change the mes statements to whatever function or macro you want...

Function SingleDoubleTripleQuadClick
Code:
Copy      Help
wait 0.3 ML; err mes "single click"; ret;; if no click in 0.3 sec then user intended single click
wait 0.3 ML; err mes "double click"; ret ;; if no click in 0.3 sec then user intended double click
wait 0.3 ML; err mes "triple click"; ret ;; if no click in 0.3 sec then user intended triple click
mes "quadruple click"

make sure that you have it set as "Allow only single instance" in function properties and it should work great.

Stuart


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)