I would like to change the set time from GUI, so i add 2 controls to SkinSetting
Code:
<control type="radiobutton" id="115">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>Teraz odtwarzane</label>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.ToggleSetting(nowplayingwindow)</onclick>
<onclick>Skin.SetString(applytime, 10)</onclick>
<selected>Skin.HasSetting(nowplayingwindow)</selected>
</control>
<control type="button" id="116">
<width>750</width>
<height>40</height>
<font>font13</font>
<label> - ustaw czas</label>
<label2>$INFO[Skin.String(applytime)] sekund</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetNumeric(applytime)</onclick>
<visible>Skin.HasSetting(nowplayingwindow)</visible>
</control>so i add conditional visibility
Code:
<visible>Player.HasAudio + System.IdleTime($INFO[Skin.String(applytime)])</visible>but this InfoLabel is not working or I'm doing something wrong
smuto

![[Image: 1.png]](http://www.denness.net/scrobblersig/username/smuto/labelcolor/5176B5/trackcolor/3A4F6C/backgroundcolor/FFFFFF/backgroundtransparent/1.png)

![[Image: sig_zps3af3b48e.jpg]](http://i620.photobucket.com/albums/tt289/Arcanthur/Celestium/sig_zps3af3b48e.jpg)
Search
Help