Posted by member 32550 on 2004-04-07 12:24:17 link
If resolutionX = 1024
Include exampleconfig.rc
ElseIf resolutionX = 800
Include exampleconfig2.rc
EndIf
Include exampleconfig.rc
ElseIf resolutionX = 800
Include exampleconfig2.rc
EndIf
if you're doing well you're theme doesn't need the to have special setting for each resolution. you also can set width, height, x and y psoition with some math (example:
width $resolutionx-200$
height $resolutiony-25$