Reputation: 12712
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
Upvotes: 1
Views: 174
Reputation: 1014
This post has some pretty good info - 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
Upvotes: 2
Reputation: 5845
AFAIK, custom components extending / based on Halo components of Flex 3.2 will continue to work as will the default Halo components.
Upvotes: 1