2009-06-01, 09:54
The idea behind this is to use a weather fanart control instead of the normal image.
Screenshot: (icon part) http://img46.imageshack.us/img46/1404/sc...ot000s.jpg
icon pack: http://www.box.net/shared/yjxhc6yraj
basically you have to change the image control to multiimage
This is how the original was:
file: home.xml. You need a svn build for this to work.
Screenshot: (icon part) http://img46.imageshack.us/img46/1404/sc...ot000s.jpg
icon pack: http://www.box.net/shared/yjxhc6yraj
basically you have to change the image control to multiimage
Quote:<control type="multiimage">
<description>Weather image</description>
<posx>150r</posx>
<posy>10</posy>
<width>110</width>
<height>110</height>
<imagepath>e:\icon\$INFO[Weather.FanartCode]</imagepath>
<timeperimage>100</timeperimage>
<!-- or 200 -->
<randomize>false</randomize>
<fadetime>0</fadetime>
</control>
This is how the original was:
Quote:<control type="image">
<description>Weather image</description>
<posx>150r</posx>
<posy>10</posy>
<width>110</width>
<height>110</height>
<texture>$INFO[Weather.Conditions]</texture>
</control>
file: home.xml. You need a svn build for this to work.