Thread: Target & HOTT
View Single Post
Old 02-06-2011, 11:28 PM   #4
warriorofmight
Enhanced Imperial Golem
 
Join Date: Aug 2004
Posts: 231
Interface Author - Click to view interfaces
Default

Anchors are something SOE added in to replace and/or compliment locations.

Rather than set locations that never move with

<X>##</X>

you can anchor it to one of the sides and allow it to stretch with the window. For example:

<LeftAnchorToLeft>true</LeftAnchorToLeft> - this means that the left side of the piece is anchored to the left side of the window. You can also anchor the left side of the piece to the right side of the window using <LeftAnchorToLeft>false</LeftAnchorToLeft> OR LeftAnchorToRight>true</LeftAnchorToRight>

This allows some flexibility is positioning when making windows resizable. So say your buff box (I don't know how it's actually laid out) is in the window in a set location. when you make the window bigger, the buff box stays the same size and in the same place. Anchors allow you to make the buff box resize with the window, moving with the window to fit the shape/size.

Does that make sense?
__________________

Oink! Reborn
warriorofmight is offline   Reply With Quote