| Maptitude GISDK Help |
Shows a previously hidden dialog box, toolbox, or toolbar.
ShowDbox(string dbox_name)
| Argument | Contents |
|---|---|
| dbox_name | The name of the dialog box to show |
If dbox_name is null, ShowDbox() shows the current dbox.
button "OK" 3, 9, 9 do
HideDbox()
RedrawMap()
ShowDbox()
end
| Error Type | Meaning |
|---|---|
| NotFound | The specified dialog box is not open |
| 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 |
| ©2025 Caliper Corporation | www.caliper.com |