Can you please tell me how to use slider control as volume progress bar.
I wrote following in MyMusicNav.xml:
<control type="slider" >
<description>Volume Slider</description>
<posx>430</posx>
<posy>72</posy>
<width>720</width>
<height>16</height>
<visible>true</visible>
<texturebg>picture1.png</texturebg>
<textureslidernib>picture2.png</textureslidernib>
</control>
The line:
<textureslidernib>picture2.png</textureslidernib>
causes problem, the xbmc gets crashed & exits all of a sudden, why?
If I don't write that line xbmc runs smoothly.
But in neither case I am able to see any slider control.
Also please tell me more about how can I use it for volume adjustment.
wiki is not clear.
Thank You.
Slider control...
slinuxgeek
Senior Member Posts: 189 Joined: Feb 2012 Reputation: 0 |
|
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2012-03-08 19:27
Post: #2
Looks like the wiki needs updating.
What you need to add to the slider is <action>volume</action> so XBMC knows that is what it's supposed to be for. ![]() |
| find quote |
slinuxgeek
Senior Member Posts: 189 Joined: Feb 2012 Reputation: 0 |
when I read confluence skin file "MusicOSD.xml"
in place of : <texturebg>pic_file</texturebg> this has been written: <texturesliderbar>pic_file</texturesliderbar> really , wiki needs to be updated. I want to do that but I don't have knowledge. Thank You for help. |
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2012-03-09 12:38
Post: #4
as far as i can see all the info is there:
http://wiki.xbmc.org/index.php?title=Slider_Control let me know what's missing and i'll add it. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or 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. |
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2012-03-10 00:14
Post: #5
<action>Volume</action> or <action>Seek</action> can be specified to automatically make a slider control handle seeking or volume. I think that's all that is supported currently.
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. ![]() |
| find quote |

![[Image: sig_zps3af3b48e.jpg]](http://i620.photobucket.com/albums/tt289/Arcanthur/Celestium/sig_zps3af3b48e.jpg)
![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
Search
Help