- August 19, 2006
- 148
- 1
- Home Country
- Germany
Hi,
thanks a lot to rambo!
This code did it for me:
<control>
<description>Drive space</description>
<type>label</type>
<textalign>center</textalign>
<textcolor>ffffffff</textcolor>
<id>37483</id>
<posX>147</posX>
<posY>680</posY>
<width>160</width>
<height>300</height>
<font>font12</font>
<label>#Drives(T).AvailableSpace.Data</label>
<visible>yes</visible>
</control>
Perhaps it might be helpful for somebody to add that the code must be inserted above the lines
</controls>
</window>
Next question:
Is it possible to do some math with the free space values, like calculating the available time for recordings, when assuming a typical bitrate?
E.g. typical bitrate 4kiBit/s, available space 12,3GiB => available time 25190s = 6h 59min => 6:59h is displayed
thanks a lot to rambo!
This code did it for me:
<control>
<description>Drive space</description>
<type>label</type>
<textalign>center</textalign>
<textcolor>ffffffff</textcolor>
<id>37483</id>
<posX>147</posX>
<posY>680</posY>
<width>160</width>
<height>300</height>
<font>font12</font>
<label>#Drives(T).AvailableSpace.Data</label>
<visible>yes</visible>
</control>
Perhaps it might be helpful for somebody to add that the code must be inserted above the lines
</controls>
</window>
Next question:
Is it possible to do some math with the free space values, like calculating the available time for recordings, when assuming a typical bitrate?
E.g. typical bitrate 4kiBit/s, available space 12,3GiB => available time 25190s = 6h 59min => 6:59h is displayed