2009-06-26, 19:31
xbs08 Wrote:Thanks Waffa
EDIT: Added those lines to home.xml (line 63) and on the PC works wonderfully but on the xbox the icons only show when i press Up/Down thru the home menu
Without those line the icon stayed but the (not properly showing) animation only updates when i press up/down too.
<!-- or 200 -->
Add this also. Isn't needed on windows but maybe for xbox. Didn't test.
Here's the code that I added to 0.90 and that did work on the xbox.

<control type="multiimage">
<description>Weather image</description>
<posx>398</posx>
<posy>10</posy>
<width>HomeWeatherImageWidth</width>
<height>HomeWeatherImageWidth</height>
<aspectratio>keep</aspectratio>
<imagepath>D:\Rick\XBMC\weather icons\$INFO[Weather.FanartCode]</imagepath>
<timeperimage>100</timeperimage>
<!-- or 200 -->
<randomize>false</randomize>
<fadetime>0</fadetime>
</control>