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

Any way to clone a controls parameters?

$
0
0
Code:
<control type="image" id="33009">
            <left>345</left>      
            <top>-1000</top>  
            <height>74</height>  
            <width>74</width>
            <texture>text.png</texture>
        </control>
        <control type="image" id="33010">
            <left>345</left>  
            <top>-1000</top>  
            <height>222</height>  
            <width>2222</width>
            <texture>text.png</texture>
        </control>

I have two textures in a custom script xml... Control 33009 is hard coded and controled by python... I'd like Control 33010 to share the x and y position of 33009 without using python. Is this possible? perhaps a built-in i'm unfamiliar with?

Viewing all articles
Browse latest Browse all 1816

Trending Articles