Displays a pop-up window that contains specified content with a specified time duration.
Button Content :
None
-
Next
-
Done
-
Content : String Argument
Content of window to be displayed.
Duration : Integer Argument
Duration of popup displayed on desktop in milliseconds. If specified value is zero, the alert has to be closed manually.
Heading : String Argument
Heading of window to be displayed.
Position :
Bottom
- The window is to be showed in the bottom position.
Top
- The window is to be showed in the top position.
Left
- The window is to be showed in the left position.
Right
- The window is to be showed in the right position.
Selector : UIDataSelector Argument
To display UI Selector window.
Height : Integer Argument
The height of the pop-up window.
Width : Integer Argument
The width of the pop-up window.
X : Integer Argument
The X_Coordinate of window to be displayed.
Y : Integer Argument
The Y_Coordinate of window to be displayed.