|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
Parameters
| STRING | Title | Title of the window to activate. |
Return value
No value is returned.
Description
Activate the specified window. The window can be owned by another widget or Windows application.
When activated, the window is bring to front and the keyboard input is redirected to it.
Using extern.exists, you can check if the window exists before activating it. If the window do not exists, you can launch the application with {SYSTEM_EXECUTE} or {link:SETUP_OPENWITHLOCALENGINE}. |
|
|
|