call xbmcgui.DialogProgressBG() via kodi rpc
#1
Hi,

is there any option how to get a progressdialog using kodi rpc
as in python using the following example:
pd = xbmcgui.DialogProgressBG() msg = line1 + line2 + line3 pd.create(self.heading, msg)

i tried the following but this will not work
{"jsonrpc":"2.0", "method":"GUI.ActivateWindow", "id":1","window":"DialogProgressBG", params":{"heading":"30956"} }

regards
Mario
Reply

Logout Mark Read Team Forum Stats Members Help
call xbmcgui.DialogProgressBG() via kodi rpc0