Sliderex control
#1
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 ?
Reply
#2
Nope - it keeps things symmetric currently.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
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.
Reply
#4
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
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
Sliderex control0