System.Progressbar
#1
Is this infolabel supposed to work in other places besides DialogProgress.xml?
I'm trying to use this in DialogMusicScan.xml and DialogVideoScan.xml, but I can't seem to make it work
Reply
#2
It's only used in the progressbar dialog, yes.

The progressbar(s) in the scan dialogs work based on id only.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
Hm too bad. Do you think it would be feasible to make this possible somewhere in the future?
Maybe by pointing the label to the progressbar's id?

something like <label>$INFO[System.Progressbar(304)]</label>

If so, I'll create a ticket for it. Thanks
Reply
#4
What for exactly - to get the % complete?

Just out of interest, would Control.GetLabel or whatever it is work?
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#5
Yep to get the % complete.

Not sure what you mean. Control.GetLabel would work to get the value from an other label right?

if:
<label>$INFO[Control.GetLabel(403)]</label>

is what you mean, I didn't get that to work no.

thanks Smile
Reply
#6
ok, well let me see whether that's doable or not.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#7
Great, much appreciated Smile
Reply
#8
r19458 should do the trick.

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#9
Wow, that´s fast. I thought of this as something for 9.10 Laugh
I´ll check it out tonight, thanks a bunch Jonathan Wink
Reply

Logout Mark Read Team Forum Stats Members Help
System.Progressbar0