tags:

views:

163

answers:

2

Looking at tooltip support in Flex, I've seen you can apply colors and styles to modify the appearance. Is it possible to do cooler stuff like make tool tips appear with a simple animation like how menus work on modern Windows apps?

+1  A: 

Take a look at the ToolTipManager class (http://livedocs.adobe.com/flex/3/langref/mx/managers/ToolTipManager.html). It has a "showEffect" property which is what you are looking for I suppose.

Christophe Herreman
A: 

Take a look here: http://blog.flexmonkeypatches.com/the-monkey-index/tooltips/
You'll find A TON of useful tutorials/docs about Flex tooltips !

netsuo