PopupWindow
|
Miscellaneous functions |
SYNTAX | PopupWindow( bodytext, captiontext, timeout = 5, left = -1, top = -1, width = -1, height = -1, captureFocus = True ); |
RETURNS | NOTHING |
FUNCTION | The function creates and displays pop-up window with specified bodytext, captiontext.
Parameters:
|
EXAMPLE | if( ParamTrigger("Display
Popup Window", "Press here" )
) |
SEE ALSO | ParamColor() function , ParamDate() function , ParamField() function , ParamList() function , PARAMSTR() function , ParamStyle() function , ParamTime() function , ParamToggle() function , ParamTrigger() function |
The PopupWindow function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.