View Single Post
Old 01-21-2003, 09:51 AM   #1
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default Addendum to 9 Jan 03 UI Changes

I forgot one.

IF you have a custom EQUI_BugReportWnd.xml, open using any text editor (Word, WordPerfect, NotePad, etc) and:

Do a Search/Find to:

<Label item ="BUGW_LocLabelX">

CHANGE that to be:

<Editbox item = "BUGW_LocLabelX">

Leave the next line alone:

<ScreenID>LocX</ScreenID>

Then DELETE

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

ADD:

<DrawTemplate>WDT_Inner</DrawTemplate>

Leave the next line alone:

<RelativePosition>true</RelativePosition>

Next ADD:

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

Leave the following alone:

<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>188</LeftAnchorOffset>
<TopAnchorOffset>2</TopAnchorOffset>
<RightAnchorOffset>128</RightAnchorOffset>
<BottomAnchorOffset>26</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>true</BottomAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>

DELETE:

<Text>-15555</Text>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

ADD:

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

In the next section (immediately following the one we just did):

CHANGE:

<Label item ="BUGW_LocLabelY">

to be:

<Editbox item = "BUGW_LocLabelY">

Leave the next line alone:

<ScreenID>LocY</ScreenID>

Then DELETE

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

ADD:

<DrawTemplate>WDT_Inner</DrawTemplate>

Leave the next line alone:

<RelativePosition>true</RelativePosition>

Next ADD:

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

Leave the following alone:

<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>124</LeftAnchorOffset>
<TopAnchorOffset>2</TopAnchorOffset>
<RightAnchorOffset>64</RightAnchorOffset>
<BottomAnchorOffset>26</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>true</BottomAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>

DELETE:

<Text>-10000</Text>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

ADD:

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

In the next section (immediately following the one we just did):

CHANGE:

<Label item ="BUGW_LocLabelZ">

to be:

<Editbox item = "BUGW_LocLabelZ">

Leave the next line alone:

<ScreenID>LocZ</ScreenID>

Then DELETE

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

ADD:

<DrawTemplate>WDT_Inner</DrawTemplate>

Leave the next line alone:

<RelativePosition>true</RelativePosition>

Next ADD:

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

Leave the following alone:

<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>60</LeftAnchorOffset>
<TopAnchorOffset>2</TopAnchorOffset>
<RightAnchorOffset>2</RightAnchorOffset>
<BottomAnchorOffset>26</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>true</BottomAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>

DELETE:

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

and finally, ADD:

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

Save and close and you should be gtg.
__________________
"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
Cairenn is offline