views:

36

answers:

1

Dear community,

I'm creating AIR apps in FlashDevelop using the free Flex SDK.

Are there any AS3 components that I can use to speeden up the development process??

For example:

  • List with renaming
  • Tree with dragging items, renaming

I searched Google lots, but in vain.

+1  A: 

Have you ever considered using the flex components or even coding in MXML?

back2dos
Good point, though I'm using the Flex SDK to compile -- not haXe.
Jenko
@Jeremy Rudd: not sure I understand. The example is for AS3, no? Basically, you could also create an AIR flex project (maybe you need the newest FD for the project template to be included), and then just add your Main class to the Application and continue with pure AS3 from there.
back2dos