Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | popupAlert.klib | popupAlert.show SEARCH    

  Functions
popupAlert.add
popupAlert.hide
popupAlert.init
popupAlert.show

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

Function
popupAlert.show

Language: MioScript
Product: MioFactory


Syntax

popupAlert.show(Width, Height, Image)


Parameters

INTWidthWidth of the popup window.
INTHeightHeight of the popup window.
STRINGImageBMP 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.