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 2020/06/12 15:52:25 UTC

[GitHub] [royale-asjs] Harbs edited a comment on issue #861: Migration of Adobe Flex to Apache Royale - Support needed

Harbs edited a comment on issue #861:
URL: https://github.com/apache/royale-asjs/issues/861#issuecomment-643346656


   You need to remove all flash import references.
   `flash.external.ExternalInterface` should be `mx.external.ExternalInterface`
   
   `flash.events.IEventDispatcher` should be `org.apache.royale.events.IEventDispatcher`
   etc.
   
   Not sure why you're getting an error with `import mx.binding.utils.BindingUtils` Are you sure your are using a "flex" config?
   
   The easiest way to fix imports is to delete the "not found" imports, then go to the reference of the missing class and let VS Code give you code intelligence for the available matching classes to pull in the imports via code intelligence.


----------------------------------------------------------------
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