v16 Custom Dialog Progress popup in addon
#1
how would i acheieve this. for the sake of the argument ive just put the one from my skin into my addon skin folder.
Reply
#2
does this answer your question?
http://mirrors.xbmc.org/docs/python-docs...ogProgress
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
not really. i see a progreess control and i noticed how theyve implimented it in the xml but id like to use a custom window
well maybe if i use WindowXMLDialog insead and impliment that on top of my window. thanks again ronie
Reply
#4
http://forum.kodi.tv/showthread.php?tid=162901
Reply
#5
I literally just coded something like this yesterday.

This Context Manager pops-up a native progress dialog if it can, if not it falls back to a custom one. (Line 174)
Reply
#6
(2016-09-20, 23:28)tknorris Wrote: I literally just coded something like this yesterday.

This Context Manager pops-up a native progress dialog if it can, if not it falls back to a custom one. (Line 174)

awesome thanks man
Reply

Logout Mark Read Team Forum Stats Members Help
Custom Dialog Progress popup in addon0