07-17-2006, 07:08 AM
Im trying to make a macro that will tell me I am already running a macro and that it will not run the second macro and the QM Message box will come up telling me that u have any idea how to make?
HELP!
|
07-17-2006, 07:08 AM
Im trying to make a macro that will tell me I am already running a macro and that it will not run the second macro and the QM Message box will come up telling me that u have any idea how to make?
07-17-2006, 12:32 PM
not an answer to your question, but a general hint:
Quick Macros :: View topic - Before you post, read this (absolutely necessary)! Forum rules and tips Quote:In your post
07-17-2006, 01:03 PM
try these links for info on using global variables to help.
WatchDog Thread Pausing a Function/Macro
07-17-2006, 01:22 PM
07-24-2006, 05:54 PM
how would i end Macro9 and Dialog2 ?
function Macro9
07-24-2006, 07:28 PM
Dialog2 runs in the same thread and is automatically closed when Macro9 ends.
07-24-2006, 07:34 PM
Macro9
if(getopt(nthreads 3)>1) shutdown -7 so it is -7, right ?
07-24-2006, 08:05 PM
To end this thread it will be ret or end. To end previous thread, it will be clo "Dialog2 dialog title".
|
« Next Oldest | Next Newest »
|