Popup

Deprecated. Do not use in new code.

(Alarm Manager module)

Description: Causes an alarm pop-up dialog to display.
Returns: Numeric
Usage: Script Only.
Function Groups: Alarm,  Graphics
Related to:
Format: \AlarmManager.Popup(ModuleName, Title, Width, Height, X, Y);
Parameters:  
ModuleName
Required. Any expression providing a text result. Name of module to draw in the window
Title
Required. Any expression providing a text result. Window title
Width
Required. Numeric expression. Number of pixels wide for the dialog
Height
Required. Numeric expression. Number of pixels high for the dialog
X
Required. Numeric expression. Location on the screen for the dialog, measured from the left.
Y
Required. Numeric expression. Location on the screen for the dialog measured from the top.
Comments: The Popup subroutine always returns "1".