<include> how to do for box picture
#1
Hello, I have a problem on my MOD, I would like this code:

<control type="image">
<left> screenleft </ left>
<top> 150 </ top>
<width> 1280 </ width>
<height> 200 </ height>
stretch <aspectRatio> </ aspectratio>
<texture background="true" colordiffuse="170FFFFFF"> overlays / panel.png </ texture>
<visible> Control.IsVisible (58) </ visible>
</ control>



Is placed between the fanart background and all the rest of the text placed on it. But focuslayout walked on top portrait. Can you help me? is it possible to just include pictures on the bottom?
Reply
#2
Controls are loaded on screen in the same order as they are coded in the xml's. So if something is being overlapped you need to load it after the other control.
Reply
#3
I understand it, the problem is: the transparent box for the text is stretched to the left to open the submenu viewMode! And I did not find out why!
Reply

Logout Mark Read Team Forum Stats Members Help
<include> how to do for box picture0