Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > Developer Discussion > General authoring help / discussion
User Name
Password

Reply
 
Thread Tools Display Modes
Old 11-11-2002, 05:02 PM   #1
narwael
A Snow Griffin
 
narwael's Avatar
 
Join Date: Aug 2002
Server: luclin / AB
Posts: 50
Default Gauge trouble

This is something very strange . . .

I WANT to see the small line under all Gauge like XP and AAXP bar in Inventory but i can t . . ( Get me sick )

Plzz help me . . .
__________________
narwael is offline   Reply With Quote
Old 11-11-2002, 05:18 PM   #2
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

Make sure you have the DrawLinesFill set to true:

<DrawLinesFill>true</DrawLinesFill>
__________________
"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   Reply With Quote
Old 11-11-2002, 05:23 PM   #3
narwael
A Snow Griffin
 
narwael's Avatar
 
Join Date: Aug 2002
Server: luclin / AB
Posts: 50
Default

Quote:
Make sure you have the DrawLinesFill set to true:
<DrawLinesFill>true</DrawLinesFill>


It s the first thing i did, but the answer is outwhere . . .
narwael is offline   Reply With Quote
Old 11-11-2002, 05:27 PM   #4
Haliken
Quintessence of EQUI XML
 
Haliken's Avatar
 
Join Date: Sep 2002
Posts: 773
Interface Author - Click to view interfaces
Default

and make sure you have
<LinesFillTint>
<R>0</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
with the zeros replaced with the correct numbers for the color you want. If this still doesn't work then you must be doing something wrong.

Haliken
Haliken is offline   Reply With Quote
Old 11-11-2002, 05:31 PM   #5
narwael
A Snow Griffin
 
narwael's Avatar
 
Join Date: Aug 2002
Server: luclin / AB
Posts: 50
Default

Quote:
and make sure you have

<LinesFillTint>
<R>0</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
with the zeros replaced with the correct numbers for the color you want. If this still doesn't work then you must be doing something wrong.



It s oki but not work (

This is one of my gauge :

Quote:
<Gauge item="Player_Mana">
<ScreenID>PlayerMana</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>17</Y>
</Location>
<Size>
<CX>108</CX>
<CY>8</CY>
</Size>
<GaugeOffsetY>0</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>0</R>
<G>0</G>
<B>240</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>220</G>
<B>220</B>
</LinesFillTint>
<DrawLinesFill>True</DrawLinesFill>
<EQType>2</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>


i hope u can find what is wrong
narwael is offline   Reply With Quote
Old 11-11-2002, 05:36 PM   #6
Haliken
Quintessence of EQUI XML
 
Haliken's Avatar
 
Join Date: Sep 2002
Posts: 773
Interface Author - Click to view interfaces
Default

I know the problem!
you have:
<DrawLinesFill>True</DrawLinesFill>
but it needs to be
<DrawLinesFill>true</DrawLinesFill>
DO NOT capitalize the word "true"

Haliken
Haliken is offline   Reply With Quote
Old 11-11-2002, 05:38 PM   #7
narwael
A Snow Griffin
 
narwael's Avatar
 
Join Date: Aug 2002
Server: luclin / AB
Posts: 50
Default

Oki i ll try it now
narwael is offline   Reply With Quote
Old 11-11-2002, 06:18 PM   #8
Novawulf
A Glorified Port Mule
 
Novawulf's Avatar
 
Join Date: Aug 2002
Server: The Nameless
Posts: 34
Interface Author - Click to view interfaces
Default

I was playing with another UI and I was having the same problem.. the caps where correct .. I had to play with the Gauge Offset value.. made it a value of -2 made it work... maybe this is the case here
__________________


Novawulf is offline   Reply With Quote
Old 11-12-2002, 11:22 AM   #9
narwael
A Snow Griffin
 
narwael's Avatar
 
Join Date: Aug 2002
Server: luclin / AB
Posts: 50
Default

Oki That is the Trouble :

If u change the
Quote:
<DrawLinesFill>false</DrawLinesFill>
by using Sidlwld , this soft write True instead of true ( and XML don t appreciate Caps )

Thx a lot all for ur help
narwael is offline   Reply With Quote
Reply




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 04:08 PM.


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