View Single Post
Old 08-29-2008, 05:01 PM   #3
Angahran
Premium Member
 
Join Date: Sep 2002
Posts: 360
Interface Author - Click to view interfaces
Default

I tried adding this just as a test but nothing appears

Code:
<StaticFrame item="dummyframe"> <ScreenID>EbonShardsLabel</ScreenID> <Font>2</Font> <!-- <RelativePosition>true</RelativePosition> --> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>20</CX> <CY>20</CY> </Size> <!-- <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <BottomAnchorToTop>false</BottomAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <TopAnchorOffset>4</TopAnchorOffset> <BottomAnchorOffset>30</BottomAnchorOffset> <LeftAnchorOffset>4</LeftAnchorOffset> <RightAnchorOffset>4</RightAnchorOffset> --> <Text>Dummybox</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <DisabledColor> <R>255</R> <G>255</G> <B>255</B> </DisabledColor> <TopLeft>A_ChatBorderFrameTopLeft</TopLeft> <Top>A_ChatBorderFrameTop</Top> <TopRight>A_ChatBorderFrameTopRight</TopRight> <RightTop>A_ChatBorderFrameRightTop</RightTop> <Right>A_ChatBorderFrameRight</Right> <RightBottom>A_ChatBorderFrameRightBottom</RightBottom> <BottomRight>A_ChatBorderFrameBottomRight</BottomRight> <Bottom>A_ChatBorderFrameBottom</Bottom> <BottomLeft>A_ChatBorderFrameBottomLeft</BottomLeft> <LeftTop>A_ChatBorderFrameLeftTop</LeftTop> <Left>A_ChatBorderFrameLeft</Left> <LeftBottom>A_ChatBorderFrameLeftBottom</LeftBottom> <Middle></Middle> <OverlapLeft>0</OverlapLeft> <OverlapTop>0</OverlapTop> <OverlapRight>0</OverlapRight> <OverlapBottom>0</OverlapBottom> </StaticFrame>
Angahran is offline   Reply With Quote