EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   Test Server Changes (http://www.eqinterface.com/forums/forumdisplay.php?f=42)
-   -   30 Oct 03 UI Changes on Test (http://www.eqinterface.com/forums/showthread.php?t=10947)

Cairenn 11-02-2003 04:41 PM

30 Oct 03 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_OptionsWindow.xml

(Click on the File Name link to go to the post detailing the changes to that specific file.)

Cairenn 11-02-2003 04:41 PM

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

Find:

<!-- Load a new UI skin -->


Immediately before that line, ADD:

<Button item = "OGP_UseTellWindowsCheckbox">
<ScreenID>OGP_UseTellWindowsCheckbox</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>235</Y>
</Location>
<Size>
<CX>150</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>true</Style_Checkbox>
<Text>Use Tell Windows</Text>
<TooltipReference>Toggle whether you want tells to appear in their own separate chat windows.</TooltipReference>
<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>



Find:

<!-- Load a new UI skin -->
<Button item = "OGP_LoadSkinButton">
<ScreenID>OGP_LoadSkinButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>245</Y>
</Location>


CHANGE:

<Location>
<X>10</X>
<Y>245</Y>
</Location>

TO:

<Location>
<X>10</X>
<Y>265</Y>
</Location>



Find:

<Pieces>OGP_LeftClickHelpText</Pieces>


Immediately after that line, ADD:

<Pieces>OGP_UseTellWindowsCheckbox</Pieces>


All times are GMT -5. The time now is 03:21 PM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.