Sunday, July 17, 2011

Flex AS3: Creating a Customized Tool Tip in Flex

Are you bored with the current look of the Tool Tip in Flex? I'm getting a bit sick with the look of the Tool Tip and I have managed to find a few ways to work around the look of the Tool Tip. Here is one of the ways that I have been using.

Firstly, we would need to create a class to extends a Tool Tip Interface in flex.



 
 
  
 
 
  
 
 
 


After creating the class, this is the how you could use the customise tool tip in your Flex Application.


 
  
   
  
  
  
  
  
 

Click here to view the demo listed in the above.
Click here to grab the source files for this demo.

No comments:

Post a Comment