EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   General authoring help / discussion (http://www.eqinterface.com/forums/forumdisplay.php?f=12)
-   -   9/20 update changes to xml files. (http://www.eqinterface.com/forums/showthread.php?t=22059)

AloneStarwalker 09-20-2017 10:59 PM

9/20 update changes to xml files.
 
i forgot to grab a copy of the default ui before they got changed on my system.

and i am unsure what was changed in the:

EQUI_BazaarSearchWnd.xml
EQUI_MapViewWnd.xml

does anyone have the pre patch files i could run a compare on?

Kiriskhon 09-21-2017 09:43 PM

These?
 
1 Attachment(s)
Here are mine from an untouched install dated 16AUG.

Is this what you need?

AloneStarwalker 09-22-2017 06:41 AM

yes thank you sir, was just wondering what they changed since i have customized those two and uierrors clean as a whistle.

PilsnerDk 09-26-2017 03:34 PM

Here's what was changed:

in EQUI_BazaarWnd.xml
Line 877, from:
Code:
<Combobox item="BZR_ItemAugmentCombobox"> <ScreenID>BZR_ItemAugmentCombobox</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <TooltipReference>Filter based on item augment slot.</TooltipReference>
to
Code:
<Combobox item="BZR_ItemAugmentCombobox"> <ScreenID>BZR_ItemAugmentCombobox</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <AutoStretchList>true</AutoStretchList> <TooltipReference>Filter based on item augment slot.</TooltipReference>


in EQUI_MapViewWnd.xml

Line 68, from:
Code:
<Combobox item="MVW_MapsDirCombobox"> <ScreenID>MVW_MapsDirCombobox</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <Location>
to
Code:
<Combobox item="MVW_MapsDirCombobox"> <ScreenID>MVW_MapsDirCombobox</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <AutoStretchList>true</AutoStretchList> <Location>


And precisely the same around line 1081, just added the AutoStretchList element.

AloneStarwalker 09-26-2017 11:53 PM

thank your beerman


All times are GMT -5. The time now is 08:20 PM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.