Wish Trobergs big wishlist, part 9: Designer scripts

Troberg

Well-Known Member
Licensed User
Longtime User
9. Designer scripts

* Properties for activity width/height/orientation/density. While variant layouts are possible, the sheer number of variants can get overwhelming, and usually, you only have to react intelligently to a few cases. It would be nice to be able to do stuff in the script like: If Activity.Width>1920 And Activity.Density>2 Then. Instead of having many scripts, one can have one script which behaves intelligently based on conditions. I'm from the Windows world, and to me, it seems very alien to have different layouts for what's basically a resized window, I prefer to code my layouts for any size. This is much easier if more power is added to the designer scripts. (I know Width/Height can be reached through 100%x/100%y, and orientation by comparing them, but it's a kind of oblique way of doing it.)
 
Top