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 2018/03/13 16:55:06 UTC

[GitHub] carlosrovira opened a new issue #127: ClassReference doesn't work in themes

carlosrovira opened a new issue #127: ClassReference doesn't work in themes
URL: https://github.com/apache/royale-asjs/issues/127
 
 
   Hi,
   
   I first tried to create a class in a theme and use it through ClassRefence. When try to use in the final App I get an error. I thought it was something in my library. Now I tried to use 
   
   IBeadView: ClassReference("org.apache.royale.html.beads.TextFieldView")
   
   but the result is the same:
   
   `[INFO] Executing MXMLC in tool group Royale with args: [-load-config=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/JewelExample/target/compile-app-config.xml, -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/JewelExample/target/javascript, -compiler.targets=JSRoyale,SWF, /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/JewelExample/src/main/royale/App.mxml]
   /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/JewelExample/JewelTheme-0.9.3-SNAPSHOT.swc:royale-jewel-blue.css(225): col: 15 Error: org.apache.royale.html.beads.TextFieldView is not defined.
   
   
   /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/JewelExample/JewelTheme-0.9.3-SNAPSHOT.swc:royale-jewel-blue.css(225): col: 15 Error: org.apache.royale.html.beads.TextFieldView is not defined.
   
   
   /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/JewelExample/JewelTheme-0.9.3-SNAPSHOT.swc:royale-jewel-blue.css(225): col: 15 Error: org.apache.royale.html.beads.TextFieldView is not defined.`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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