Is it possible to have a non-modal SUD dialog box? I would like to use a SUD dialog box to show some things going on while a script is running, and would like it to operate much like a non-modal message box.
Sorry but SUD dialogs are modal dialogs only. If you only want to display some text, please have a look at "MsgBoxDisp". It's just a message box, but it can be displayed as non-modal.
Thank you for your reply, I was hoping to display a table (with changing values) or some images while scripts were executing, but I will be content with the non-modal MsgBoxDisp dialog boxes 🙂