Hi,
I have a progress control in a skin, which I want to control using a window property that’s set in a Python script. Is this possible?
I’ve tried setting the info tag of the control to Window(10000).Property(progress), then calling xbmcgui.Window(10000).setProperty(“progress”, “50”), but the progress bar stays at zero percent.
The progress control wiki article says that the info tag accepts infolabels, but it doesn’t go into further detail. Does it work only with infolabels that return numbers (if there is such a thing)? The setProperty() method only accepts strings.
Cheers,
Jon