EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   UI Developer Discussion (https://www.eq2interface.com/forums/forumdisplay.php?f=3)
-   -   How can I change color of /GameData.Stats.PowerRange ? (https://www.eq2interface.com/forums/showthread.php?t=3838)

iZplus 08-02-2005 07:49 PM

How can I change color of /GameData.Stats.PowerRange ?
 
I have added the line below but it will be still shown as green color ?
Is it possible to change it ? Thank you

<Text AbsorbsInput="false" Color="#7777FF" DynamicData="/GameData.Stats.PowerRange" Font="/Fonts.FontZapf16" LocalText="00000/00000" Location="12,46" Margin="0,0,5,0" Name="PowerValue" ScrollExtent="80,20" Size="80,20" TextAlignmentVertical="Center">00000/00000</Text>

Deathbane27 08-03-2005 01:35 AM

Add the property

DynamicDataFilter="FBFF"

This will cause it to (usually) ignore the color associated with the data.

For a complete list of all the DynamicDataFilter flags, check EQ2_UI_Customization.doc (found inside UIbuilder.zip in your EQ2 folder) and check under chapter 6: Dynamic Data.


All times are GMT -5. The time now is 06:40 PM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI