aharui commented on issue #133: Beads in a theme's css rule are not processed
URL: https://github.com/apache/royale-asjs/issues/133#issuecomment-374091450
 
 
   This is working for me.  The git branch seems to be confused so I'm afraid 
to check stuff in, but I added the LabelViewBead to the JewelTheme by adding it 
to defaults.css
   
   j|Label {
     IBeadView: 
ClassReference("org.apache.royale.jewel.beads.views.LabelViewBead");
   }
   
   and adding it to jeweltheme-manifest.xml
   
    <component id="LabelViewBead" 
class="org.apache.royale.jewel.beads.views.LabelViewBead"/>
   
   and added Jewel Label to the example:
   
               <j:Label text="Hello World" />
   
   And the output in App.js contained:
   
   "org.apache.royale.jewel.Label",
   function() {this["iBeadView"] = 
org.apache.royale.jewel.beads.views.LabelViewBead},
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to