PDA

View Full Version : Pauses in Multicommands



Ron
October 13th, 2002, 03:55 PM
Hi Dave,

Yep its possible, just use the "wait"
command, this command can either
wait for a window (checkbox) (make sure
you set the timeout as wel!!) or
wait for a specific amount of time.

Ron

Ron
October 13th, 2002, 03:55 PM
The wait command is a little broken in
3.0.20 ( it overrides the antirepeat )
so if you have troubles with that
try the 3.0.21 pre 3 release.

Ron

dcoufal
October 13th, 2002, 03:55 PM
Is it possible to add pauses in multicommands? I'd like to have a single multicommand start up an .exe, then select a button in that .exe. In my current multicommand, I have both actions, but the second action does not execute and I get a "cannot find window" message, which I assume means that the .exe has not started yet.

Girder's a great utility! Thanks.
-Dave

dcoufal
October 13th, 2002, 03:55 PM
How did I miss it? :)

Thanks, Ron