Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > Developer Discussion > General authoring help / discussion
User Name
Password

Reply
 
Thread Tools Display Modes
Old 09-20-2017, 10:59 PM   #1
AloneStarwalker
A Shissar Disciple
 
Join Date: Aug 2002
Posts: 129
Default 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?
AloneStarwalker is offline   Reply With Quote
Old 09-21-2017, 09:43 PM   #2
Kiriskhon
A Bat
 
Join Date: Sep 2017
Posts: 1
Default These?

Here are mine from an untouched install dated 16AUG.

Is this what you need?
Attached Files
File Type: zip OldUIfiles.zip (6.4 KB, 3 views)
Kiriskhon is offline   Reply With Quote
Old 09-22-2017, 06:41 AM   #3
AloneStarwalker
A Shissar Disciple
 
Join Date: Aug 2002
Posts: 129
Default

yes thank you sir, was just wondering what they changed since i have customized those two and uierrors clean as a whistle.
AloneStarwalker is offline   Reply With Quote
Old 09-26-2017, 03:34 PM   #4
PilsnerDk
A Ghoul
 
Join Date: Aug 2008
Posts: 11
Interface Author - Click to view interfaces
Default

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.
PilsnerDk is offline   Reply With Quote
Old 09-26-2017, 11:53 PM   #5
AloneStarwalker
A Shissar Disciple
 
Join Date: Aug 2002
Posts: 129
Default

thank your beerman
AloneStarwalker is offline   Reply With Quote
Reply



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:26 AM.


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