Tooltip

Control the size and length of time tool tips are displayed, for widget that support tooltips.

Tooltip=utooltip ({maxwidth =Pixels } {;duration=Seconds} )

Arguments

  • maxwidth—maximum width of the tool tip in pixels; this value determines the point at which text contents begin to wrap. It has no effect on the size of Picture widget contents, which are automatically sized to the size of the image. The value of Pixels can be from 300 to 1024.
  • duration—length of time that the tool tip is displayed when the cursor is stationary within the tool tip's bounding rectangle. The value of Seconds can be from 5 to 20.

Defaults

Default Value: N/A
File Section [application]

Description

For widgets that support tool tips, whether they display Tool Tip Text or the contents of the field (Hover View), the Tooltip setting controls the size of all tool tips in the application and determines how long the tool tip remains visible when the cursor remains in one place in within the tool tip. It is applicable to the following widgets.

  • uCheckBox
  • uColorBox
  • uCommandButton
  • uDropDownList
  • uEditBox
  • uPicture
  • uSpinButton

Related Topics