What do you want to do ?
I wanted to know if they were error
and how to solve them
8 March 2014 - 15:21
What do you want to do ?
I wanted to know if they were error
and how to solve them
5 March 2014 - 21:48
I correct the original files as a class have
the file I posted previously, should be the openpli
the file plugin.py does not contain class
class GraphMultiEPG(Screen):
EMPTY = 0
ADD_TIMER = 1
REMOVE_TIMER = 2
ZAP = 1
def __init__(self, session, services, zapFunc=None, bouquetChangeCB=None):
Screen.__init__(self, session)
5 March 2014 - 18:01
this is the class in the file plugin.py
class SelectBouquet(Screen):
skin = """<screen name="SelectBouquet" position="center,center" size="300,240" title="Select a bouquet">
<widget name="menu" position="10,10" size="290,225" scrollbarMode="showOnDemand" />
</screen>"""
def __init__(self, session, bouquets, curbouquet, direction, enableWrapAround=True):
Screen.__init__(self, session)
here is the file plugin.py
here is the file GraphMultiEPG
I'm sorry for my english
5 March 2014 - 17:11
class GraphMultiEPG(Screen, HelpableScreen):
EMPTY = 0
ADD_TIMER = 1
REMOVE_TIMER = 2
ZAP = 1
the Plugin is GraphMultiEpg.py......