EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   Test Server Changes (http://www.eqinterface.com/forums/forumdisplay.php?f=42)
-   -   3 Mar 03 - UI Changes (http://www.eqinterface.com/forums/showthread.php?t=7511)

Cairenn 03-12-2003 08:04 PM

3 Mar 03 - UI Changes
 
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_BugReportWnd.xml
EQUI_GuildManagementWnd.xml

(I have to apologize ... no one thought to drop a note in about there having been changes on Test, and I've been up to my ears in other stuff, sooooo .... sorry for the late posting of this info.)

Cairenn 03-12-2003 08:05 PM

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

Find:

<Listbox item = "GT_MemberList">

Immediately before that, ADD:

<Button item = "GT_DumpButton">
<ScreenID>DumpButton</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>74</LeftAnchorOffset>
<TopAnchorOffset>4</TopAnchorOffset>
<RightAnchorOffset>4</RightAnchorOffset>
<BottomAnchorOffset>24</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>true</BottomAnchorToTop>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<TooltipReference>Dump your guild info to a file.</TooltipReference>
<Text>Dump</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

Then Find:

<TooltipReference>Promote the selected player to Officer (GuildLeader only), target must be online.</TooltipReference>

CHANGE that to be:

<TooltipReference>Promote the selected player to Officer (GuildLeader only), player must be targetted.</TooltipReference>

Next Find:

<Label item = "GT_PlayerCountLabelText">

Immediately before that, ADD:

<Button item = "GT_ShowOfflineButton">
<ScreenID>ShowOfflineButton</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>367</LeftAnchorOffset>
<TopAnchorOffset>24</TopAnchorOffset>
<RightAnchorOffset>383</RightAnchorOffset>
<BottomAnchorOffset>8</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<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 = "GT_ShowOfflineLabel">
<ScreenID/>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>388</LeftAnchorOffset>
<TopAnchorOffset>24</TopAnchorOffset>
<RightAnchorOffset>480</RightAnchorOffset>
<BottomAnchorOffset>4</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>true</RightAnchorToLeft>
<Text>Show Offline</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

Next Find:

<Pieces>GT_GuildNameLabel</Pieces>

After that, ADD:

<Pieces>GT_DumpButton</Pieces>

Finally, Find:

<Pieces>GT_PlayerCountLabel</Pieces>

And ADD:

<Pieces>GT_ShowOfflineButton</Pieces>
<Pieces>GT_ShowOfflineLabel</Pieces>

Cairenn 04-08-2003 07:29 AM

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

FIND and DELETE:

<Label item ="BUGW_LocLabel">
<ScreenID/>
<!--<Font>3</Font>-->

ADD:

<Button item = "BUGW_LocationButton">
<ScreenID>LocationButton</ScreenID>

In that same section, FIND:

<LeftAnchorOffset>200</LeftAnchorOffset>

CHANGE to:

<LeftAnchorOffset>290</LeftAnchorOffset>

In that same section, FIND:

<TopAnchorToTop>true</TopAnchorToTop>

ADD:

<LeftAnchorToLeft>false</LeftAnchorToLeft>

DELETE:

<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Text>Location:</Text>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Editbox item = "BUGW_LocLabelX">
<ScreenID>LocX</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<RelativePosition>true</RelativePosition>

In that same section, FIND and DELETE:

<Style_Border>true</Style_Border>

ADD:

<Style_Checkbox>false</Style_Checkbox>
<TooltipReference>Change the location relating to this bug report to your current location.</TooltipReference>
<Text>Update Location</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

<Label item ="BUGW_LocLabelX">
<ScreenID>LocX</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>

FIND and DELETE:

<Style_Multiline>true</Style_Multiline>
</Editbox>

<Editbox item = "BUGW_LocLabelY">

ADD:

<Text>0</Text>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Label item ="BUGW_LocLabelY">

In that same section, FIND and DELETE:

<DrawTemplate>WDT_Inner</DrawTemplate>

ADD:

<!--<Font>3</Font>-->

In that same section, FIND and DELETE:

<Style_Transparent>false</Style_Transparent>
<Style_Border>true</Style_Border>

In that same section, FIND and DELETE:

<Style_Multiline>true</Style_Multiline>
</Editbox>

<Editbox item = "BUGW_LocLabelZ">

ADD:

<Text>0</Text>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Label item ="BUGW_LocLabelZ">

In that same section, FIND and DELETE:

<DrawTemplate>WDT_Inner</DrawTemplate>

ADD:

<!--<Font>3</Font>-->

In that same section, FIND and DELETE:

<Style_Transparent>false</Style_Transparent>
<Style_Border>true</Style_Border>

In that same section, FIND and DELETE:

<Style_Multiline>true</Style_Multiline>
</Editbox>

ADD:

<Text>0</Text>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

FIND and DELETE:

<Pieces>BUGW_LocLabel</Pieces>

ADD:

<Pieces>BUGW_LocationButton</Pieces>


All times are GMT -5. The time now is 03:40 AM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.