2014-03-05, 18:40
Anyone know how I can remove the duration counter in video library?
Thanks
Thanks
<control type="label">
<description>Container Duration Label</description>
---
<visible>![Container.Content(Movies) | Container.Content(Episodes)]</visible>
---
</control>
<include name="CommonPageCount">
<control type="group">
<animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation>
<control type="label">
<description>Page Count Label</description>
<posx>40r</posx>
<posy>53r</posy>
<width>500</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>false</scroll>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[Container.NumItems,([COLOR=blue],[/COLOR]) $LOCALIZE[31025]]$INFO[Container.CurrentPage, - $LOCALIZE[31024] ([COLOR=blue]]$INFO[Container.NumPages,/,[/COLOR])]</label>
<include>Window_OpenClose_Animation</include>
</control>
</control>
</include>
<control type="label">
<description>Container Duration Label</description>
<posx>40r</posx>
<posy>30r</posy>
<width>500</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>false</scroll>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[Container.TotalTime,$LOCALIZE[180] ([COLOR=blue],[/COLOR])]</label>
<include>Window_OpenClose_Animation</include>
</control>