2024-03-27, 16:14
Hello all, i read through https://kodi.wiki/view/Skinning_Manual and currently have these questions:
Anyone sees a reason why my Label if it doesn't fit in the width 400 doesn't use a scond line when using wrapmultiline?:
Shouldn't it use a second line if the label doesn't fit? What can be the reason it doesn't?
Second, i love the Wiki Pages and thanks to all that contributed to it! But is there any page/resource that shows all the Controls you can use (Label/Fade Label/Image/...) as pictures? So you can see what they are actually doing without coding it and test just to see what it does?
And last, i have my Home.xml, but editing in here is very stressful if you ask me. I have added some panels to it. Is it possible to just use <include myxml.xml> in Home.xml and have the xml-code for that Panel in this file included? Or do i have to go via Includes_Home.xml ...?
Thanks for any hint!
Anyone sees a reason why my Label if it doesn't fit in the width 400 doesn't use a scond line when using wrapmultiline?:
Code:
<control type="label">
<left>0</left>
<top>205</top>
<width>400</width>
<height>40</height>
<label>$INFO[ListItem.label]</label>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>top</aligny>
<wrapmultiline>True</wrapmultiline>
<font>font10</font>
Second, i love the Wiki Pages and thanks to all that contributed to it! But is there any page/resource that shows all the Controls you can use (Label/Fade Label/Image/...) as pictures? So you can see what they are actually doing without coding it and test just to see what it does?
And last, i have my Home.xml, but editing in here is very stressful if you ask me. I have added some panels to it. Is it possible to just use <include myxml.xml> in Home.xml and have the xml-code for that Panel in this file included? Or do i have to go via Includes_Home.xml ...?
Thanks for any hint!