Method TrayIcon():showBalloonTip() Foundation
Displays a balloon tip notification.
:showBalloonTip( <cText>, <cTitleText>, <cnoIcon> ) --> lSuccess
.T. (true) if the balloon tip is displayed, or .F. (false) in case of an error.
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.
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.