i have a large scale Application in Flex and i now want to migrate from Flex to Apache Royale.I have zero experience in Apache Royale, in fact i just heard about it few days ago. I need help in migration i already read the documentation of apache Royale but im still having difficulty converting my existing view controller and models as per apache royale standards.
Attached are the three screen shots from my Login screen developed in flex.
Now my questions are
Is there anything that i can reuse while migrating.I added the controller,view and model from flex i got a lot of issues. mx application is the first thing that is giving error. Royale is using fx:appliaction instead. i guess most of my UI will be replaced with new tags from Rotale?
what should i do with the following imports
import mx.core.Application
import mx.events.FlexEvent
import mx.binding.utils.ChangeWatcher
import mx.binding.utils.BindingUtils
what are their alternatives?
Please Review attached Images and Suggest alternatives
Thanks