Posted by member 36955 on 2003-09-01 01:40:19 link

well, you can also use fancy evar math... for example:
LabelWidth "$ResolutionX/2$"

would give you a label that is half the width of the screen.
also, be sure to use negative coordinates for stuff that should be on the bottom/right edges of the screen. there are very few things that actually need if statements for resolutions; they should be avoided if possible because of the problems they cause with nonstandard resolutions and multimonitor users