Support: ControlProgress
#1
Question 
Hello everyone,

I'm trying to create a download progress without using a DialogProgress for result, I haven't had much success so how can I update the percentage of a progress control through python, I tried all commands I can come up with, by looking at the wiki/pythondocs and the xbmc source.

So far I tried updating the progress control with a random float between 0.0:100.0, through giving a manual value or a function report hook.

.update(), seems not to exist on this control.
.setValue(20), didn't do anything.
.setPercent(20.0), I keep getting something like this:
Code:
CThread::staticThread : Access violation at 0x008f9d16: Reading location 0x41a00000
Reply
#2
it is setPercent().

it does seem to be broken now.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#3
fixed in svn
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#4
Nuka1195 Wrote:fixed in svn
Thanks, much appreciated.
Reply

Logout Mark Read Team Forum Stats Members Help
Support: ControlProgress0