dlg_show()

Displays a custom dialog window.

Syntax

dlg_show(handle)

Parameters

Parameter Type Description
handle String The handle of the dialog to display.

Return Value

Examples

Show an existing custom dialog

dlg_show("dialog_123");

See also

dlg_new
dlg_init
dlg_update
dlg_clear

dlg_show
dlg_abort

dlg_is_valid
dlg_keep_open
dlg_callback

dlg_modal
dlg_set_resizable
dlg_set_pos
dlg_set_size
dlg_set_btn
dlg_set_name
dlg_set_color