Slider for Volume control (eden-pre)
#1
I've got the slider control working for seeking but can't get it to work for volume control.

Am I correct in assuming the action is volume?

ie <action>volume</action>

Thanks.
Reply
#2
that's correct.
here's what i'm using:
Code:
<control type="slider" id="888">
    <description>Volume Slider</description>
    <posx>1065</posx>
    <posy>66</posy>
    <width>130</width>
    <height>15</height>
    <action>volume</action>
    <visible>Player.Playing</visible>
</control>

in which window/dialog are you trying to add it?
afaik it won't work in any of the modeless dialogs, like DialogVolumeBar.xml
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
That's what I was trying to use it in and surely that's where it's most likely to go?

I've added a global Volume button that opens DialogVolume when focused/clicked and from there want to add the ability to use a mouse/touch screen to adjust it.
Reply
#4
I always find that when you manually open it that dialog auto closes too quick
Reply
#5
Well I've got it working using a global include with all literally all the code from DialogVolume.xml - which seems wasteful seeing as it's the volume I'm controlling but there you go.
Reply
#6
You can always dump it in a different dialog.
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
Slider for Volume control (eden-pre)0