Hi Liju,
Are you migrating a Flex 3 application? If so, then yes, the xmlns have to be
changed to look like this:
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:mx="library://ns.apache.org/royale/mx"
And you may need to add the compiler option: +configname=flex
Note the "+" instead of "-".
HTH,
-Alex
On 6/10/20, 11:13 AM, "Liju Thomas (OSV)" <[email protected]>
wrote:
Hi Team,
I'm from Development Team for FedEx, we have an application built on Adobe
Flex, since Flex is not longer supported after Dec 2020, we need to migrate the
application to Apache Royale asap.
We followed the instruction mentioned in the Migration of Existing
app<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fapache.github.io%2Froyale-docs%2Fmigrate-an-existing-app&data=02%7C01%7Caharui%40adobe.com%7Cab3d270d56004387589b08d80d69f7d5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C637274096068387696&sdata=B4M1Ao%2FyabSyS1RGyV%2Bs8tSblYzqYDbGp%2Bv4A0OZgeI%3D&reserved=0>
however, we are facing some issue:
1. I have xmlns:mx="http://www.adobe.com/2006/mxml" in my .MXML but if
I replace the line with xmlns:mx="library://ns.apache.org/royale/mx"
Compilation fails with following error: .mxml(2): col: 1 Error: This tag could
not be resolved to an ActionScript class. It will be ignored.
[mxmlc]
[mxmlc] <mx:Application xmlns:mx="library://ns.apache.org/royale/mx"
2. If I change the url to library://ns.apache.org/royale/basic I get
huge number of errors:
.mxml Error: interface method workFlowManager in interface
IManagedComponent not implemented by class WGRTFLEX
Above interface is impplemented in the MXML file under <mx:Script>
<![CDATA[
Can you please provide you support.
Regards,
Liju