|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| popupAlert.show(Width, Height, Image) |
Parameters
| INT | Width | Width of the popup window.
| | INT | Height | Height of the popup window.
| | STRING | Image | BMP Image file to be used as a mask. The first left pixel of the image is used as transparent color. |
Return value
No value is returned.
Description
| Shows the popup alert window. |
|
|
|