Kodi Community Forum
Disable Control Button - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+--- Thread: Disable Control Button (/showthread.php?tid=126216)



Disable Control Button - Xive - 2012-03-22

Hello,
Is there a way to disable a button from the xml tags rather than from python ?
Behavior like:
Code:
button.setEnabled(False)

But from the xml properties of a control button.

Thanks.