Newbie skinner: Main background on home screen.
#1
Just got into this whole new univers. I use Foundation as my base skin. I have read the Skinning Manual in XBMC Wiki and seems to understand what its all about (i hope), but can't seem to find anything to this. HOW do you get a single wallpaper on your home screen?

Tried to edit the Home.xml and put in the "control type="image" code:

Code:
<control type="image">
                   <posx>0</posx>
                   <posy>0</posy>
                   <width>1920</width>
                   <height>1080</height>
                   <texture>wallpaperhome.jpg</texture>
        </control>

All i get is a black "blanc" screen all the time?
Thanks in advance! Nod
Reply
#2
Do you have wallpaperhome.jpg in the skin's media folder?
Image
Reply
#3
`Black Wrote:Do you have wallpaperhome.jpg in the skin's media folder?

Yes
Reply
#4
Add it after <include>GlobalBackground</include> and it should show.
Image
Reply
#5
`Black Wrote:Add it after <include>GlobalBackground</include> and it should show.

That did the trick, thanks! Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Newbie skinner: Main background on home screen.0