2010-06-09, 23:14
One, didn't know about that and two - no this didnt work:
Im on 30851
Quote:<info>ListItem.Duration(HH:MM)</info>
Im on 30851
Quote:<info>ListItem.Duration(HH:MM)</info>
<control type="label">
<posx>374</posx>
<posy>47</posy>
<width>260</width>
<height>76</height>
<aligny>center</aligny>
<font>Font_InfoYear</font>
<textcolor>InfoYear</textcolor>
<info>ListItem.Duration</info>
<visible>substring(listitem.Duration,h)</visible>
<visible>!IsEmpty(listitem.Duration)</visible>
</control>
<control type="label">
<posx>374</posx>
<posy>47</posy>
<width>260</width>
<height>76</height>
<aligny>center</aligny>
<font>Font_InfoYear</font>
<textcolor>InfoYear</textcolor>
<info>ListItem.Duration</info>
<visible>substring(listitem.Duration,m)</visible>
<visible>!substring(listitem.Duration,h)</visible>
<visible>!IsEmpty(listitem.Duration)</visible>
</control>
<control type="label">
<posx>374</posx>
<posy>47</posy>
<width>260</width>
<height>76</height>
<aligny>center</aligny>
<font>Font_InfoYear</font>
<textcolor>InfoYear</textcolor>
<label>$INFO[ListItem.Duration,, mins]</label>
<visible>!substring(listitem.Duration,m)</visible>
<visible>!IsEmpty(listitem.Duration)</visible>
</control>