Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find All Open Programs
#9
Function PleaseWait:

Code:
Copy      Help
\Dialog_Editor

;BEGIN DIALOG
;0 "" 0x10C00A44 0x100 0 0 72 31 "Quick Macros"
;3 Static 0x54000000 0x0 12 8 48 12 "Please wait ..."
;END DIALOG
;DIALOG EDITOR: "" 0x2010800 "" ""


opt waitmsg 2
ShowDialog("PleaseWait" 0 0 0 1)

Create new function, name it PleaseWait, and paste this code. To paste, use menu Edit -> Other formats -> Paste escaped. Call this function at the beginning of the macro. If your QM version is older, remove opt waitmsg 2 and insert opt waitmsg 1 in the macro, before PleaseWait. Example:

opt waitmsg 1
PleaseWait
...


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)