Object: Dialog
- Updated2024-09-12
- 2 minute(s) read
(Area | Areas | BirdsEyeView | Bode | Cascade | ChannelTable | Contour | CurveChart2D | Dialog | DisplayObj | Map | Orbit | Picture | Polar | ShaftCenterline | Sheet | TextBox | Video) > Area > Object: Dialog
Object: Dialog
The Dialog object provides access to a user dialog box in DIAdem VIEW. You use the Dialog object to define the size of the dialog box and the basic properties of the user dialog box, and also variables and properties. You can design the user dialog box with the dialog editor in DIAdem SCRIPT.
The following example assigns a dialog box to the active area and displays this dialog box in red:
| VBScript | Python |
Dim oMySheet, oMyObj Call View.NewLayout() Set oMySheet = View.ActiveSheet View.ActiveSheet.ActiveArea.DisplayObjType = "Dialog" Set oMyObj = oMySheet.ActiveArea.DisplayObj oMyObj.FileName = ProgramDrv & "Libr/Documents/ViewTemplate.sud" oMyObj.DlgName = "Dlg1" oMyObj.Dialog.Color = RGB(255, 0, 0)
Properties
Area | Dialog | DlgName | FileName | ToolbarVisible
Methods
See Also
Examples
Alignment Functions in DIAdem VIEW | Automatic Display of Harmonic Frequencies | Bird's Eye View Display | Calculating a Tangent to a Curve | Contour Display in DIAdem VIEW | Creating and Viewing Long Data Channels | Dynamic Display of Statistical Characteristic Values in DIAdem VIEW | Overlaying Objects in Videos | Planetary Motion | Synchronizing Videos and Data | Synchronizing Videos and Waveform Data | User Dialog Box in VIEW for the Calculation of the FFT and Harmonic Frequencies | Using a User Command to Calculate the Difference between the Y-Values | Various Display Modes in DIAdem VIEW | Vibration Data Analysis with Parallel Processing | Viewing and Automatically Analyzing Data