Volume Issue
#1
I am trying to code this properly with borrowed code from Connected. As you can see even when the volume is all the way down there is still some green left.

Image

Can anyone let me know what needs adjusted to get rid of that green when the volume is down before the Mute pops up?
Reply
#2
Anyone? This is driving me nuts lol
Reply
#3
never seen it before maybe post the code to dialogvolumebar.xml so we can check it for errors or somthing
Reply
#4
Code:
<window id="104">
<defaultcontrol>1</defaultcontrol>
<allowoverlay>no</allowoverlay>
<zorder>2</zorder>
    
<coordinates>
    <system>1</system>
    <posx>500</posx>
    <posy>20</posy>
</coordinates>
    
<controls>

  <include>DialogVolumeBarBack</include>
  
    <control type="group">
    <control type="image">
      <posx>5</posx>
      <posy>5</posy>
      <width>34</width>
      <height>34</height>
      <aligny>center</aligny>
      <texture>VolumeIcon.png</texture>
      <aspectratio align="center">keep</aspectratio>
    </control>
        <control type="label" id="0">
            <description>Volume Label</description>
      <posx>39</posx>
            <width>80</width>
            <height>40</height>
            <font>Medium</font>
            <textcolor>xperience</textcolor>
            <align>center</align>
            <info>Player.Volume</info>
        </control>
    <control type="progress">
      <description>Progressbar</description>
      <posx>124</posx>
      <posy>13</posy>
      <width>190</width>
      <info>Player.Volume</info>
    </control>
    </control>
</controls>
</window>

That's what I have Smile
Reply
#5
eh,
You all beat me.

That code gave those results in the picture?
The only thing I see is progress bar is missing the height setting, posy is missing for the volume label. other than that the code doesn't get those results for me, it goes all the way down.

Who knows maybe I'm wrong though (I am REALLY zombie-like tired)
Reply

Logout Mark Read Team Forum Stats Members Help
Volume Issue0