Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Disable Mouse While Macro Is Running?
#1
Hi,

Is it possible to disable the mouse while a macro is running?

I have a few problem users that keep playing with the mouse when the macros are running which is causing them to crash.

Thanks,

Paul.
#2
Macro
Trigger F10     Help - how to add the trigger to the macro
Code:
Copy      Help
mouse.BlockInput 1
#3
Thanks, it worked when I used it in the QM application, but does it work ok in a .exe?

I tried it, but it also stopped me from using the keyboard. So when I pressed the stop key, it didn't recognise I pressed it and didn't allow me to do anything.
#4
Here in forum you can find function BlockInput2. It can disable only mouse.


Forum Jump:


Users browsing this thread: 1 Guest(s)