views:

66

answers:

2

Hi, I have an app built in flex 3.2, and would like to start using some spark components within that same app. Are there any pitfalls to look out for. Is it possible to use the old 3.2 components in the same app or Will I have to rebuild them. Would like to get the heads up from anyone that has done the same, before I make the plunge.

Thanks

+1  A: 

AFAIK, custom components extending / based on Halo components of Flex 3.2 will continue to work as will the default Halo components.

Srirangan
+2  A: 

This post has some pretty good info - http://stackoverflow.com/questions/1650347/migrating-to-flex-4

You may run into some small issues with mixing and matching Halo/Spark components when it comes to some of the layouts, but in general they work pretty well together side by side.

The major issue is CSS because the Spark components are less CSS-friendly than Halo.

=Ryan

ryanstewart
The Ryan Stewart? Thanks for the help.
Chin