Hi Mike,
re:
> it seems to block the gui and wait for me to do something next?
The gui will be blocked because the call to moi.ui.alert() will show a modal dialog box.
You'll need to dismiss the alert dialog box for it to progress to the end of the script.
- Michael
|