videoOSD.xml progress bar height? (1 Viewer)

djohansson

Portal Pro
October 16, 2006
78
29
Stockholm
Home Country
Sweden Sweden
Hi,

I have a need for help here. I am trying to adjust the textureheight of the progress bar in videoOSD.xml but I can not find the tags for this.

Code:
<control>
        <description>Progress Bar</description>
        <type>progress</type>
        <id>1</id>
        <posX>123</posX>
        <posY>669</posY>
        <width>940</width>
        <height>140</height>
        <texturebg></texturebg>
        <lefttexture>osd_progress_left.png</lefttexture>
        <midtexture>osd_progress_mid.png</midtexture>
        <righttexture>osd_progress_right.png</righttexture>
        <textureHeight>27</textureHeight>
        <visible>yes</visible>
        <label>#percentage</label>
    </control>

I have tried adjusting the height but this just affects the whole control. Tried textureheight and textureHeight as above, no success. Anyone to help?
 

Sh4nn0w

MP Donator
  • Premium Supporter
  • September 14, 2006
    321
    23
    Home Country
    United Kingdom United Kingdom
    I'm also having this issue. Anyone know what code controls it?
     
    December 28, 2005
    237
    3
    Sydney
    Home Country
    The progress bar is imported from another file, the following line of code is found at the being of the “videoOSD.xml” file.
    Code:
    ...
        <import>common.progressbar.xml</import>
    ...
    You will need to edit the file “common.progressbar.xml” Or you can delete the import line then enter all the progress bar information in the videoOSD.xml file.


    NOTE: when you change the information in the common... file it will have a globe effect on other screens whenever the progress bar is imported/called.
     

    Users who are viewing this thread


    Write your reply...
    Top Bottom