Thread Tools Display Modes
11-24-10, 10:56 PM   #1
barbol12
A Cyclonian
 
barbol12's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2010
Posts: 42
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?


<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.
  Reply With Quote
11-25-10, 12:32 AM   #2
Xubera
A Cobalt Mageweaver
 
Xubera's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 207
either

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

<Anchor point="" relativeTo="" relativePoint="" x="" y="" />
__________________
Chat Consolidate is the solution to any out of control trade chat. Ignore lines, throttle chat, consolidate posts!Follow the link to find out how!

▲ ▲ WoWInterface wont let me triforce >.>
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » XML anchoring/point


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off