View Single Post
Old 02-10-2004, 12:31 PM   #16
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

IF you have a custom EQUI_TradeskillWnd.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<Listbox item = "COMBW_RecipeList">
<ScreenID>RecipeList</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>2</LeftAnchorOffset>
<TopAnchorOffset>24</TopAnchorOffset>
<RightAnchorOffset>2</RightAnchorOffset>
<BottomAnchorOffset>2</BottomAnchorOffset>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<TopAnchorToTop>true</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Columns>
<Width>140</Width>
<Heading>Tribute Name</Heading>
</Columns>


CHANGE:

<Columns>
<Width>140</Width>
<Heading>Tribute Name</Heading>
</Columns>

TO:

<Columns>
<Width>140</Width>
<Heading>Recipe Name</Heading>
</Columns>


Find:

<Button item = "COMBW_RequiredIcon0">
<ScreenID>RequiredIcon0</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_RequiredIcon1">
<ScreenID>RequiredIcon1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>42</X>
<Y>0</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_RequiredIcon2">
<ScreenID>RequiredIcon2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>42</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_RequiredIcon3">
<ScreenID>RequiredIcon3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>42</X>
<Y>42</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_RequiredIcon4">
<ScreenID>RequiredIcon4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>84</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_RequiredIcon5">
<ScreenID>RequiredIcon5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>42</X>
<Y>84</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_RequiredIcon6">
<ScreenID>RequiredIcon6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>126</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_RequiredIcon7">
<ScreenID>RequiredIcon7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>42</X>
<Y>126</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_RequiredIcon8">
<ScreenID>RequiredIcon8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>168</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_RequiredIcon9">
<ScreenID>RequiredIcon9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>42</X>
<Y>168</Y>
</Location>
<Size>
<CX>42</CX>
<CY>42</CY>
</Size>
<TooltipReference/>


CHANGE:

<TooltipReference/>

TO:

<TooltipReference>This area will display the components required for the selected recipe</TooltipReference>


Find:

<Button item = "COMBW_CombineButton">
<ScreenID>CombineButton</ScreenID>
<Font>4</Font>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>20</LeftAnchorOffset>
<TopAnchorOffset>334</TopAnchorOffset>
<RightAnchorOffset>20</RightAnchorOffset>
<BottomAnchorOffset>132</BottomAnchorOffset>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<TopAnchorToTop>true</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>


CHANGE:

<TopAnchorOffset>334</TopAnchorOffset>

TO:

<TopAnchorOffset>0</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>132</BottomAnchorOffset>

TO:

<BottomAnchorOffset>30</BottomAnchorOffset>

CHANGE:

<BottomAnchorToTop>false</BottomAnchorToTop>

TO:

<BottomAnchorToTop>true</BottomAnchorToTop>


Find:

<Style_Transparent>false</Style_Transparent>
<TooltipReference>Click this button to combine the selected recipe.</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>Combine</Text>
<TextColor>


Immediately after that last line, ADD:

<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>


DELETE:

<R>155</R>
<G>255</G>
<B>155</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>


Find:

<Button item = "COMBW_CloseButton">
<ScreenID>CloseButton</ScreenID>
<Font>3</Font>


CHANGE:

<Button item = "COMBW_CloseButton">
<ScreenID>CloseButton</ScreenID>
<Font>3</Font>

TO:

<Button item = "COMBW_AutoInvButton">
<ScreenID>AutoInvButton</ScreenID>
<Font>4</Font>

A few lines down in that same section, CHANGE:

<TopAnchorOffset>24</TopAnchorOffset>

TO:

<TopAnchorOffset>22</TopAnchorOffset>


In that same section DELETE:

<BottomAnchorOffset>2</BottomAnchorOffset>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<TopAnchorToTop>false</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Click this button to close the tradeskill window.</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>Close</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

<Screen item = "COMBW_FlagsArea">
<ScreenID/>
<!--<Font/>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>0</LeftAnchorOffset>
<TopAnchorOffset>130</TopAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<BottomAnchorOffset>0</BottomAnchorOffset>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<TopAnchorToTop>false</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_VScroll>false</Style_VScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>COMBW_CloseButton</Pieces>
</Screen>

<Screen item = "COMBW_RightSideArea">
<ScreenID/>
<!--<Font/>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>160</LeftAnchorOffset>
<TopAnchorOffset>0</TopAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<BottomAnchorOffset>0</BottomAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<TopAnchorToTop>true</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_VScroll>false</Style_VScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>COMBW_ContainerArea</Pieces>
<Pieces>COMBW_CombineButton</Pieces>
<Pieces>COMBW_FlagsArea</Pieces>
</Screen>

<Screen item = "TradeskillWnd">
<RelativePosition>false</RelativePosition>
<Location>
<X>20</X>
<Y>25</Y>
</Location>
<Size>
<CX>400</CX>
<CY>525</CY>
</Size>
<Text>Tradeskill Window</Text>
<Style_Transparent>false</Style_Transparent>
<DrawTemplate>WDT_Def</DrawTemplate>
<Style_Titlebar>true</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Pieces>COMBW_LeftSideArea</Pieces>
<Pieces>COMBW_RightSideArea</Pieces>
</Screen>

</XML>


Then ADD:

<BottomAnchorOffset>0</BottomAnchorOffset>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<TopAnchorToTop>false</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Click this button to auto-inventory whatever is on your cursor.</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>Auto-Inventory</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

<Screen item = "COMBW_CombineArea">
<ScreenID/>
<!--<Font/>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>0</LeftAnchorOffset>
<TopAnchorOffset>334</TopAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<BottomAnchorOffset>388</BottomAnchorOffset>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<TopAnchorToTop>true</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>true</BottomAnchorToTop>
<Style_VScroll>false</Style_VScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>COMBW_CombineButton</Pieces>
<Pieces>COMBW_AutoInvButton</Pieces>
</Screen>

<Button item = "COMBW_UseCtrlCheckbox">
<ScreenID>UseCtrlCheckbox</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>5</LeftAnchorOffset>
<TopAnchorOffset>52</TopAnchorOffset>
<RightAnchorOffset>5</RightAnchorOffset>
<BottomAnchorOffset>28</BottomAnchorOffset>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<TopAnchorToTop>false</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>true</Style_Checkbox>
<Text>Open with Ctrl-R-click</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

<Button item = "COMBW_CloseButton">
<ScreenID>CloseButton</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>20</LeftAnchorOffset>
<TopAnchorOffset>24</TopAnchorOffset>
<RightAnchorOffset>20</RightAnchorOffset>
<BottomAnchorOffset>2</BottomAnchorOffset>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<TopAnchorToTop>false</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Click this button to close the tradeskill window.</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>Close</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

<Screen item = "COMBW_FlagsArea">
<ScreenID/>
<!--<Font/>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>0</LeftAnchorOffset>
<TopAnchorOffset>392</TopAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<BottomAnchorOffset>0</BottomAnchorOffset>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<TopAnchorToTop>true</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_VScroll>false</Style_VScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>COMBW_CloseButton</Pieces>
<Pieces>COMBW_UseCtrlCheckbox</Pieces>
</Screen>

<Screen item = "COMBW_RightSideArea">
<ScreenID/>
<!--<Font/>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>160</LeftAnchorOffset>
<TopAnchorOffset>0</TopAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<BottomAnchorOffset>0</BottomAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<TopAnchorToTop>true</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_VScroll>false</Style_VScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>COMBW_ContainerArea</Pieces>
<Pieces>COMBW_CombineArea</Pieces>
<Pieces>COMBW_FlagsArea</Pieces>
</Screen>

<Screen item = "TradeskillWnd">
<RelativePosition>false</RelativePosition>
<Location>
<X>20</X>
<Y>25</Y>
</Location>
<Size>
<CX>400</CX>
<CY>525</CY>
</Size>
<Text>Tradeskill Window</Text>
<Style_Transparent>false</Style_Transparent>
<DrawTemplate>WDT_Def</DrawTemplate>
<Style_Titlebar>true</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Pieces>COMBW_LeftSideArea</Pieces>
<Pieces>COMBW_RightSideArea</Pieces>
</Screen>

</XML>
Cairenn is offline