RIA Developer, Flex / Flash, Widgets
Tip of the Day – Using the libs directory in Flex Builder
This tip I’m stealing from Amy over on the flexcoders list.
One not so well documented feature of Flex Builder is the use of the libs directory. By default, when you create a new Flex Project, a libs directory is created. So say for example, you want to create a project, and you are planning to use the Cairngorm framework.
All you need to do is copy Cairngorm.swc into your libs directory, and you’re good to go.

| Print article | This entry was posted by Nate Beck on January 11, 2009 at 6:00 am, and is filed under Flex, Tip of the day. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |

about 1 year ago
Hi, I noticed that code hinting works for you in the within the CDATA section. Is there a special way to enable it? Doesnt seem to happen for me. I’m using flex builder on a mac.
thanks
about 1 year ago
Hey Ajo,
Code hinting should work by default within Flex Builder. I also run Flex Builder on a Mac. I suspect it’s the tag that makes the code hinting work and not actually CDATA tag. However, I may be completely wrong.