Popa Mihai

PopaMihai.com – Flex, Flash, AIR and ActionScript articles and tutorials

Archive for the ‘errorTipRight’ tag

Creating mx ToolTip and Error Tips Programatically with Flex 3 Using the ToolTipManager

leave a comment

The ToolTip control allows you to provide additional helpful information about your interface. When a user moves the mouse over a graphical component like a Button control, you can use the ToolTip control to pop up a text with additional information about the Button functionality.

ToolTips are a very useful way of guiding users through your application.

In this example I will use the ToolTipManager class to create, display and destroy a ToolTip. The ToolTip will also be displayed as an error tip.

This is how the different tips will appear in the application:

Custom Button ToolTip and ErrorTip

Custom Button ToolTip and ErrorTip

Full source code and the working example at the bottom of the page.

Read the rest of this entry »

Written by Popa Mihai

December 6th, 2010 at 1:44 pm