Archive for September 3rd, 2007

03
Sep

Controlling a Flex tool tip’s show delay, hide delay, and scrub delay

The following example shows how you can control how long Flex will wait to display a tool tip after the user moves the mouse over a control, how long the tool tip will be visible before disappearing and how long a user can take when moving the mouse between controls before Flex waits to display a ToolTip.

Full code after the jump.

Continue reading ‘Controlling a Flex tool tip’s show delay, hide delay, and scrub delay’

03
Sep

Globally disabling tool tips using the Flex ToolTipManager class

The following example shows how you can enable and disable tool tips globally within a Flex application by setting the ToolTipManager.enabled property.

Full code after the jump.

Continue reading ‘Globally disabling tool tips using the Flex ToolTipManager class’