@gappie
Thanks, for the Zone info, I've added it.
I second that request.
Among other things I'd like to know how can I change the icon animation on main menu? (zoom in bluetoo, animated cube in other skins)
More info to go into the wiki...
It's in the Pictures section... (note the Style value. I've put in what I have figured out in terms of the style values.)
<PICTURE>
<Item Bitmap="Pictures\ViewBackground.png" Location="***" Rect="ViewBackground\0,[Overscan Top],100,100" Alpha="95" Background="1" />
<Item Bitmap="Pictures\NavigationBackground.png" Location="***" Rect="NavigationBackground\0,0,100,100" Alpha="95" Background="1" />
<Item Bitmap="Pictures\LocationBackground.png" Location="***" Rect="Titlebar\0,0,100,100" Alignment="1" Alpha="95" Background="1" />
<Item Bitmap="..\shared\Pictures\[Location].png" Location="*" Rect="LocationPicture\25,25,75,75" Alpha="75" Alignment="1" Style="1" Background="1" />
<Item Bitmap="..\shared\Pictures\[Location].png" Location="[location]" Rect="ViewBackground\0,0,50,50" Alpha="75" Alignment="0" Style="0" Background="1" />
<-- Style 0=Shrink, 1=Rotating Cube, 2=nothing visible (fullscreen)?, 3=solid white cube, >3=same as 0?, -->
</PICTURE>