FD ui components

Subscribe to FD ui components 6 posts

avatar for Feffers Feffers 247 posts
Flag Post

Are the UI components such as buttons, list box’s, ect only included in Adobe Flash CSX? I want to create a simple list box, but it seems these aren’t included in the flex installation because Flash Develop doesn’t recognise any of these components.

 
avatar for vesperbot vesperbot 1849 posts
Flag Post

Well, anything fl.* is indeed outside FlashDevelop.

 
avatar for Feffers Feffers 247 posts
Flag Post

Any way to get the component source? I just went with another ui component library because I can’t be bothered making my own, but it’d be good to know for future reference.

 
avatar for DPbrad DPbrad 1197 posts
Flag Post

If you own Flash CSx, you can export a .swc with the components you want inside (and link them I believe) and you can then use them from inside FD as you wouild any imported .swc file. I did this once when I had access to a Flash CSx copy, and it worked fine.

 
avatar for BobJanova BobJanova 859 posts
Flag Post

Doesn’t Flex come with a whole bunch of components? I think you can use those in FD if you include the .swc in your library.

 
avatar for WarKry WarKry 63 posts
Flag Post

You could also try MinimalComps

It doesn’t allow much customization, but it’s lightweight and is fairly easy to use.