My installation screen is pretty full. So to structure the design I would like to use tabs. It would also be nice to add a table with borders or horizontal lines. All of these things are used in other installation pages (e.g. “Safety”).
Regarding to the documentation the <hr> tag is supported, but when I try to use it to display a horizontal line it is ignored. Is there a way to make it visible?
Consider using buttons to toggle different functionality.
E.g. having a number of buttons in the top/bottom of your screen, and when the user clicks a button, you can hide/show different sectiosn of your GUI by e.g. placing different sections into div elements.
This seems the way to go. But regarding the <div> elements: Is there a way to show/hide the complete section I missed? Because the Div Class doesn’t have a setVisible function.