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 |
|
Method XbpSLE():showBalloonTip() Foundation
Displays a balloon-like window with information on the entry field.
:showBalloonTip( [<nType>], [<cTitle>], <cText> ) --> lSuccess
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 to provide a visual cue as to which entry field contains erroneous data. Use method :hideBalloonTip() to hide the tip window.
Balloon tip interaction and behaviour: The input focus is automatically assigned to the entry field during execution of :showBalloonTip(), allowing the user to correct or change the value entered. If the input focus is set on another user interface element or if no input occurs within a preset interval, the operating automatically hides the balloon tip window.
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.