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

Conditionally Include section of .xml code

$
0
0
I have the following piece of .xml that i am calling from Includes.xml in DialogSelect.xml:

Code:
<include content="DialogBackgroundCommons">
                <param name="width" value="1220" />
                <param name="height" value="742" />
                <param name="header_label" value="" />
                <param name="header_id" value="1" />
            </include>

I dont want this to be visible in one specific window where a dialog box is opened. Ive been reading the stuff on conditional viability, but I'm not really sure what code to use to implement what I want. Can anyone assist?

Thanks

Viewing all articles
Browse latest Browse all 1803

Trending Articles