View Single Post
Old 03-11-2022, 03:08 PM   #3
SmileyFAAce
A Wooly Rhino
 
Join Date: May 2006
Posts: 76
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by Halelen
just take your window and delete all the button references and paste this above all
<Button item="BW_Player_Buff_Template">
<ScreenID>Player_Buff_Template</ScreenID>
<RelativePosition>true</RelativePosition>
<Size>
<CX>34</CX>
<CY>34</CY>
</Size>
<Template>BDT_PlayerBuff</Template>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>30</CX>
<CY>30</CY>
</DecalSize>
</Button>
<TileLayoutBox item="BW_Buttons">
<ScreenID>Buff_Buttons</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<BottomAnchorToTop>false</BottomAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>true</Style_Transparent>
<Spacing>0</Spacing>
<SecondarySpacing>0</SecondarySpacing>
<HorizontalFirst>false</HorizontalFirst>
<AnchorToTop>true</AnchorToTop>
<AnchorToLeft>false</AnchorToLeft>
<FirstPieceTemplate>true</FirstPieceTemplate>
<Pieces>BW_Player_Buff_Template</Pieces>
</TileLayoutBox>
and add this line to the buffwindow section
<Pieces>TileLayoutBox:BW_Buttons</Pieces>


then adjust


Please download mine and copy paste here WHAT to take out ... do I just put that one thing in its spot? Not for every 'button'.?

i removed all button entry and copy pasted your code on top of it, saved the window and forgot to do the type pieces.

UIError:
[Fri Mar 11 12:14:22 2022] [Line:962 Source:UIFiles\TEST\EQUI_BuffWindow.xml] Schema error - Expecting valid ElementType Pieces
[Fri Mar 11 12:14:22 2022] Error reading XML.
[Fri Mar 11 12:14:22 2022] Error loading skin: loading default skin instead.

Edit, still working on it, Will update. It loads without error and corrected somethings.. just trying to figure out how to grab the window. I used to be able to grab it barely on the left side and inbetween buffs.. can't now.
SmileyFAAce is offline   Reply With Quote