DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Non-Modal SUD Dialog Possible?

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. 
 
Thanks!  Julia
0 Kudos
Message 1 of 3
(3,467 Views)
Hi Julia,
 
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.
 
Hope this helps
 
Andreas
0 Kudos
Message 2 of 3
(3,464 Views)
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 🙂
0 Kudos
Message 3 of 3
(3,460 Views)