Tag Archive for 'tooltipshown'

06
Apr

Using the ToolTipManager class to determine the current tool tip in a Flex application

The following example shows how you can get the currently visible tool tip in a Flex application by using the static ToolTipManager.currentToolTip property and the toolTipShown event.

Full code after the jump.

Continue reading ‘Using the ToolTipManager class to determine the current tool tip in a Flex application’

26
Mar

Using embedded fonts with tool tips in Flex

The following example shows how you can use an embedded font with an error tool tip in Flex.

Full code after the jump.

Continue reading ‘Using embedded fonts with tool tips in Flex’