Hi Liju,

I posted a reply earlier, but maybe you are having subscription problems.

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, 9:13 PM, "Liju Thomas (OSV)" <liju.thomas....@fedex.com.INVALID> 
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&amp;data=02%7C01%7Caharui%40adobe.com%7Ce3b1727569284ddc5acc08d80dbdbbbf%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C637274455834763070&amp;sdata=wcwkQrK2fM1WeMwnXjPePrhfF%2BIJElRVhATgTd9YaXc%3D&amp;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
    

Reply via email to