ShowDbox()

Summary

Shows a previously hidden dialog box, toolbox, or toolbar.

Syntax

ShowDbox(string dbox_name)

Argument Contents
dbox_name The name of the dialog box to show

Notes

  • If dbox_name is null, ShowDbox() shows the current dbox.

Example

button "OK" 3, 9, 9 do
HideDbox()
RedrawMap()
ShowDbox()
end

Error Codes

Error Type Meaning
NotFound The specified dialog box is not open

See Also

Function Summary
HideDbox() Hides a dialog box, toolbox, or toolbar
UpdateDbox() Runs the update macro of a toolbox or toolbar
CloseDbox() Closes a toolbox or toolbar