Maybe it’s easier to use a Java FX panel for this (see https://github.com/Servoy/svyJFXWebView)? Then you can do almost anything. I also had a lot of issues like that the other day with the normal Java html renderer…
Thanks for the hint Patrick. But as these are CSS styles supported according to the documentation in Servoy 7 → https://wiki.servoy.com/display/Serv7/S … properties, I still would expect them to work. Otherwise it make no sense to define them as “supported styles”.
patrick:
Maybe it’s easier to use a Java FX panel for this (see https://github.com/Servoy/svyJFXWebView)? Then you can do almost anything. I also had a lot of issues like that the other day with the normal Java html renderer…
The CSS classes mentioned apply to Servoy elements, not stuff you do in a HTML area. The border you complain about is not rendered by Servoy, it is rendered by the Java renderer of the HTML area component (and that is terrible). The only border Servoy controls in your setup is the one around the whole calendar (HTML area).
patrick:
The CSS classes mentioned apply to Servoy elements, not stuff you do in a HTML area. The border you complain about is not rendered by Servoy, it is rendered by the Java renderer of the HTML area component (and that is terrible). The only border Servoy controls in your setup is the one around the whole calendar (HTML area).
How will “old school” HTML be affected with the arrival of the NGClient? Will it have the same issues or will it differently, better support CSS and HTML?
patrick:
So now you can either fiddle around until you find old school html that the renderer can handle or use the FX bean to show any html you want.