Release PyXBMCt: a Python framework for simple creating UI for XBMC addons
#13
I've added connectEventList and disconnectEventList methods to the framework and also updated the example addon to better demonstrate how to track List item focus change to update other control contents.

Also onFocus method does seem to work after all. The following code:
PHP Code:
def onFocus(selffocus):
        print 
'!!!TEST!!! onFocus:'focus 
does absolutely nothing in Window and WindowDialog child classes no matter what I do: move a mouse cursor, navigate between controls or click them.
Reply


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