I think it’s more appropriate to continue this here (or perhaps a separate topic?)
It would be something that needs to be created / added. As it is now, it doesn’t exist.
I just thought of it because it has the structure that can be easily utilised to achieve it.
Currently the controls in BasicUI / Android App are displayed in a single column. BasicUI added support to split them into 2-3 columns. However, if we have a “FrameGrid”, that works similar to ButtonGrid, except that each grid position is a Frame, which can contain other controls, then we could have something similar to HabPanel.
This is just preliminary idea. Perhaps instead of Framegrid, we could extend Buttongrid to contain other than buttons too, e.g. image, chart, up/down, slider, etc. The difference is Framegrid can contain multiple controls, which might be too cramped, vs Buttongrid in which each cell contains one control.
I guess this will only be displayable on a big screen, not on a phone, although, maybe that FrameGrid could be made “responsive” for narrow screens.
Then add the ability to customise the style to affect background/colours, etc.
@Kim_Andersen would this be close to what you wanted?