2008-07-28, 17:31
Well I've managed to work it out by editing the Home.xml for both layouts like so -
[HTML]<item>
<icon>icon_video.png</icon>
<label>Movies</label>
<onclick>ActivateWindow(VideoLibrary,MovieTitles)</onclick>
</item>
<item>
<icon>icon_tvshow.png</icon>
<label>TV Shows</label>
<onclick>ActivateWindow(VideoLibrary,TvShowTitles)</onclick>
</item>[/HTML]
I placed my own icon_tvshow.png in the media folder which shows up in the alternative home layout -
But doesn't show up on the standard layout -
Can anyone help me sort this little problem out before I get my son's Xbox back to him please?
[HTML]<item>
<icon>icon_video.png</icon>
<label>Movies</label>
<onclick>ActivateWindow(VideoLibrary,MovieTitles)</onclick>
</item>
<item>
<icon>icon_tvshow.png</icon>
<label>TV Shows</label>
<onclick>ActivateWindow(VideoLibrary,TvShowTitles)</onclick>
</item>[/HTML]
I placed my own icon_tvshow.png in the media folder which shows up in the alternative home layout -
But doesn't show up on the standard layout -
Can anyone help me sort this little problem out before I get my son's Xbox back to him please?