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/09 08:54:29 UTC

[GitHub] [royale-asjs] carlosrovira commented on issue #495: On sdk 0.9.6 build 20191006 (today) no way to use MX library

carlosrovira commented on 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#issuecomment-539906300
 
 
   To complement: 
   
   If you want to use `"config": "royale"` (instead of flex) and at the same time **MXRoyale** you can add that swc so **VSCode** can recognize it.
   
   ```
   "library-path": [
          "${royalelib}/js/libs/MXRoyaleJS.swc"
    ],
    "js-library-path": [
          "${royalelib}/js/libs/MXRoyaleJS.swc"
    ]
   ```
   
   Additionally: You would be interested in use **MXRoyale** for non visual things like `HTTPService` or `RemoteObject`, and css from **MXRoyale** could be not desired. In that case you can exclude that CSS to avoid CSS conflicts between MX/Spark and other ui set, specially Jewel in this way:
   
   `-compiler.exclude-defaults-css-files=MXRoyale-${royale.framework.version}-js.swc:defaults.css`

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