Rustywinger Posted October 16, 2007 Report Share Posted October 16, 2007 Is there a way to disable keyboard and mouseclick input while a macro is running? Sometimes it is not obvious to my users that a macro is running and they start to enter text before it is done, resulting in data being put into the wrong fields, etc. There also needs to be some kind of failsafe that re-enables them if the macro fails or is stopped so users aren't stuck with a dumb PC. Thanks! edit- It would be fantastic if there was some way to buffer the input instead! :-) Quote Link to comment Share on other sites More sharing options...
kevin Posted October 16, 2007 Report Share Posted October 16, 2007 Is there a way to disable keyboard and mouseclick input while a macro is running?Not yet.Sometimes it is not obvious to my users that a macro is runningOne solution is to use the Text Box Display command to tell the user to wait for a moment. The macro can control when the text box is displayed and when it is removed. Quote Link to comment Share on other sites More sharing options...
floyd Posted October 16, 2007 Report Share Posted October 16, 2007 Is there a way to disable keyboard and mouseclick input while a macro is running? I cannot find anything for the keyboard, but take a look at this mouse-blocking post. I have not tried it myself, but according to the author, it works just fine. Quote Link to comment Share on other sites More sharing options...
Rustywinger Posted October 16, 2007 Author Report Share Posted October 16, 2007 Not yet.One solution is to use the Text Box Display command to tell the user to wait for a moment. The macro can control when the text box is displayed and when it is removed. That sounds pretty good, I'll give that a try, thanks Kevin and Floyd! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.