Is it <mx:Script> or <fx:Script>? You need to use fx:Script.
> On Jun 25, 2020, at 11:13 AM, Sohail Abdul Khaliq <[email protected]> wrote: > > Hi > I am having issue with some mx imports > > import mx.resources.IResourceManager; > import mx.resources.ResourceManager; > import mx.rpc.AsyncToken; > import mx.rpc.IResponder; > import mx.rpc.remoting.mxml.RemoteObject; > import mx.binding.utils.BindingUtils; > import mx.events.FlexEvent; > > these imports does not shows error when im inside mxml file's <Script> but if > im in a ActionScript class then same imports shows compiler error > > am i missing something? > > > > On Thu, Jun 25, 2020 at 12:04 PM Harbs <[email protected] > <mailto:[email protected]>> wrote: > Re. the amount of time: It really depends on how many features you are using > which don’t have a direct replacement. Narrowing down the number of errors to > a manageable amount should give a clearer picture, and that shouldn’t take > more than a couple of days. > > Post any questions you have along the way. We’re here to help. > > Harbs > >> On Jun 25, 2020, at 9:59 AM, Harbs <[email protected] >> <mailto:[email protected]>> wrote: >> >> Search and replace for imports which have a direct replacement is a good way >> to do it. >> >> That should help get rid of a lot of errors. >> >> Harbs >> >>> On Jun 25, 2020, at 7:34 AM, Sohail Abdul Khaliq <[email protected] >>> <mailto:[email protected]>> wrote: >>> >>> 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. >>> >>> How much time its going to take to complete the migration process for a >>> project contains 500+ files? >>> >>> what approach should i use? just replace the flash imports with royale >>> imports and everything will fall into place? or should i go with one file >>> at a time >>> >>> >>> >>> -- >>> Sohail Abdul Khaliq >>> Bee Technica, >>> Abbottabad. >>> <application entry.jpg><controller.png><loginView.png> >> > > > > -- > Sohail Abdul Khaliq > Bee Technica, > Abbottabad.
