Version 4, last updated by judah at Jan 23 02:56 2010 UTC

Using the Flex Capacitor components in your MXML

Using the classes in your MXML

The best way to see their usage is to download the examples. In the meantime you can access the components from the Components Panel.

  • Open up your main application file
  • Switch to the design view
  • Open the Components View. This view can be opened from the Flex Builder or Eclipse > Windows menu
  • Open the Custom folder.

 

The Custom folder displays all the components that can be added to the Flex Builder Design View.


There are additional classes that are not displayed in the Components view but you can access them through the source view. To see these follow the steps below:

  • Switch to the source view
  • Within the Application tags type the less than "<" character
  • This will bring up code hinting
  • Start typing the name of the class. For example, type, "<LinkMan" and the !LinkManager class will show up in the code hinting pop up

 

Be sure to view the examples to each of the classes and post any comments or suggestions. I don't know where you post those yet. But a link should go here.