Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | popupAlert.klib | popupAlert.init 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.init

Language: MioScript
Product: MioFactory


Syntax

popupAlert.init(Filename, bitmapFile, transparentColor)


Parameters

STRINGFilenameHTML file to open in the browser object.
_STRINGbitmapFileName of a bitmap file to be used to set the shape of the popup.
BMP format is required.
_COLORtransparentColorTransparent color. bitmapFile must be set.


Return value

No value is returned.


Description

Initializes the alert popup window and the browser object to be used to display alerts.

This function must be called at startup.
The HTML file must include the library alertEngineEx.js.

If bitmapFile is specified, a non-rectangular popup window is created.