Addon.Status Percent
#1
HI!
How to present addon download status, in image wheel or line?
With label everything is ok, label is present info download percent.

Thanks.


Quote: <control type="image">
<posx>100</posx>
<posy>100</posy>
<width>200</width>
<height>200</height>
<texture background="false">wheel\GameComplete\$INFO[ListItem.Property(Addon.Status)] .png</texture>
<aspectration>stretch</aspectration>
<colordiffuse>green</colordiffuse>
</control>
Reply
#2
Not possible as it doesn't just provide the percentage.
Reply
#3
HI! Hitcher

In my folder i have all image from 0% - 99%
I thought it was possible like for CPUUsage, I wanted only to advance the visual effect.

Thank you
Reply
#4
What I mean is the label isn't simply a percentage figure (eg '100%') it's 'Downloading nn%' so you'd have to use variables and SubString.
Reply
#5
If I understand correctly l can use variables and SubString
Reply

Logout Mark Read Team Forum Stats Members Help
Addon.Status Percent0