In another thread we were talking about user defined boolean variables. I have another suggestion:
- Include current window size (width and height) as variables sizeX and sizeY.
- Allow < and > operations for the visible attribute.
now, using something like visible="sizeX > 200" we can do some really interesting things like hide controls unless the window is large enough to display them.