is xbmc.Monitor class available?
#1
Question 
hello everyone

uhhh, i want to monitor something in my addon

i reference the xbmc python api page, but when i inherit xbmc.Monitor class , it seens cant use ?

just show plugin error when i execute my addon

i write my code like below

PHP Code:
class MainWindow(xbmcgui.WindowXML,xbmc.Monitor):
    ... 

does anyone know how to solve this problem?
Reply

Logout Mark Read Team Forum Stats Members Help
is xbmc.Monitor class available?0