Notifications
Clear all
[Closed] Wait for Dialog Completion
Jul 16, 2008 1:30 am
What’s the best way to handle a pop-up dialog window.
We have a script which pops up a little interface when it’s executed in order to handle some house cleaning.
I would like to be able to call this dialog as a function aka
Stuff
Stuff
Stuff
PopUpDialog #(stuff,stuff) condition:true
[WAIT for Dialog to be closed]
Stuff
Stuff
Stuff.
How do I get the parent to sit and wait while the offspring does its thing?
3 Replies
Jul 16, 2008 1:30 am
I’m not sure I understand what you are trying to do, but if you’re using a dialog, you can make it modal.
Cheers,
o