Bilbosax commented on issue #1074:
URL: https://github.com/apache/royale-asjs/issues/1074#issuecomment-776223879
Thanks Carlos. I really appreciate all of your help, I am not there yet,
but I am beginning to feel like Royale may actually be able to handle my needs
on the web. After a couple of your recent comments on several of my questions,
I think I am having a problem with CSS on my system and I have no idea why. I
will outline what I am doing with CSS, and maybe you can tell me if it sounds
like I am missing anything in my setup.
1) I download the nightly 0.9.8 Royale SDK using the built in features of
Moonshine, not using npm. Hopefully Moonshine does a thorough job in its
updates.
2) I design using VS Code. In my asconfig file, I include the following
line to provide the theme for my app
"theme":
"${royalelib}/themes/Jewel-Light-Flat-Primary-Sapphire-Theme/src/main/resources/defaults.css"
3) I use the **_SimpleCSSValuesImpl_** bead at the Application level to
provide some CSS features to my application.
This is my basic setup for updating my system and applying CSS in Royale.
Yet I can't get visibility to happen correctly in MXML with the HSlider (from
another post), and I can't get the ToggleButtonBar buttons to display properly
as you claim they should. I know the SDK must be getting updated because I
have access to the new properties that you create, but the visual displays are
not updating as you say they should. I checked the CSS file that is generated
by debugging, and the .jewel.buttonbar rules that you show above are nowhere to
be found. Why would they be missing? Is there some kind of default CSS file
that is not part of the theme that I have to make sure is included in my app?
Any thoughts at all on making sure CSS on my system behaves the same on my
system as it does on yours?
----------------------------------------------------------------
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:
[email protected]