PDA

View Full Version : Slider seek nib not working on my videoosd?


hades_666
2005-07-23, 19:55
why wont my slider nib increase and decrease when i do a seek. i've copied and translated the code from pmiii and only hte progress bar grows and shrinks properly however the seekslider nib remains in it static positon....

could this have anything to do with it being apart of the videoosd?



<window>
*<id>2901</id>
*<defaultcontrol>213</defaultcontrol>
*<controls>

* *<control>
* * *<description>background</description>
* * *<type>image</type>
* * *<id>0</id>
* * *<posx>15</posx>
* * *<posy>350</posy>
* * *<width>680</width>
* * *<height>120</height>
* * *<texture>sub-background.png</texture>
* * *<visible>yes</visible>
* *</control>

* *<control>
* * *<description>movie file name</description>
* * *<type>label</type>
* * *<id>103</id>
* * *<posx>220</posx>
* * *<posy>390</posy>
* * *<label>-</label>
* * *<align>left</align>
* * *<font>font16</font>
* * *<visible>yes</visible>
* *</control>


* <!-- progressbar dialog -->

<control>
* * *<description>elapsed time label</description>
* * *<type>label</type>
* * *<id>22</id>
*<posx>580</posx>
* * *<posy>405</posy>
* * *<font>font16</font>
* * *<align>right</align>
* * *<info>player.time</info>
* * *<width>100</width>
* * *<height>16</height>
* * *<visible>!player.seeking</visible>
* *</control>

* *<control>
* * *<description>seek time label</description>
* * *<type>label</type>
* * *<id>22</id>
* * *<posx>577</posx>
* * *<posy>405</posy>
*<font>font16</font>
* * *<align>right</align>
* * *<info>player.seektime</info>
* * *<width>100</width>
* * *<height>16</height>
* * *<visible>player.seeking</visible>
* *</control>

<control>
<description>start time info</description>
<type>label</type>
<id>101</id>
<posx>215</posx>
<posy>365</posy>
<label>0:00</label>
<align>right</align>
<font>font16</font>
<textcolor>ffffffff</textcolor>
</control>

*<control>
* * *<description>duration label</description>
* * *<type>label</type>
* * *<id>999</id>
* * *<posx>582</posx>
* * *<posy>365</posy>
* * *<info>player.duration</info>
* * *<font>font16</font>
* * *<align>left</align>
* * *<width>100</width>
* * *<height>16</height>
* *</control>

* *<control>
* * *<description>progressbar</description>
* * *<type>progress</type>
* * *<id>23</id>
* * *<posx>220</posx>
* * *<posy>367</posy>
* * *<width>360</width>
* * *<height>30</height>
* * *<info>player.progress</info>
* * *<texturebg>progress_back.png</texturebg>
* * *<lefttexture>progress_left.png</lefttexture>
* * *<midtexture>progress_mid.png</midtexture>
* * *<righttexture>progress_right.png</righttexture>
* * *<overlaytexture>-</overlaytexture>
* * *<visible>true</visible>
* *</control>

* *<control>
* * *<description>seek slider</description>
* * *<type>slider</type>
* * *<id>401</id>
* * *<posx>230</posx>
* * *<posy>360</posy>
* * *<width>280</width>
* * *<height>10</height>
* * *<texturesliderbar>seekslider.png</texturesliderbar>
* * *<textureslidernib>slider_nibfo.png</textureslidernib>
* * *<textureslidernibfocus>slider_nibfo.png</textureslidernibfocus>
* * *<visible>true</visible>
* * *<onup>1</onup>
* * *<ondown>1</ondown>
* * *<onleft>1</onleft>
* * *<onright>1</onright>
* *</control>


* <!-- osd buttons dialog -->
* *<control>
* * *<description>skip bwd</description>
* * *<type>togglebutton</type>
* * *<id>210</id>
* * *<posx>68</posx>
* * *<posy>360</posy>
* * *<width>33</width>
* * *<height>30</height>
* * *<alttexturefocus>osd_back_focus.png</alttexturefocus>
* * *<alttexturenofocus>osd_back_nofocus.png</alttexturenofocus>
* * *<texturefocus>osd_back_focus.png</texturefocus>
* * *<texturenofocus>osd_back_focus.png</texturenofocus>
* * *<label>-</label>
* * *<font>-</font>
* * *<onleft>221</onleft>
* * *<onright>213</onright>
* * *<onup>212</onup>
* * *<ondown>211</ondown>
*<*execute>xbmc.playercontrol(previous)<*/execute>
* *</control>
* *
<control>
* * *<description>rewind</description>
* * *<type>togglebutton</type>
* * *<id>211</id>
* * *<posx>53</posx>
* * *<posy>390</posy>
* * *<width>30</width>
* * *<height>30</height>
* * *<alttexturefocus>osd_rewind_focus.png</alttexturefocus>
* * *<alttexturenofocus>osd_rewind_nofocus.png</alttexturenofocus>
* * *<texturefocus>osd_rewind_focus.png</texturefocus>
* * *<texturenofocus>osd_rewind_focus.png</texturenofocus>
* * *<label>-</label>
* * *<font>-</font>
* * *<onleft>221</onleft>
* * *<onright>213</onright>
* * *<onup>210</onup>
* * *<ondown>212</ondown>
*<execute>xbmc.playercontrol(rewind)</execute>
</control>
* *
<control>
* * *<description>stop</description>
* * *<type>button</type>
* * *<id>212</id>
* * *<posx>68</posx>
* * *<posy>420</posy>
* * *<width>30</width>
* * *<height>30</height>
* * *<texturefocus>osd_stop_focus.png</texturefocus>
* * *<texturenofocus>osd_stop_nofocus.png</texturenofocus>
* * *<label>-</label>
* * *<font>-</font>
* * *<onleft>221</onleft>
* * *<onright>213</onright>
* * *<onup>211</onup>
* * *<ondown>210</ondown>
*<execute>xbmc.playercontrol(stop)</execute>
* *</control>
*
<control>
* * *<description>play</description>
* * *<type>togglebutton</type>
* * *<id>213</id>
* * *<posx>84</posx>
* * *<posy>374</posy>
* * *<width>57</width>
* * *<height>57</height>
* * *<texturefocus>osd_play_focus.png</texturefocus>
* * *<texturenofocus>osd_play_nofocus.png</texturenofocus>
*<alttexturefocus>osd_pause_focus.png</alttexturefocus>
* * *<alttexturenofocus>osd_pause_nofocus.png</alttexturenofocus>
* * *<label>-</label>
* * *<font>-</font>
* * *<onleft>210</onleft>
* * *<onright>214</onright>
* * *<onup>213</onup>
* * *<ondown>213</ondown>
*<execute>xbmc.playercontrol(play)</execute>
</control>
*
<control>
* * *<description>skip fwd</description>
* * *<type>togglebutton</type>
* * *<id>214</id>
* * *<posx>126</posx>
* * *<posy>360</posy>
* * *<width>30</width>
* * *<height>30</height>
* * *<alttexturefocus>osd_next_focus.png</alttexturefocus>
* * *<alttexturenofocus>osd_next_nofocus.png</alttexturenofocus>
* * *<texturefocus>osd_next_focus.png</texturefocus>
* * *<texturenofocus>osd_next_focus.png</texturenofocus>
* * *<label>-</label>
* * *<font>-</font>
* * *<onleft>213</onleft>
* * *<onright>219</onright>
* * *<onup>216</onup>
* * *<ondown>215</ondown>
*<*execute>xbmc.playercontrol(next)<*/execute>
</control>

<control>
* * *<description>fast forward</description>
* * *<type>togglebutton</type>
* * *<id>215</id>
* * *<posx>141</posx>
* * *<posy>390</posy>
* * *<width>35</width>
* * *<height>31</height>
* * *<alttexturefocus>osd_fastforward_focus.png</alttexturefocus>
* * *<alttexturenofocus>
* * *osd_fastforward_nofocus.png</alttexturenofocus>
* * *<texturefocus>osd_fastforward_focus.png</texturefocus>
* * *<texturenofocus>osd_fastforward_focus.png</texturenofocus>
* * *<label>-</label>
* * *<font>-</font>
* * *<onleft>213</onleft>
* * *<onright>219</onright>
* * *<onup>214</onup>
* * *<ondown>216</ondown>
*<execute>xbmc.playercontrol(forward)</execute>
* *</control>
*
<control>
* * *<description>volume</description>
* * *<type>togglebutton</type>
* * *<id>216</id>
* * *<posx>126</posx>
* * *<posy>420</posy>
* * *<width>30</width>
* * *<height>30</height>
* * *<alttexturefocus>osd_volume_focus.png</alttexturefocus>
* * *<alttexturenofocus>osd_volume_nofocus.png</alttexturenofocus>
* * *<texturefocus>osd_volume_focus.png</texturefocus>
* * *<texturenofocus>osd_volume_focus.png</texturenofocus>
* * *<label>-</label>
* * *<font>-</font>
* * *<onleft>212</onleft>
* * *<onright>219</onright>
* * *<onup>215</onup>
* * *<ondown>214</ondown>
* *</control>

* *<control>
* * *<description>bookmarks menu</description>
* * *<type>togglebutton</type>
* * *<id>219</id>
* * *<posx>190</posx>
* * *<posy>420</posy>
* * *<width>30</width>
* * *<height>30</height>
* * *<alttexturefocus>
* * *osd_settings_bookmark_focus.png</alttexturefocus>
* * *<alttexturenofocus>
* * *osd_settings_bookmark_nofocus.png</alttexturenofocus>
* * *<texturefocus>-</texturefocus>
* * *<texturenofocus>
* * *osd_settings_bookmark_focus.png</texturenofocus>
* * *<label>-</label>
* * *<font>-</font>
* * *<onleft>215</onleft>
* * *<onright>218</onright>
* * *<onup>219</onup>
* * *<ondown>219</ondown>
* *</control>

* *<control>
* * *<description>subtitles menu</description>
* * *<type>togglebutton</type>
* * *<id>218</id>
* * *<posx>225</posx>
* * *<posy>420</posy>
* * *<width>30</width>
* * *<height>30</height>
* * *<alttexturefocus>
* * *osd_settings_subs_focus.png</alttexturefocus>
* * *<alttexturenofocus>
* * *osd_settings_subs_nofocus.png</alttexturenofocus>
* * *<texturefocus>-</texturefocus>
* * *<texturenofocus>osd_settings_subs_focus.png</texturenofocus>
* * *<label>-</label>
* * *<font>-</font>
* * *<onleft>219</onleft>
* * *<onright>220</onright>
* * *<onup>218</onup>
* * *<ondown>218</ondown>
* *</control>

* *<control>
* * *<description>video menu</description>
* * *<type>togglebutton</type>
* * *<id>220</id>
* * *<posx>260</posx>
* * *<posy>420</posy>
* * *<width>30</width>
* * *<height>30</height>
* * *<alttexturefocus>
* * *osd_settings_video_focus.png</alttexturefocus>
* * *<alttexturenofocus>
* * *osd_settings_video_nofocus.png</alttexturenofocus>
* * *<texturefocus>-</texturefocus>
* * *<texturenofocus>osd_settings_video_focus.png</texturenofocus>
* * *<label>-</label>
* * *<font>-</font>
* * *<onleft>218</onleft>
* * *<onright>221</onright>
* * *<onup>220</onup>
* * *<ondown>220</ondown>
* *</control>

* *<control>
* * *<description>av delay menu</description>
* * *<type>togglebutton</type>
* * *<id>221</id>
* * *<posx>295</posx>
* * *<posy>420</posy>
* * *<width>30</width>
* * *<height>30</height>
* * *<alttexturefocus>osd_avdelay_focus.png</alttexturefocus>
* * *<alttexturenofocus>
* * *osd_avdelay_nofocus.png</alttexturenofocus>
* * *<texturefocus>-</texturefocus>
* * *<texturenofocus>osd_avdelay_nofocus.png</texturenofocus>
* * *<label>-</label>
* * *<font>-</font>
* * *<onleft>220</onleft>
* * *<onright>216</onright>
* * *<onup>221</onup>
* * *<ondown>221</ondown>
* *</control>

* <!-- osd special settings dialog -->
* <control>
* * *<description>sub menu background (volume)</description>
* * *<type>image</type>
* * *<id>300</id>
* * *<width>153</width>
* * *<height>30</height>
* * *<posx>400</posx>
* * *<posy>340</posy>
* * *<texture>osd_menu_bg.png</texture>
* * *<colorkey>0</colorkey>
* * *<colordiffuse>ffffffff</colordiffuse>
* * *<visible>no</visible>
* *</control>

* <control>
* * *<description>video position label</description>
* * *<type>label</type>
* * *<id>750</id>
* * *<posx>290</posx>
* * *<posy>220</posy>
* * *<label>298</label>
* * *<font>font13</font>
* * *<visible>yes</visible>
* *</control>

* *<control>
* * *<description>video position slider</description>
* * *<type>slider</type>
* * *<id>700</id>
* * *<posx>390</posx>
* * *<posy>210</posy>
* * *<subtype>int</subtype>
* * *<texturesliderbar>osd_slider_bg.png</texturesliderbar>
* * *<textureslidernib>osd_slider_nibnf.png</textureslidernib>
* * *<textureslidernibfocus>osd_slider_nibfo.png</textureslidernibfocus>
* * *<onup>700</onup>
* * *<ondown>701</ondown>
* * *<onleft>700</onleft>
* * *<onright>702</onright>
* * *<visible>yes</visible>
* *</control>

* *<control>
* * *<description>sub menu background (subtitles)</description>
* * *<type>image</type>
* * *<id>302</id>
* * *<posx>272</posx>
* * *<posy>233</posy>
* * *<width>380</width>
* * *<height>150</height>
* * *<texture>osd_menu_bg.png</texture>
* * *<colorkey>0</colorkey>
* * *<colordiffuse>ffffffff</colordiffuse>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>sub menu background (bookmarks)</description>
* * *<type>image</type>
* * *<id>303</id>
* * *<posx>282</posx>
* * *<posy>235</posy>
* * *<width>380</width>
* * *<height>150</height>
* * *<texture>osd_menu_bg.png</texture>
* * *<colorkey>0</colorkey>
* * *<colordiffuse>ffffffff</colordiffuse>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>sub menu background (video)</description>
* * *<type>image</type>
* * *<id>304</id>
* * *<posx>282</posx>
* * *<posy>235</posy>
* * *<width>380</width>
* * *<height>270</height>
* * *<texture>osd_menu_bg.png</texture>
* * *<colorkey>0</colorkey>
* * *<colordiffuse>ffffffff</colordiffuse>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>sub menu background (audio)</description>
* * *<type>image</type>
* * *<id>305</id>
* * *<posx>282</posx>
* * *<posy>235</posy>
* * *<width>380</width>
* * *<height>180</height>
* * *<texture>osd_menu_bg.png</texture>
* * *<colorkey>0</colorkey>
* * *<colordiffuse>ffffffff</colordiffuse>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>sub menu nib</description>
* * *<type>image</type>
* * *<id>350</id>
* * *<posx>0</posx>
* * *<posy>10</posy>
* * *<texture>-</texture>
* * *<colorkey>0</colorkey>
* * *<colordiffuse>ffffffff</colordiffuse>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>subtitle delay label</description>
* * *<type>label</type>
* * *<id>850</id>
* * *<posx>290</posx>
* * *<posy>300</posy>
* * *<label>303</label>
* * *<font>font13</font>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>subtitle delay slider</description>
* * *<type>slider</type>
* * *<id>800</id>
* * *<posx>390</posx>
* * *<posy>300</posy>
* * *<subtype>float</subtype>
* * *<texturesliderbar>osd_slider_bg.png</texturesliderbar>
* * *<textureslidernib>osd_slider_nibnf.png</textureslidernib>
* * *<textureslidernibfocus>osd_slider_nibfo.png</textureslidernibfocus>
* * *<onup>800</onup>
* * *<ondown>801</ondown>
* * *<onleft>800</onleft>
* * *<onright>800</onright>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>subtitles on/off checkbox</description>
* * *<type>checkmark</type>
* * *<id>801</id>
* * *<posx>290</posx>
* * *<posy>325</posy>
* * *<label>305</label>
* * *<onup>800</onup>
* * *<ondown>802</ondown>
* * *<onleft>801</onleft>
* * *<onright>801</onright>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>sub titles list control</description>
* * *<type>listcontrol</type>
* * *<id>802</id>
* * *<posx>310</posx>
* * *<posy>350</posy>
* * *<width>300</width>
* * *<height>100</height>
* * *<onleft>801</onleft>
* * *<onright>801</onright>
* * *<onup>802</onup>
* * *<ondown>802</ondown>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>audio volume label</description>
* * *<type>label</type>
* * *<id>552</id>
* * *<posx>290</posx>
* * *<posy>263</posy>
* * *<label>13376</label>
* * *<font>font13</font>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>audio volume slider</description>
* * *<type>slider</type>
* * *<id>502</id>
* * *<posx>440</posx>
* * *<posy>340</posy>
* * *<texturesliderbar>osd_volumeslider.png</texturesliderbar>
* * *<textureslidernib>osd_slider_nibnf.png</textureslidernib>
* * *<textureslidernibfocus>osd_slider_nibfo.png</textureslidernibfocus>
* * *<onup>502</onup>
* * *<ondown>500</ondown>
* * *<onleft>502</onleft>
* * *<onright>502</onright>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>a/v delay label</description>
* * *<type>label</type>
* * *<id>550</id>
* * *<posx>290</posx>
* * *<posy>300</posy>
* * *<label>297</label>
* * *<font>font13</font>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>a/v delay slider</description>
* * *<type>slider</type>
* * *<id>500</id>
* * *<posx>390</posx>
* * *<posy>300</posy>
* * *<subtype>float</subtype>
* * *<texturesliderbar>osd_slider_bg.png</texturesliderbar>
* * *<textureslidernib>osd_slider_nibnf.png</textureslidernib>
* * *<textureslidernibfocus>osd_slider_nibfo.png</textureslidernibfocus>
* * *<onup>502</onup>
* * *<ondown>501</ondown>
* * *<onleft>501</onleft>
* * *<onright>501</onright>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>audio stream list control</description>
* * *<type>listcontrol</type>
* * *<id>501</id>
* * *<posx>310</posx>
* * *<posy>335</posy>
* * *<width>300</width>
* * *<height>100</height>
* * *<onleft>500</onleft>
* * *<onright>500</onright>
* * *<onup>501</onup>
* * *<ondown>501</ondown>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>non-interleaved checkbox</description>
* * *<type>checkmark</type>
* * *<id>701</id>
* * *<posx>290</posx>
* * *<posy>250</posy>
* * *<label>306</label>
* * *<onup>700</onup>
* * *<ondown>703</ondown>
* * *<onleft>701</onleft>
* * *<onright>702</onright>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>no cache checkbox</description>
* * *<type>checkmark</type>
* * *<id>702</id>
* * *<posx>500</posx>
* * *<posy>250</posy>
* * *<label>431</label>
* * *<onup>700</onup>
* * *<ondown>709</ondown>
* * *<onleft>701</onleft>
* * *<onright>702</onright>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>adjust framerate checkbox</description>
* * *<type>checkmark</type>
* * *<id>703</id>
* * *<posx>290</posx>
* * *<posy>280</posy>
* * *<label>343</label>
* * *<onup>701</onup>
* * *<ondown>707</ondown>
* * *<onleft>703</onleft>
* * *<onright>709</onright>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>no cache checkbox</description>
* * *<type>checkmark</type>
* * *<id>709</id>
* * *<posx>500</posx>
* * *<posy>280</posy>
* * *<label>644</label>
* * *<onup>702</onup>
* * *<ondown>707</ondown>
* * *<onleft>703</onleft>
* * *<onright>709</onright>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>video zoom label</description>
* * *<type>label</type>
* * *<id>751</id>
* * *<posx>290</posx>
* * *<posy>310</posy>
* * *<label>216</label>
* * *<font>font13</font>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>video zoom slider</description>
* * *<type>slider</type>
* * *<id>707</id>
* * *<posx>415</posx>
* * *<posy>310</posy>
* * *<controloffsetx>50</controloffsetx>
* * *<controloffsety>0</controloffsety>
* * *<subtype>float</subtype>
* * *<texturesliderbar>osd_slider_bg.png</texturesliderbar>
* * *<textureslidernib>osd_slider_nibnf.png</textureslidernib>
* * *<textureslidernibfocus>osd_slider_nibfo.png</textureslidernibfocus>
* * *<onup>703</onup>
* * *<ondown>708</ondown>
* * *<onleft>707</onleft>
* * *<onright>707</onright>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>pixel ratio label</description>
* * *<type>label</type>
* * *<id>755</id>
* * *<posx>290</posx>
* * *<posy>340</posy>
* * *<label>217</label>
* * *<font>font13</font>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>pixel ratio slider</description>
* * *<type>slider</type>
* * *<id>708</id>
* * *<posx>415</posx>
* * *<posy>340</posy>
* * *<controloffsetx>50</controloffsetx>
* * *<controloffsety>0</controloffsety>
* * *<subtype>float</subtype>
* * *<texturesliderbar>osd_slider_bg.png</texturesliderbar>
* * *<textureslidernib>osd_slider_nibnf.png</textureslidernib>
* * *<textureslidernibfocus>osd_slider_nibfo.png</textureslidernibfocus>
* * *<onup>707</onup>
* * *<ondown>704</ondown>
* * *<onleft>708</onleft>
* * *<onright>708</onright>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>brightness label</description>
* * *<type>label</type>
* * *<id>752</id>
* * *<posx>290</posx>
* * *<posy>370</posy>
* * *<label>464</label>
* * *<font>font13</font>
* * *<visible>no</visible>
* *</control>

* *- <control>
* * *<description>brightness</description>
* * *<type>slider</type>
* * *<id>704</id>
* * *<posx>390</posx>
* * *<posy>370</posy>
* * *<subtype>int</subtype>
* * *<texturesliderbar>osd_slider_bg.png</texturesliderbar>
* * *<textureslidernib>osd_slider_nibnf.png</textureslidernib>
* * *<textureslidernibfocus>osd_slider_nibfo.png</textureslidernibfocus>
* * *<onup>708</onup>
* * *<ondown>705</ondown>
* * *<onleft>704</onleft>
* * *<onright>704</onright>
* * *<visible>no</visible>
* *</control>

* *- <control>
* * *<description>contrast label</description>
* * *<type>label</type>
* * *<id>753</id>
* * *<posx>290</posx>
* * *<posy>400</posy>
* * *<label>465</label>
* * *<font>font13</font>
* * *<visible>no</visible>
* *</control>

* *- <control>
* * *<description>contrast</description>
* * *<type>slider</type>
* * *<id>705</id>
* * *<posx>390</posx>
* * *<posy>400</posy>
* * *<subtype>int</subtype>
* * *<texturesliderbar>osd_slider_bg.png</texturesliderbar>
* * *<textureslidernib>osd_slider_nibnf.png</textureslidernib>
* * *<textureslidernibfocus>osd_slider_nibfo.png</textureslidernibfocus>
* * *<onup>704</onup>
* * *<ondown>706</ondown>
* * *<onleft>705</onleft>
* * *<onright>705</onright>
* * *<visible>no</visible>
* *</control>

* *- <control>
* * *<description>gamma label</description>
* * *<type>label</type>
* * *<id>754</id>
* * *<posx>290</posx>
* * *<posy>430</posy>
* * *<label>466</label>
* * *<font>font13</font>
* * *<visible>no</visible>
* *</control>

* *- <control>
* * *<description>gamma</description>
* * *<type>slider</type>
* * *<id>706</id>
* * *<posx>390</posx>
* * *<posy>330</posy>
* * *<subtype>int</subtype>
* * *<texturesliderbar>osd_slider_bg.png</texturesliderbar>
* * *<textureslidernib>osd_slider_nibnf.png</textureslidernib>
* * *<textureslidernibfocus>osd_slider_nibfo.png</textureslidernibfocus>
* * *<onup>705</onup>
* * *<ondown>706</ondown>
* * *<onleft>706</onleft>
* * *<onright>706</onright>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>create bookmark</description>
* * *<type>button</type>
* * *<id>600</id>
* * *<posx>290</posx>
* * *<posy>300</posy>
* * *<width>165</width>
* * *<height>35</height>
* * *<texturefocus>button-focus.png</texturefocus>
* * *<texturenofocus>button-nofocus.jpg</texturenofocus>
* * *<label>294</label>
* * *<font>font13</font>
* * *<colordiffuse>ffffffff</colordiffuse>
* * *<disabledcolor>60ffffff</disabledcolor>
* * *<onleft>600</onleft>
* * *<onright>602</onright>
* * *<onup>601</onup>
* * *<ondown>601</ondown>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>clear bookmarks</description>
* * *<type>button</type>
* * *<id>602</id>
* * *<posx>460</posx>
* * *<posy>300</posy>
* * *<width>165</width>
* * *<height>35</height>
* * *<texturefocus>button-focus.png</texturefocus>
* * *<texturenofocus>button-nofocus.jpg</texturenofocus>
* * *<label>296</label>
* * *<font>font13</font>
* * *<colordiffuse>ffffffff</colordiffuse>
* * *<disabledcolor>60ffffff</disabledcolor>
* * *<onleft>600</onleft>
* * *<onright>602</onright>
* * *<onup>601</onup>
* * *<ondown>601</ondown>
* * *<visible>no</visible>
* *</control>

* *<control>
* * *<description>bookmarks list control</description>
* * *<type>listcontrol</type>
* * *<id>601</id>
* * *<posx>310</posx>
* * *<posy>340</posy>
* * *<width>300</width>
* * *<height>120</height>
* * *<onleft>602</onleft>
* * *<onright>600</onright>
* * *<onup>601</onup>
* * *<ondown>601</ondown>
* * *<visible>no</visible>
* *</control>
*</controls>
</window>

elupus
2005-07-23, 20:33
if the slider control is not in the seekbar xml, you have to give it a info value of player.seekbar.. or if you just want it to move as progress, player.progress

hades_666
2005-07-23, 21:08
wicked. thanks... a new skin soon enough. man the video osd has a ton of stuff to configure.