Kbase P23134: How to extend the length and time of a tooltip
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  06/01/2009 |
|
Status: Unverified
GOAL:
How to extend the length a tooltip in a SmartDataViewer
GOAL:
How to extend the time the tooltip is displayed in a SmartDataViewer
FIX:
When using the AppBuilder, in the SmartDataViewer fill-in's properties,
the tooltip text input field does not allow more than 79 characters to be entered.
However, opening the SmartDataViewer in the procedure editor and modifying the
text in the tooltip to display more than 79 characters will cause more than 79 character in the tooltip to be displayed.
Also, in the tooltip's text, using ~n to break the line (insert a carriage return) will display multiple lines of text in the tooltip.
The 4GL does not provide a mechanism to change the display time of a tooltip.