Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > Developer Discussion > Test Server Changes
User Name
Password

Closed Thread
 
Thread Tools Display Modes
Old 10-08-2003, 08:28 PM   #1
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default 24 Sept - 8 Oct (inclusive) UI Changes on Test

Disclaimer: As always, this is a comparision of the new default files to the previous default files. Sizes and locations are specific to those files, and may need to be adjusted to "fit" in your custom files appropriately.

Files changed with this patch:

EQUI_AdventureLeaderboardWnd.xml
EQUI_FindLocationWnd.xml

(Click on the File Name link to go to the post detailing the changes to that specific file.)
Cairenn is offline   Reply With Quote
Old 10-08-2003, 08:28 PM   #2
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_AdventureLeaderboardWnd.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<Listbox item = "AdvLeaderboard_LeaderList">


Immediately before that line, ADD:

<Combobox item = "AdvLeaderboard_RiskCombobox">
<ScreenID>AdvLeaderboard_RiskCombobox</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>130</LeftAnchorOffset>
<TopAnchorOffset>35</TopAnchorOffset>
<RightAnchorOffset>290</RightAnchorOffset>
<BottomAnchorOffset>60</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>true</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>true</RightAnchorToLeft>
<ListHeight>120</ListHeight>
<Button>BDT_Combo</Button>
<Style_Border>true</Style_Border>
<Choices>All</Choices>
<Choices>Normal Risk</Choices>
<Choices>High Risk</Choices>
</Combobox>


Find:

<Pieces>AdvLeaderboard_DoneButton</Pieces>


Immediately after that line, ADD:

<Pieces>AdvLeaderboard_RiskCombobox</Pieces>
Cairenn is offline   Reply With Quote
Old 10-08-2003, 08:28 PM   #3
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_FindLocationWnd.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<BottomAnchorOffset>25</BottomAnchorOffset>


CHANGE to be:

<BottomAnchorOffset>47</BottomAnchorOffset>


[b]Find
:

<Button item = "FLW_FindButton">


Immediately before that line, ADD:

<Button item = "FLW_FilterLocationsCheckbox">
<ScreenID>FLW_FilterLocationsCheckbox</ScreenID>
<RelativePosition>true</RelativePosition>

<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>10</LeftAnchorOffset>
<TopAnchorOffset>43</TopAnchorOffset>
<RightAnchorOffset>22</RightAnchorOffset>
<BottomAnchorOffset>31</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<RightAnchorToLeft>true</RightAnchorToLeft>

<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>true</Style_Checkbox>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_CheckBoxNormal</Normal>
<Pressed>A_CheckBoxPressed</Pressed>
</ButtonDrawTemplate>
</Button>

<Label item = "FLW_FilterLocationsLabel">
<ScreenID>FLW_FilterLocationsLabel</ScreenID>
<RelativePosition>true</RelativePosition>

<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>26</LeftAnchorOffset>
<TopAnchorOffset>44</TopAnchorOffset>
<RightAnchorOffset>10</RightAnchorOffset>
<BottomAnchorOffset>24</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>

<Text>Only show destinations I can use.</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>


Find and DELETE:
<Button item = "FLW_EndFindButton">
<ScreenID>FLW_EndFindButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>30</LeftAnchorOffãet>
<TopAnchÿrOffset>22</TopAnchorOffset>
<RightAnchorOffset>30</RightAnchorOffset>
<BottomAnchorOffseä>2</BottomAnchorOffset>
<TopAnchorToTop>falsõ</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<!--<TooltipReference/>-->
<Style_Checkbox>false</Style_Checkbox>
<Text>End Find</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_BtþDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<!--<SoundPressed/>-->
<!--<SoundUp/>-->
<!--<SoundFlyby/>-->
</Button>


Find:

<Pieces>FLW_FindLocationList</Pieces>


Immediately [ò]after
that line, ADD:

<Pieces>FLW_FilterLocationsCheckbox</Pieces>
<Pieces>ÖLW_FilterLocatiÿnsLabel</Pieces>


Find and DELETE:

<Pieces>FLW_EndFindButton</Pieces>
Cairenn is offline   Reply With Quote
Closed Thread



Thread Tools
Display Modes

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


All times are GMT -5. The time now is 06:19 AM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI