Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > Developer Discussion > Test Server Changes
User Name
Password

Closed Thread
 
Thread Tools Display Modes
Old 03-12-2003, 08:04 PM   #1
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default 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.)
__________________
"My friends, love is better than anger. Hope is better than fear. Optimism is better than despair. So let us
be loving, hopeful and optimistic. And we’ll change the world."


Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RafM

Last edited by Cairenn : 04-08-2003 at 07:30 AM.
Cairenn is offline   Reply With Quote
Old 03-12-2003, 08:05 PM   #2
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

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 is offline   Reply With Quote
Old 04-08-2003, 07:29 AM   #3
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

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>
Cairenn is offline   Reply With Quote
Closed Thread




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 12:33 AM.


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