Hello,
I’m currently evaluating Xojo and I created a very small example. I have my web page on which I’m displaying a container at runtime.
This container simply contains 4 labels with 4 textboxes. They are all using a style that I defined with font size of 18 pt.
In design mode, everything is displayed fine. When I run my app, the textboxes are overlapping the end of my label. When I remove the style, everything works fine. Is there a known problem using style?
Thank you.


[quote=225050:@Christian Hamel]Hello,
I’m currently evaluating Xojo and I created a very small example. I have my web page on which I’m displaying a container at runtime.
This container simply contains 4 labels with 4 textboxes. They are all using a style that I defined with font size of 18 pt.
In design mode, everything is displayed fine. When I run my app, the textboxes are overlapping the end of my label. When I remove the style, everything works fine. Is there a known problem using style?
[/quote]
The IDE tries to give you the best approximation as to what will be rendered by the browser. But each browser has its own way of rendering HTML, and in spite of Xojo’s efforts, it can vary. But I am surprised by the difference. Probably needs some tweak.