Method TrayIcon():showBalloonTip() Foundation

Displays a balloon tip notification.

Syntax
:showBalloonTip( <cText>, <cTitleText>, <cnoIcon> ) --> lSuccess
Parameters
<cText>
The main text to be displayed in the balloon notification.
<cTitleText>
Optional title text for the balloon notification.
<cnoIcon>
Optional icon to be displayed. Can be a pre-defined information ("information"), error ("error") or warning ("warning") icon, or it can be a numeric resource id or an XbpIcon object specifying a user-defined icon. Note that user-defined icons must be supplied with a size of 32x32 pixels.
Return

.T. (true) if the balloon tip is displayed, or .F. (false) in case of an error.

Description

Shows a balloon notification. The method allows setting the notification text and an optional title text and icon.

Note that only a single notification can be active at a time. If a notification is already on-screen when :showBalloonTip() is called, display of the new notification is postponed until the user either closes the existing notification or it is closed by the system.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.