Kodi Community Forum

Full Version: Button Change Texture
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
Is it possible to change a "ControlButton" focus and nofocus texture at run time from python ?

like:
Code:
button = self.getControl(1)
button.setProperty('texturefocus', 'anotherfocus.png')

but that doesn't work!

Thanks