EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   Patch fix archive (http://www.eqinterface.com/forums/forumdisplay.php?f=43)
-   -   19 Nov 02 - UI Changes (http://www.eqinterface.com/forums/showthread.php?t=4115)

Cairenn 11-19-2002 07:13 AM

19 Nov 02 - UI Changes
 
If you have a custom EQUI.xml file:

Below
<Include>EQUI_RaidOptionsWindow.xml</Include>

Add
<Include>EQUI_MusicPlayerWnd.xml</Include>
<Include>EQUI_FileSelectionWnd.xml</Include>

==============================================

If you have a custom EQUI_BazaarSearchWnd.xml file:

Search/Find for:

<Listbox item = "BZR_ItemList">
<ScreenID>BZR_ItemList</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<TooltipReference>Right click an item name to inspect the item. Right click on the player name to locate them.</TooltipReference>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>145</LeftAnchorOffset>
<TopAnchorOffset>20</TopAnchorOffset>
<RightAnchorOffset>5</RightAnchorOffset>
<BottomAnchorOffset>28</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Location>
<X>145</X>
<Y>20</Y>
</Location>
<Size>

Start Change
Change This:
<CX>300</CX>
to be
<CX>340</CX>
(an increase of 40 pixels)
End Change

<CY>272</CY>
</Size>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Style_Border>true</Style_Border>
<Style_VScroll>true</Style_VScroll>
<Columns>

Start Delete:
Delete this line:
<!-- <Header>Header_Listbox</Header> What the heck is this???? -->
End Delete

<Width>125</Width>
<Heading>Item Name</Heading>
</Columns>
<Columns>
<Width>75</Width>
<Heading>Price</Heading>
</Columns>
<Columns>
<Width>80</Width>
<Heading>Seller</Heading>
</Columns>

Start Add:
Add
<Columns>
<Width>80</Width>
<Heading>Stat</Heading>
</Columns>
End Add


Then Search/Find for:
<Screen item = "BazaarSearchWnd">
<ScreenID/>
<RelativePosition>false</RelativePosition>
<Location>
<X>100</X>
<Y>50</Y>
</Location>
<Size>

Start Change
Change This
<CX>465</CX>
<CY>347</CY>
To Be
<CX>515</CX>
<CY>400</CY>
(an increase of 50 pixels and 53 pixels, respectively)
End Change

</Size>

==============================================

Two new files added:

EQUI_FilesSelectionWnd.xml
EQUI_MusicPlayerWnd.xml

New Labels and Gauges added:

- New Gauge type (22) = Current Song Progress. Will show the progress through the currently playing MP3

- New Label types (75-79):
75 = Current Song Name
76 = Current Song Duration Minutes Value
77 = Current Song Duration Seconds Value (2 digits always)
78 = Current Song Position Minutes Value
79 = Current Song Position Seconds Value (2 digits always)

/edit on

The reason for some folks not being able to open the mp3 window has been found:

If you have sound disabled in any way other than the ingame volume controls, the mp3 player will not come up.


All times are GMT -5. The time now is 10:00 PM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.