Hi, thanks for quick reply...
That font scaling solution looks interesting, and I'm pretty sure I'll use it at some point... I'm thinking about and I have to test it, but I fear it's not going to be enough, due to margins and sprite sizes. But anyway, looking at your code, I see that you can get the window size in runtime, which makes me think in another direction... what do you think about this logic?:
if (window_size > 1500) then
load workspace A
elseif (window_size < 1500) then
load workspace B
... and so on
But not sure if I can load only the .rcss file and not the .rml ones, as I don't want to duplicate 25 pages for each screen size. Don't know either how the GUI system works, if I can load more than one workspace or not... what do you think? is it worth a try?