Basically I want the artwork back for each section. I took this thread, and figured out how to add the <icon> & <thumb> background for each choice. ex:
Code:
<item id="3">
<label>2</label>
<onclick>ActivateWindow(Music)</onclick>
<icon>special://skin/backgrounds/music.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Music_Folder)]</thumb>
<visible>!Skin.HasSetting(HomeMenuNoMusicButton)</visible>I also had to add this near the top:
Code:
<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath background="true">$INFO[Container(9000).ListItem.Icon]</imagepath>
<timeperimage>8000</timeperimage>
<randomize>true</randomize>
<fadetime>1000</fadetime>
</control>However I am finding out that when I click on Settings, or Programs, Video, etc the screen goes back to the blue SKINDEFAULT.jpg.
How can I allow for the home background image to carry over to the next screens?
Thanks


Search
Help