Description
Description-Separate-1This example shows you how to call Modal / Non-Modal dialog(SUD) with your VB Script in DIAdem. The SUDDlgShow function that calls the SUD is a modal dialog method. Therefore, other functions of DIAdem are not available when using User Dialog. But, the non-modal dialog box call method let the parallel execution of DIAdem and SUD.
Description-Separate-2How to Use
How-Separate-1The two different dialog calling methods in Modal and Non-Modal are implemented separately on two VBSs.
- Modal Dialog method :
- Open the Script tab of the DIAdem.
- Run the script, Modal Dialog.VBS in attached file.
- Non-Modal Dialog method :
- Open the Script tab of the DIAdem.
- Run the script, Non-Modal Dialog.VBS in attached file
Note : The attached dialog script is named Dlg_XTable_Example.SUD. This dialog displays the groups, channels, and data in the Data portal loaded into the DIAdem using Xtable. You can modify, delete, or add each channel data. See the related link for details.
How-Separate-2Related Links
Related-Separate-1Related-Separate-2