nmanager Posted April 3, 2008 Report Share Posted April 3, 2008 Timing seems to be a big issue in a macro we are using and the Keystroke Speed and Macro Playback Speed controls seem to be the fix. However, something is wrong. Using Integer Variables 98 and 99 to control the keyboard and playback speed - Keyboard 200 milliseconds and playback factor 3 <IVAR2:99:01:200><IVAR2:98:01:3><SPKEY:%N99%><SPEED:%N98%> This appears to work okay in the "main" part of the program, but when I use <SPKEY:%N99%><SPEED:%N98%> in a called program (MACRUN2:) the Integer Variables 98 and 99 are passed into the called program, but there is no effect on the keyboard or playback speed. What am I doing wrong? Quote Link to comment Share on other sites More sharing options...
johnboy691 Posted April 3, 2008 Report Share Posted April 3, 2008 Just a stab in the dark here...Is the Ignore Macro Speed Factor checked or unchecked in the Set Delay command if you have any of them in your scripting have anything to do with it? 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.