View Single Post
Old 10-11-2008, 10:37 AM   #9
Halelen
Lord Doljonijiarnimorinar
 
Join Date: Jan 2003
Server: Povar
Posts: 1,047
Interface Author - Click to view interfaces
Default

ok i see several problems there....1st you are still using the x100 background that needs to be gone...second only the A guages need to be changed to 10000-offset leave the B guages at their original number ...third i dont see your container that cuts the gauge to the correct length.Since the guage is 10000 you must use container to snip a portion to use as overlay.Listed below what ya need to change

- <Gauge item="GW_1_Gauge1A">
<RelativePosition>true</RelativePosition>
- <Location>
<X>0</X>
<Y>-3</Y> <-----------0
</Location>
- <Size>
<CX>8000</CX>
<CY>8</CY>
</Size>
<GaugeOffsetX>-2000</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<Text />
<TextOffsetY>-50</TextOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
- <!-- <TooltipReference/>
-->
- <FillTint>
<R>255</R>
<G>64</G>
<B>64</B>
</FillTint>
- <LinesFillTint>
<R>0</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>11</EQType>
- <GaugeDrawTemplate>
<Background>A_GaugeBackground_GW_x100</Background> <------Remove
<Fill>Flashing_Gauge</Fill>
</GaugeDrawTemplate>
</Gauge>
- <Screen item="GW_Gauge1A_X">----------------------ADD THIS SECTION
<RelativePosition>true</RelativePosition>
- <Location>
<X>0</X>
<Y>-3</Y>
</Location>
- <Size>
<CX>21</CX>
<CY>8</CY>
</Size>
<Style_Transparent>true</Style_Transparent>
<Pieces>GW_Gauge1A</Pieces>
</Screen>

- <Gauge item="GW_1_Gauge1B">
<RelativePosition>true</RelativePosition>
- <Location>
<X>21</X>
<Y>-3</Y>
</Location>
- <Size>
<CX>9979</CX> <----leave this at 79
<CY>8</CY>
</Size>
<GaugeOffsetX>-21</GaugeOffsetX>
<GaugeOffsetY>0</GaugeOffsetY>
<Text />
<TextOffsetY>-50</TextOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
- <!-- <TooltipReference/>
-->
- <FillTint>
<R>255</R>
<G>64</G>
<B>64</B>
</FillTint>
- <LinesFillTint>
<R>0</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>11</EQType>
- <GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>Flashing_Gauge</Fill>
</GaugeDrawTemplate>
</Gauge>



Hal
Halelen is offline   Reply With Quote