AFComponents.com

Installing Tooltip Flex for Adobe Flex Builder
Updated: Mar 11, 2008   Views: 2208  
Description: This tutorial gives a brief description of how to install and use Tooltip Flex in Adobe Flex Builder.
After you have successfully downloaded the Tooltip (Flex) Component, follow these steps to install it for Adobe Flex Builder.

  1. Unzip the files. We always put components in a "Components" folder in our Flex Builder project directory.
    Components Folder
  2. Create a new Flex Project in Adobe Flex Builder. (You can choose any project name and data access method.)
  3. Open the properties panel for this new project by right clicking and selecting "properties." On the properties panel, click on the "Flex Build Path" link, and then the "Library Path" tab.
    Properties Panel
  4. Click on "Add SWC" and browse to Tooltip_Flex.swc.
    Browse to Tooltip.swc
  5. The Tooltip will show up in the "Library Path" panel. You can edit or remove it from here at any time.
    Tooltip in Library Path
  6. The Tooltip should now be available in your components panel in the "Custom" folder when you are in Design Mode for an MXML file or in the com.afcomponents.Tooltip package for ActionScript.
    Components
Note: If you want to use the afcomponents namespace to keep your components organized, add the following in your MXML root tag:

xmlns:afcomponents="http://www.afcomponents.com/"


For additional help, please visit the Tooltip (Flex) Forum. That's all there is to it ... enjoy!


© 2005-2007 advanced flash components