View Single Post
Old 08-22-2018, 07:41 AM   #2
newtonform
A Gray Wolf
 
Join Date: Jun 2010
Posts: 4
Default

I try to add "Destroy" button into Loot window,but it not work.

<Button item="LW_Destroy">
<ScreenID>IW_Destroy</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>316</LeftAnchorOffset>
<TopAnchorOffset>34</TopAnchorOffset>
<RightAnchorOffset>111</RightAnchorOffset>
<BottomAnchorOffset>10</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<TopAnchorToTop>false</TopAnchorToTop>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>Destroy</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BigBtnNormal</Normal>
<Pressed>A_BigBtnPressed</Pressed>
<Flyby>A_BigBtnFlyby</Flyby>
<Disabled>A_BigBtnDisabled</Disabled>
<PressedFlyby>A_BigBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
Attached Files
File Type: xml EQUI_LootWnd.xml (25.0 KB, 0 views)
newtonform is offline   Reply With Quote