There is a command named WaitCursorChanged
But I need something like "WaitCursorIdle", ie, a command that make the macro wait till the cursor become idle.
"WaitCursorChanged" does not work because when the cursor is already idle, it stop the macro.
I need "WaitCursorIdle". Whit this, if the cursor is already idle, the macro goes on. If the cursor is not idle, the macro wait.
WaitCursorIdle
Moderators: Dorian (MJT support), JRL
How do you define an idle cursor? Have you tried this:
http://www.mjtnet.com/forum/viewtopic.p ... light=idle
http://www.mjtnet.com/forum/viewtopic.p ... light=idle
MJT Net Support
[email protected]
[email protected]
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
You can also look at using WaitReady>1 to allow some processes to complete before continuing.
Before using Mouse Move and/or Send> commands, I frequently use
WaitWindowOpen>WindowTitle*
SetFocus>WindowTitle*
WaitReady>1
Before using Mouse Move and/or Send> commands, I frequently use
WaitWindowOpen>WindowTitle*
SetFocus>WindowTitle*
WaitReady>1
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!