Bilbosax edited a comment 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 do on your system. 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 **_app.css_**
file that is generated by debugging, and find this line of code:
```
.jewel.buttonbar.toggle-on-click .jewel.togglebutton.selected {
pointer-events: none;
}
```
This is the line that you say I need, and I have it, yet the browser is not
displaying what it does on your system. I debug on Chrome. Any thoughts at all
on making sure CSS behaves the same on my system as it does on yours? Are you
sure that your commits are getting processed correctly?
----------------------------------------------------------------
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]