Hi, I want to implement Jewel themes like in TDJ. The docs currently point to a 404 page:
https://apache.github.io/royale-docs/component-sets/jewel/jewel-themes Looking at the source code of TDJ I see you can call an new theme with: loadCSS("assets/themes/Jewel-Light-" + flatState + "-" + emphasis + "-" + color + "-Theme/defaults.css") For some reason this is not available to me when compiling, I think it might be due to my compiler settings: "-compiler.exclude-defaults-css-files=MXRoyaleJS.swc" -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css -html-template=src/resources/jewel-index-template.html -js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc -compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css +configname=flex -js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc I am using mx:RemoteObjects and I think we added that line so there isn't any conflict? What should I do. David
