06-14-2014, 02:23 AM -
Usually you don't need to use INSPEED_U if you are using the <text>. The parameter units="right" already shows the units at the right side of the value. But it can be useful for example to align the units and values.
The INSPEED_U (like other *_U parameters) can be used to show the text of the parapeter units:
Also you can use the *_U to show units as image:
In this example the PNGs contain image for units (Bytes/sec, KB/s etc.)
The values can be found here.
The INSPEED_U (like other *_U parameters) can be used to show the text of the parapeter units:
Code:
<text x="30" y="0" width="74" height="16" units="right" src="INSPEED_U" font="DejaVu Sans Mono" align="right" glow-size="0" font-size="16" bold="true" halign="center" size-type="char">
<state value="normal" color="rgb(255, 255, 255, 255)" glow-color="#CCCCCC"/>
</text>
Also you can use the *_U to show units as image:
Code:
<image mod="INSPEED_U">
<mod value="6" file="u-bytes-p-s.png"/>
<mod value="7" file="u-KB-ps.png"/>
<mod value="8" file="u-MB-ps.png"/>
</image>
In this example the PNGs contain image for units (Bytes/sec, KB/s etc.)
The values can be found here.
The TORDEX Team
http://www.tordex.com
http://www.tordex.com