Kodi Community Forum

Full Version: Sliderex control
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there away to control the position x of the silder like you can with spin control (using <spinposx>10</spinposx>). i am already using <textoffsetx> to indent the button text but it is indenting the slider on the right side the button the same ammount but i dont want it too. here is the code in am using

PHP Code:
<control type="sliderex" id="10">
                <
description>default slider</description>
                <
posx>0</posx>
                <
height>60</height>
                <
textcolor>FF929191</textcolor>
                <
focusedcolor>FFFFFFFF</focusedcolor>
                <
textoffsetx>46</textoffsetx>
                <
textoffsety>13</textoffsety>
                <
aligny>top</aligny>
                <
font>Font_OSDOptions</font>
                <
sliderwidth>316</sliderwidth>
                <
sliderheight>97</sliderheight>
                <
texturefocus>osd/osd_settings_buttonf.png</texturefocus>
                <
texturenofocus>osd/osd_settings_buttonnf.png</texturenofocus>        
                <
texturesliderbar>osd/osd_sliderback.png</texturesliderbar>
                <
textureslidernib>osd/osd_slidernub.png</textureslidernib>
                <
textureslidernibfocus>osd/osd_slidernubf.png</textureslidernibfocus>
            </
control

i have tried adding <sliderposx>20</sliderposx> but it does not do anything

any ideas ?
Nope - it keeps things symmetric currently.
will this be added as it seems to be the only control without the abilty to control the pisistion the the item (eg the slider itself). the others spin, toggle have this ability.
It's certainly not a high priority. You probably should add a ticket on trac. Please cc me as I'm likely the one to do it.

Cheers,
Jonathan