Is there a way to wait for Send> to finish entering text before continuing with a script? Suppose I have numerous send messages.
Send>test...
Send>test...
Send>test....
It takes anywhere from a few seconds to many seconds for this to complete depending on the speed of the machine and/or the editor I'm entering text into. I could issue a very long Wait command but there has to be some other way to know that it has finished entering text. any ideas?
wait for Send Character/Text
Moderators: JRL, Dorian (MJT support)
You can try adding a WaitReady in there, or incrase the delay between each character press...
The help file for Send> gives the example of;
Let>SK_DELAY=10
(meaning a 10ms delay between each sent character).
If there is a specific "event" or icon / color / pixel that occurs when the system is ready... you can try checking for that.
The help file for Send> gives the example of;
Let>SK_DELAY=10
(meaning a 10ms delay between each sent character).
If there is a specific "event" or icon / color / pixel that occurs when the system is ready... you can try checking for that.