2009-05-31, 20:10
Question #1
I added weather conditional fanart, but I can't figure out how to get the bottom left corner rounded, like in this image.
Instead it looks like this.
Here is the control I added.
Here is the entire weather.xml http://pastebin.com/m7fee12bf
Can anyone help me figure this out?
Question #2
I added a "more" button that launches the TWC script, but when I exit the script all the weather info is missing.
Is there some way to force the weather window to refresh?
Or keep some focus in the background so it doesn't lose the info?
Thanks in advance for any help.
I added weather conditional fanart, but I can't figure out how to get the bottom left corner rounded, like in this image.
Instead it looks like this.
Here is the control I added.
Code:
<control type="multiimage">
<description>conditional fanart</description>
<posx>202</posx>
<posy>111</posy>
<width>800</width>
<height>450</height>
<visible>ControlGroup(9000).HasFocus(2)</visible>
<imagepath>E:/images/fanart/weather/$INFO[Weather.FanartCode]</imagepath>
<timeperimage>5000</timeperimage>
<fadetime>2000</fadetime>
<loop>yes</loop>
<aspectratio>stretch</aspectratio>
<include>contentpanelslide</include>
</control>
Here is the entire weather.xml http://pastebin.com/m7fee12bf
Can anyone help me figure this out?
Question #2
I added a "more" button that launches the TWC script, but when I exit the script all the weather info is missing.
Is there some way to force the weather window to refresh?
Or keep some focus in the background so it doesn't lose the info?
Thanks in advance for any help.