Relax Breath of Solution.

Just I wanted.. Do you?…

Create custom tooltip for flex – createCustomToolTip

1. Create a new flex project named Tooltip, name your MXML application file main.mxml and set its layout to vertical. 2. First, we need to create the custom ToolTip component by extending the VBox container and implementing the IToolTip interface. To do so, create a new MXML component named CustomToolTip, based on a VBox and […]