Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pausing a Function/Macro
#3
Other way - instead of using separate window-triggered function, do all it in the macro. Example:

Code:
Copy      Help
;...
;at this time, a window "Word Not Found" may appear or not

wait 1 WA "Word Not Found"; err goto Continue ;;wait for the window. If it does not appear during 1 s, go to label Continue
;place here the code that should be executed in case the window appears


;Continue
;...


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)