suggestion for DialogSlider.xml
#1
Just a little suggestion that popped up. In DialogSlider.xml it might be a good idea to have buttons available for increasing and decreasing values. This I think would be a good addition with touchscreens in mind. As setting the values for these controls can require much precision I feel in the case of touchscreens buttons can work better than using the slider.

I could not think of a way to implement this at skin level.
Reply
#2
Couldn't you use buttons that send the left and right messages?

ie

PHP Code:
<control type="button">
    <
description>Slide left control</description>
    <
onclick>Control.Message(11,left)</onclick>
</
control>

<
control type="button">
    <
description>Slide right control</description>
    <
onclick>Control.Message(11,right)</onclick>
</
control
Reply
#3
No, I don't think you can. Didn't get it to work that way.
Reply
#4
Might be better just to allow better mouse interaction on the slider. eg just click the bar above the nib and it moves one "offset"?
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
suggestion for DialogSlider.xml0