Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
shutdown (end running functions)
#1
hey...i was wondering if there is some way to make a functions so that it shutsdown all the running macros/functions except one certain fucnctions...this is because i have a bunch of buttons on a dialog that can be run at the same time and if i want to stop them all at once but not close the dialog...is it possible?
#2
You could make a button and place it in your dialog, with a code like this:
Code:
Copy      Help
shutdown -6 0 "Function1"
shutdown -6 0 "Function2"
shutdown -6 0 "Function3"
shutdown -6 0 "Function4"
shutdown -6 0 "Function5"
shutdown -6 0 "Function6"
;;;shutdown -6 0 "Function7"
;;;shutdown -6 0 "Function8"
;;;shutdown -6 0 "Function9"
;;;shutdown -6 0 "Function10"
;;;shutdown -6 0 "Function11"
;;;shutdown -6 0 "Function12"
;;;etc.

and when you want it all to shutdown, just click that button and have it shutdown all the functions and leave the dialog open.

Note: You must fill in "Function1", "Function2", etc. with the function names you want to shutdown.
Taking on Quick Macros one day at a time


Forum Jump:


Users browsing this thread: 1 Guest(s)