Volume control problem with xml, cannot change icon based on volume
Started by Chaoss


Rate this topic
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5


0 posts in this topic
Chaoss
Junior Member
**


0
1 posts 1 threads Joined: Jan 2019
01-23-2019, 10:53 AM -
#1
Hi, new post here I'm having some problems with the Volume control plugin

The first is the skin I'm trying to make has an icon that changes based on the volume, however the volume control plugin although the functionallity is there, refuses to 'read' the volume and thus the icon does not change.

the code I'm using is here

Code:
        <image command="volume" value="volume" max-value="100" margin-top="0" margin-right="0" margin-left="0">
            <state value="100" file="icons\audio-volume-100.png" />
            <state value="66" file="icons\audio-volume-66.png" />
            <state value="33" file="icons\audio-volume-33.png" />
            <state value="0" file="icons\audio-volume-0.png" />
        </image>


Forum Jump:


Users browsing this thread: 1 Guest(s)