interface dialog_box display

Allows you to display existing dialog box window.
The dialog box is a blank interface window created where various buttons and option menus can be placed. The dialog box may not be required to be displayed always. It can be displayed by the command as the need arises.

Format:

 
interface dialog_box display
dialog_box_name =
an existing GI_dbox
parameter =
string

Example:

 
interface dialog_box display &
dialog_box_name =
.gui.dgbox &
parameter =
STRING

Description:

 
Parameter
Value Type
Description
dialog_box _name
An Existing GI_dbox
Specifies the name of an existing dialog box
parameter
String
Specifies the parameter for dialog box display

Extended Definition:

1. The dialog box may not be required to be displayed every time, and can be displayed or closed by using the ‘dialog_box display’ and ‘dialog_box undisplay’ commands respectively.
2. The ‘start_command’ associated with the dialog get executed when the dialog box is displayed.