Method XbpMLE():showBalloonTip() Foundation
Displays a balloon-like window with information on the entry field.
:showBalloonTip( [<nType>], [<cTitle>], <cText> ) --> lSuccess
Constant | Description |
---|---|
XBP_TIPDEFAULT *) | Default tip window for displaying uncategorized text |
XBP_TIPINFO | Tip window for displaying informational text, contains information icon |
XBP_TIPWARNING | Tip window for displaying warning messages, contains warning icon |
XBP_TIPERROR | Tip window for displaying error messages, contains error icon |
XBP_TIPINFOLARGE | Same as XBP_TIPINFO, but contains larger icon |
XBP_TIPWARNINGLARGE | Same as XBP_TIPWARNING, but contains larger icon |
XBP_TIPERRORLARGE | Same as XBP_TIPERROR, but contains larger icon |
|
This method returns the value .T. (true) if the balloon tip could be displayed, otherwise it returns .F. (false).
The method :showBalloonTip() displays a balloon-like information window, similar to a tool tip. Balloon tip windows are typically used to display incorrect input during form validation, and provide a visual cue as to which entry field contains erroneous data. Use method :hideBalloonTip() to hide the tip window.
// An example for using :showBalloonTip() can be found
// in the documentation of method XbpSLE:showBalloonTip()
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.