|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| window.ID.statusIcon.show(tooltipText, iconFile) |
Parameters
| STRING | tooltipText | Text to be displayed when the mouse is over the status icon.
| | STRING | iconFile | Icon file (.ico). The status icon is 16x16 and supports up to 24 bits colors with alpha channel. |
Return value
| Top position of the window. |
Description
Shows an icon in the windows status bar.
One icon can be shown per window, so an application can show up to 255 icons (not recommended!)
Events are raised when the mouse is moved or a mouse button pressed over the status icon.
For more info: window....
Important: The status icon must be hidden in the event event.terminate.
To hide the status icon: window.ID.statusIcon.hide. |
|
|
|