Featured Post

Flex 4 namespaces

Flex 4 has added some new default namespaces in addition to the default mx namespace that exist in flex 2 &3. The typical declarations in a MXML file in flex4 looks like this: 1234<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"              ...

Read More

Tooltip custom Placement on Flex Listbox rollover

Posted by ravi | Posted in Listbox, flex, tooltip | Posted on 18-06-2009

Tags: , ,

0

The example below shows how to add a tooltip on roll over event of flex ListBox items. I don’t say that this is the perfect way to do this…but i’m happy as long as it serves me…