You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/12/12 02:06:25 UTC

[GitHub] [royale-asjs] kinggozhang opened a new issue #618: This tag could not be resolved to an ActionScript class. It will be ignored [mx:Canvas]

kinggozhang opened a new issue #618: This tag could not be resolved to an ActionScript class. It will be ignored [mx:Canvas]
URL: https://github.com/apache/royale-asjs/issues/618
 
 
   Hi Royale team, 
        I am trying to convert my mxml/as to JS with latest Royale.0.9.6 , but I got error:
        **col: 1 Error: This tag could not be resolved to an ActionScript class. It will be ignored.**
        mxml code:
   ```
   <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" width="{b.width}" height="35"
     horizontalScrollPolicy="off" verticalScrollPolicy="off"
     maxHeight="35" minHeight="35" clipContent="false">
   ```
       any idea to resolve this?   thanks 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services