DX Themes
Common Resolutions
Common Resolutions
One other thing to consider-- laptops are generally widescreen these days, I think very few would support 1280x1024 (at least at its native aspect ratio). By including a few additional lines of code, you open up your theme to a new market.
Given all the themes that currently exist that do not support an arbitrary resolution, I think it would definitely help make your themes stand out from the crowd. I find it refreshing to find themes where I see the artist has gone the extra mile and would be likely to pay special attention to themes released by them in the future.
Don't forget you can list the resolutions you've tested it on within the theme's description, thereby making it easier to find in a search
I can tell you that from working in support, resolution-independent themes are in pretty high demand
By the way (if it hadn't been offered), I would be happy to offer my assistance in making resolution independent themes.
-Mike
[Stardock Support]
Sub Object_OnScriptEnter
DesktopX.Object("myobject").left = system.screenwidth - 100
DesktopX.Object("myobject").top = system.screenheight - DesktopX.Object("myobject").height
End Sub
Welcome Guest! Please take the time to register with us.