ABORT ! ABORT !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
You can start up a script via the "Add-Ins->Script and Add-Ins" menu option which gives you a dialog...
from which you can start up a selected script using the Run button or just by double clicking on the script you want to start. There's also a Stop button which apparently is intended to allow you to stop a script. But as soon as you start your script that dialog disappears.
So, how can you stop a running script?
Now, in my particular script I've got a lot of diagnostic messages that pop up via the ui->messageBox() method, and I'm wondering if maybe the popping up of a messageBox is what causes the disappearance of the "Scripts and Add-In" dialog. But still, for a script that's popping up messageBox dialogs, how do I get the script to Stop?