Multiple progress bars?
#1
Question 
Can I have multiple progress bars? I want to use one in one place and a different one somewhere else.

The code I use is:

<default type="progress">
<posx>100</posx>
<posy>325</posy>
<texturebg border="6,0,6,0">OSDProgressMid2.png</texturebg>
<lefttexture>-</lefttexture>
<midtexture border="6,0,6,0">OSDProgressBack2.png</midtexture>
<righttexture>-</righttexture>
<overlaytexture>-</overlaytexture>
</default>

How could I use a different one?

Also, is there any way to diffuse a progress bar?
Image
To learn more, click here.
Reply
#2
I'm confused you want multiple on the screen the same time ? or multi looks to them ?
the answer is yes to both but the first one is conditional on what and where
Reply
#3
Jezz_X Wrote:I'm confused you want multiple on the screen the same time ? or multi looks to them ?
the answer is yes to both but the first one is conditional on what and where

No I just want multiple looks. I want to use A on one screen and B on another.
Image
To learn more, click here.
Reply
#4
then just put the
Quote:<posx>100</posx>
<posy>325</posy>
<texturebg border="6,0,6,0">OSDProgressMid2.png</texturebg>
<lefttexture>-</lefttexture>
<midtexture border="6,0,6,0">OSDProgressBack2.png</midtexture>
<righttexture>-</righttexture>
<overlaytexture>-</overlaytexture>
stuff into the actual controls all the default bit is for is so if your slack and don't want to have 100's or things repeated exactly the same it will use that. Any tags <> put in the actual controls will override defaults
Reply
#5
Jezz_X Wrote:then just put the

stuff into the actual controls all the default bit is for is so if your slack and don't want to have 100's or things repeated exactly the same it will use that. Any tags <> put in the actual controls will override defaults

Well crap, I should have known that! Thanks man!
Image
To learn more, click here.
Reply

Logout Mark Read Team Forum Stats Members Help
Multiple progress bars?0