Quantcast
Channel: Kodi Community Forum - Skinning
Viewing all articles
Browse latest Browse all 1817

Cant get visible condition to work

$
0
0
Trying for an image to show up depending on a window property
(I set a label control to property ShowFront, just so im sure its true)

Tried these: (And some weirder ones), but cant seem to get it to work
Code:
<visible>StringContains(Window().Property(showFront), true)</visible>

<visible>String.IsEqual(Window().Property(showFront), true)</visible>

<visible>Window().Property(showFront)</visible>

What am I doing wrong?

Viewing all articles
Browse latest Browse all 1817

Trending Articles