Mahlzeit alle miteinander...
Hätte gerade nochmal eine Frage an euch Oberflächen-Experten. Und zwar würde ich gerne die SeekBar für den Player-Fortschritt bspw. auf dem Home-Screen oder in der Musikbibliothek am unteren Rand sichtbar machen. In der MusicOSD.xml ist diese mit einem include eingebunden mit folgendem Code...
[expander]
PHP
<include name="BottomProgressBar">
<control type="group">
<posy>993</posy>
<animation type="WindowOpen">
<effect type="fade" time="200" end="100" />
<effect type="slide" time="200" start="0,98" end="0,0" tween="cubic" />
</animation>
<animation type="WindowClose">
<effect type="fade" time="200" start="100" end="0" />
<effect type="slide" time="200" end="0,98" easing="in" tween="cubic" />
</animation>
<control type="image">
<posx>-80</posx>
<width>2080</width>
<height>87</height>
<texture border="80,0,80,0">osd/osd_progress_bar_back.png</texture>
<colordiffuse>$VAR[ColorDiffuseVar]</colordiffuse>
</control>
<control type="progress" id="23">
<posx>150</posx>
<posy>57</posy>
<width>1620</width>
<height>20</height>
<info>Player.ProgressCache</info>
<texturebg>osd/info/osd_progress_back.png</texturebg>
<lefttexture>osd/info/osd_progresscache_left.png</lefttexture>
<midtexture>osd/info/osd_progresscache_mid.png</midtexture>
<righttexture>osd/info/osd_progresscache_right.png</righttexture>
</control>
<control type="progress" id="23">
<posx>150</posx>
<posy>57</posy>
<width>1620</width>
<height>20</height>
<info>Player.Progress</info>
<texturebg>osd/info/osd_progress_back_cache.png</texturebg>
<lefttexture>osd/info/osd_progress_left.png</lefttexture>
<midtexture>osd/info/osd_progress_mid.png</midtexture>
<righttexture>osd/info/osd_progress_right.png</righttexture>
<overlaytexture>-</overlaytexture>
</control>
<control type="slider" id="87">
<posx>150</posx>
<posy>57</posy>
<width>1620</width>
<height>20</height>
<action>seek</action>
</control>
<control type="label">
<posx>135</posx>
<posy>45</posy>
<width>300</width>
<height>42</height>
<font>Font_Reg19</font>
<textcolor>osdseek</textcolor>
<label>$INFO[Player.Time]</label>
<align>right</align>
</control>
<control type="label">
<posx>135r</posx>
<posy>45</posy>
<width>300</width>
<height>42</height>
<font>Font_Reg19</font>
<textcolor>osdseek</textcolor>
<label>$INFO[Player.Duration]</label>
<visible>!Skin.HasSetting(PreferRemaining)</visible>
</control>
<control type="label">
<posx>135r</posx>
<posy>45</posy>
<width>300</width>
<height>42</height>
<font>Font_Reg19</font>
<textcolor>osdseek</textcolor>
<label>$INFO[Player.TimeRemaining,- ]</label>
<visible>Skin.HasSetting(PreferRemaining)</visible>
</control>
</control>
</include>
Alles anzeigen
[/expander]
Kann man diese Seekbar irgendwie sichtbar machen oder aufrufen? Mit einem unsichtbaren Objekt mit onfocus oder so in der Art ?
Besten Dank im Voraus
Greetings