XBMC12 features new control – epggrid. It is described in ViewsPVR.xml (EPGTimelineView).
However when I try to get the object using self.__epggrid = self.getControl(10) I get the error:
Error Contents: Unknown control type for python
RuntimeError: Unknown control type for python
End of Python script error report
Is there any way to use this epggrid control in my own script?
If such a possibility does not exist can someone recommend the alternative way of EPG grid implementation using xml + python?
Thanks.
However when I try to get the object using self.__epggrid = self.getControl(10) I get the error:
Error Contents: Unknown control type for python
RuntimeError: Unknown control type for python
End of Python script error report
Is there any way to use this epggrid control in my own script?
If such a possibility does not exist can someone recommend the alternative way of EPG grid implementation using xml + python?
Thanks.