View Single Post
Old 09-09-2011, 08:02 AM   #3
valaury3169
Enhanced Imperial Golem
 
Join Date: Jun 2008
Posts: 204
Interface Author - Click to view interfaces
Default

I am fairly sure your problem is:

<relativepostion>false</relativeposition>
<location>
<x>0</x>
<y>25</y>
</location>

I think that overides any postioning you set. Setting it to true should fix you up. Or, at least give it a try and see what happens.

I know when you set that property to false on, say, a label, that label then postions itself based on the screen and not the window it is contained within. So, RelativePostion/false 0,0 on a label will put the label on the top left of your screen regardless of where the window is postioned. I am assuming it has an affect of windows themselves.
valaury3169 is offline   Reply With Quote