|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| window.resizable.terminate(WindowID) |
Parameters
| ID | WindowID | Optional. ID of the window to set as resizable. If this parameter is not specified or set to null, the main window is hidden. |
Return value
No value is returned.
Description
This function hides the window and save the current size, position and state.
For more information: window_resizable.k |
MioScript Sample Code
event.load
app.init()
window.resizable.init()
event.end
event.terminate()
window.resizable.terminate()
event.end |
|
|
|