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/10/06 11:00:05 UTC

[GitHub] [royale-asjs] cristallium opened a new issue #495: On sdk 0.9.6 build 20191006 (today) no way to use MX library

cristallium opened a new issue #495: On sdk 0.9.6 build 20191006 (today) no way to use MX library
URL: https://github.com/apache/royale-asjs/issues/495
 
 
   Hi,
   
   I just download the last **0.9.6 build 20191006** to replace my old 0.9.6 (from about 1 week old)
   
   ```
   <royale-sdk-description>
   <name>Apache Royale</name>
   <version>0.9.6</version>
   <build>20191006</build>
   ```
   
   With this build no way to use Mx library , it seem to be unknow. 
   
   Here is my code :
   
   ```
   <mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
   			   xmlns:j="library://ns.apache.org/royale/jewel"
   			   xmlns:js="library://ns.apache.org/royale/basic" 
                  xmlns:mx="library://ns.apache.org/royale/mx"
                  xmlns:local="*" initialize="ev_creationComplete()">
   ```
   
   On editor (vscode) `mx:Application` is red hightlighted and tooltip show 
   
   **"This tag can not be resolved in ActionScript class. It will be ignored. (1450)"**
   
   If I switch to 0.9.4 (official release) then it working.
   
   When run compiler this error is shown:  _"Error: This tag is unexpected. She will be ignored."_
   
   Regards
   
   

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