Kodi Community Forum

Full Version: Conditional <onclick>s ??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I know this has been discussed before but has there been any advancement towards being able to say:

<onright condition="Skin.HasSetting(foo)">Action</onright>
nope
Cant you achieve the same effect with include conditions? I use that to have two <ondown>'s - one for trailer launched in a preview window and one for fullscreen...
yeah but include conditions only get read at window load so if the condition is somthing that changes in the window like Control.HasFocus(blah) it wont work