Release PyXBMCt: a Python framework for simple creating UI for XBMC addons
@Wimpie

First, thank you for spotting a typo in the docs. I'll fix that immediately.

The problem is that you are overthinking this. After you have patched the module-level skin variable, you use PyXBMCt normally as you did before. You don't need to invent stuff like this
Code:
class MyAddon(pyxbmct.skin)
which is an invalid Python statement by definition because you are trying to inherit from a non-type object.

Also consult API docs: http://romanvm.github.io/script.module.p....addonskin
to see which property is responsible for which element.
Reply


Messages In This Thread
Adding simple child window - by MGA1500 - 2014-12-20, 16:20
Little Guidance Please - by chris.jones1989 - 2016-10-25, 03:05
RE: PyXBMCt: a Python framework for simple creating UI for XBMC addons - by Roman_V_M - 2017-07-17, 09:02
Logout Mark Read Team Forum Stats Members Help
PyXBMCt: a Python framework for simple creating UI for XBMC addons4