ID:141376
 
Code:
winset(src,"achievementw","pos = 900x50")


Problem description:
Basically, the window will -always- appear 900x50 even if on a different screen resolution. It was made for the 1900x1200 resolution, so it fits fine there.

I've already tried something like

winset(src,"achievementw","pos = WEST+500xSOUTH-50")


It just doesn't work that way. If anyone could help me, I'd appreciate it.

You can't put spaces in winset()'s third arg (in the value part) unless you include single/double quotes around the value for the param.