I have two instances of macro scheduler opened
But i have no idea how can i stop the second macro running thought the macro opened in instance A, hotkeys saved to stop each macro are lost when i reopen they, and i keep having one hotkey to stop the two instance.
Im trying do somethin like when macro A run herself stop others macro running.
Cant find any macro stop command.
If i try set two different hotkeys to stop each instance, when i close and open again only one hotkey will be loaded
I have a macro running in instance B(2)
Sometimes i need call another macro using a hotkey then i have instance A for it, i need when the macro running in instance A the macro in B stop.Stop a macro through another
Moderators: Dorian (MJT support), JRL
Re: Stop a macro through another
Ok i got it:
One more doubt, theres any event or anything to detect if a macros running ?
Code: Select all
//VK119=F8
OnEvent>Key_Down,VK119,0,STOP
SRT>STOP
MDL>Stopping
Exit>0
END>STOP
Label>start
my code here
my code here
my code here
GoTo>start