I'm trying to fix a skin I built a while back (MC13).
This uses pretty basic images as a backdrop for each button, and the picture section looks like this:
<PICTURE>
<Item Bitmap="Background.png" Location="***" Rect="window\0,0,100,100" Alpha="95" Background="1" />
<Item Name="Image" Base="ViewBackground" Placement="Right" Size="100%" />
<Item Bitmap="Pictures\Audio.png" Location="Audio" Rect="40,25,70,65" Alpha="70" Alignment="3" />
<Item Bitmap="Pictures\Images.png" Location="Images" Rect="40,25,70,65" Alpha="70" Alignment="3" />
<Item Bitmap="..\Shared\Pictures\Video.png" Location="Video" Rect="40,25,70,65" Alpha="70" Alignment="3" />
<Item Bitmap="Pictures\Television.png" Location="Television" Rect="40,25,70,65" Alpha="70" Alignment="3" />
<Item Bitmap="Pictures\LE.jpg" Location="Anime" Rect="40,25,70,65" Alpha="70" Alignment="3" />
<Item Bitmap="Pictures\TVS.png" Location="TV Series" Rect="40,25,70,65" Alpha="70" Alignment="3" />
<Item Bitmap="Pictures\DVD.png" Location="DVD" Rect="40,25,70,65" Alpha="70" Alignment="3" />
<Item Bitmap="Pictures\Weather.png" Location="Weather" Rect="40,25,80,65" Alpha="70" Alignment="3" />
<Item Bitmap="Pictures\News.png" Location="News" Rect="40,25,80,65" Alpha="70" Alignment="3" />
<Item Bitmap="Pictures\Search.png" Location="Search" Rect="40,25,70,65" Alpha="70" Alignment="3" />
<Item Bitmap="Pictures\Connected.png" Location="Connected" Rect="40,25,70,65" Alpha="70" Alignment="3" />
<Item Bitmap="Pictures\Info.png" Location="Info" Rect="40,25,70,65" Alpha="70" Alignment="3" />
<Item Bitmap="..\Shared\Pictures\Playing Now.png" Location="Playing Now" Rect="40,25,80,65" Alpha="70" Alignment="3" />
<Item Bitmap="Pictures\Playlist.png" Location="Playlists" Rect="40,25,80,65" Alpha="70" Alignment="3" />
<Item Bitmap="Pictures\Exit.png" Location="Exit" Rect="40,25,70,65" Alpha="70" Alignment="3" />
</PICTURE>
This only now works with button based skins (Base 1.xml).
You've stated in the past that these are no longer supported, and this is fair enough.
From what I can see though, and this is only an educated guess, the location data isn't being nicely passed by the roller, and this seems to be rooted somewhere in the Base 2.xml & Base 3.xml files.
Changing to use Base 1.xml makes the images work as expected. (I'd also note that this change fixes the spinning cube in Glass etc.)
Oddly, the images appear when drilling down into the category, which is where they aren't supposed to.
-Leezer-