Osman
Osman

Reputation: 545

MIgrating from Flex 3.1 to 3.5

I want to migrate from Flex 3.1 to Flex 3.5, but I can't find any useful release notes on the differences between the two. I found the official Adobe website but it is more focused on the difference between 2 and 3, and not different versions of 3. Can someone help me out?

Thanks

Upvotes: 0

Views: 194

Answers (1)

JeffryHouser
JeffryHouser

Reputation: 39408

In theory there isn't a lot of difference. Have you tried to just change the SDK on your project(s) and then see what works or doesn't?

Msot of the issues you'll run into, I expect, will relate to your custom component development that extend the existing components. The Flextras AutoCompleteComboBox, for example, had issues because the way the drop down is handled in the Flex ComboBox changed from 3.4 to 3.5. Since our component is a highly customized ComboBox; we inherited this change which "Broke".

However, my experience is probably a fringe case as in the course of normal development you wouldn't be customizing things so heavily.

Try it and see.

Upvotes: 2

Related Questions