BALLOON - v14


balloon                       icon=<text>, caption=<text>, message=<text>, timer=<num>, x=<num>, y=<num>

Function

Create and manipulate the balloon control.

Parameters

icon

Text denoting the icon type in the message. It can be:

= err error icon

= inf information icon

= war warning icon

A variable cannot be used for this field.

 

 

caption

Title displayed in the caption

 

 

message

 

The text of the message. Each line should be in the form of <message>, with a semi-colon used to terminate the last line.
 

timer

A decimal value that correspond to the time in second, or fraction of second.
 

x,y

Coordinates where the balloon will be displayed, if no coordinates are defined the message will be shown on the center of the application frame.

Examples

balloon icon=err, caption='Title', message='text message', timer=3

balloon i=err, c='MyTitle', m='my personal text for you', t=0.5, x=10, y=10

Notes

The MEN file may be populated with a varying sequence of objects as listed in the following table;

 

Detailed description of  the use of the BALLOON can be found in the UI Framework documentation.

See also

UI Framework documentation