show()

Shows or hides the main application window.

Syntax

show()
show(state)

Parameters

Parameter Type Description
state Number (Optional) `1` to show, `0` to hide. optional

Return Value

Examples

Show the main window

show();

Hide the main window

show(0);

Explicitly show the main window

show(1);

See also

is_visible
show
hide
set_status
set_progress
is_ui_ready