WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Lua/XML Help (https://www.wowinterface.com/forums/forumdisplay.php?f=16)
-   -   XML anchoring/point (https://www.wowinterface.com/forums/showthread.php?t=37019)

barbol12 11-24-10 10:56 PM

XML anchoring/point
 
hey guys... how do i set a position for the frame in XML??

it has UIParent.. and is anchored to the CENTER... but i would like to move it from the center.. Xvalue and Yvalue.... how do i do this?


Quote:

<Frame name="chat" parent="UIParent" visible="true">
..........
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
.....
</Frame>
thats what my frame looks like for position, wise, not showing the rest.. just cant figure out how to move it from the center.

Xubera 11-25-10 12:32 AM

either

Code:

<Anchor point="" relativeTo="" relativePoint="">
  <Offset x="" y="" />
</Anchor>

or

<Anchor point="" relativeTo="" relativePoint="" x="" y="" />


All times are GMT -6. The time now is 11:45 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI