﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
	<allowoverlay>yes</allowoverlay>
	
	<controls>

		<!-- *** Location *** -->

    	<control>
      		<description>location label</description>
      		<type>fadelabel</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>25</posY>
      		<width>390</width>
      		<label>#WorldWeather.Location</label>
      		<font>font16bold</font>
		<textcolor>ff66bae3</textcolor>
      		<align>left</align>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Weather Icon *** -->

    	<control>
      		<description>current weather icon</description>
      		<type>image</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>70</posY>
      		<width>170</width>
      		<height>170</height>
      		<keepaspectratio>yes</keepaspectratio>
      		<align>center</align>
      		<texture>#WorldWeather.TodayIconImage</texture>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current condition label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>250</posX>
      		<posY>120</posY>
      		<width>160</width>
      		<height>120</height>
      		<label>#WorldWeather.TodayCondition</label>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Refresh Time *** -->

    	<control>
      		<description>Refresh Time label</description>
      		<type>fadelabel</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>255</posY>
      		<label>#(L(397))</label>
		<textcolor>ff66bae3</textcolor>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>Refresh Time value</description>
      		<type>fadelabel</type>
      		<id>0</id>
      		<posX>250</posX>
      		<posY>255</posY>
      		<width>170</width>
      		<label>#WorldWeather.RefreshTime</label>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Temperature label *** -->

    	<control>
      		<description>Current Temp static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>280</posY>
      		<label>#WorldWeather.TranslationTemperature</label>
		<textcolor>ff66bae3</textcolor>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current temp label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>250</posX>
      		<posY>280</posY>
      		<label>#WorldWeather.TodayTemperature</label>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>


		<!-- *** Current condition label *** -->
<!--
	<control>
      		<description>current condition static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>280</posY>
      		<label>#WorldWeather.TranslationCondition</label>
		<textcolor>ff66bae3</textcolor>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current condition like label</description>
      		<type>fadelabel</type>
      		<id>0</id>
      		<posX>250</posX>
      		<posY>280</posY>
      		<width>220</width>
      		<label>#WorldWeather.TodayIconDescription</label>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
	</control>
-->
		<!-- *** Current wind label *** -->

    	<control>
      		<description>current wind static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>305</posY>
      		<label>#WorldWeather.TranslationWind</label>
		<textcolor>ff66bae3</textcolor>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current wind label</description>
      		<type>fadelabel</type>
      		<id>0</id>
      		<posX>130</posX>
      		<posY>305</posY>
      		<label>#WorldWeather.TodayWind</label>
      		<width>220</width>
		<visible>string.contains(#WorldWeather.TodayWindDirection,Direction)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current wind label</description>
      		<type>fadelabel</type>
      		<id>0</id>
      		<posX>250</posX>
      		<posY>305</posY>
      		<label>#WorldWeather.TodayWindDirection - #WorldWeather.TodayWindSpeed</label>
      		<width>220</width>
		<visible>!string.contains(#WorldWeather.TodayWindDirection,Direction)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>


		<!-- *** Current humidity label *** -->

    	<control>
      		<description>current humidity static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>330</posY>
      		<label>#WorldWeather.TranslationHumidity</label>
		<textcolor>ff66bae3</textcolor>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current humidity label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>250</posX>
      		<posY>330</posY>
      		<label>#WorldWeather.TodayHumidity</label>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>


		<!-- *** Current sunrise label *** -->

    	<control>
      		<description>current sunrise static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>355</posY>
      		<label>#WorldWeather.TranslationSunrise</label>
		<textcolor>ff66bae3</textcolor>
		<visible>!string.equals(#WorldWeather.LocationSunriseTime, )</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current sunrise label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>250</posX>
      		<posY>355</posY>
      		<label>#WorldWeather.LocationSunriseTime</label>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Current sunset label *** -->

    	<control>
      		<description>current sunset static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>380</posY>
      		<label>#WorldWeather.TranslationSunset</label>
		<textcolor>ff66bae3</textcolor>
		<visible>!string.equals(#WorldWeather.LocationSunsetTime, )</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current sunset label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>250</posX>
      		<posY>380</posY>
      		<label>#WorldWeather.LocationSunsetTime</label>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Current moonphase label *** -->

    	<control>
      		<description>current moonphase static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>405</posY>
      		<label>#WorldWeather.TranslationMoonPhase</label>
		<textcolor>ff66bae3</textcolor>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current moonphase label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>250</posX>
      		<posY>410</posY>
      		<width>160</width>
      		<height>70</height>
      		<label>#WorldWeather.LocationMoonPhase</label>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>current moonphase image</description>
      		<type>image</type>
      		<id>0</id>
      		<posX>175</posX>
      		<posY>410</posY>
      		<width>60</width>
      		<height>60</height>
      		<keepaspectratio>yes</keepaspectratio>
      		<align>center</align>
      		<texture>#WorldWeather.LocationMoonPhaseImage</texture>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Daylight saving label *** -->

<!--    	<control>
      		<description>daylight static label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>40</posX>
      		<posY>430</posY>
      		<label>#WorldWeather.TranslationDaylight</label>
		<textcolor>ff66bae3</textcolor>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>daylight saving label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>200</posX>
      		<posY>430</posY>
      		<label>#WorldWeather.LocationDaylightStart</label>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>-->

		<!-- *** Provider (Yahoo) *** -->

		<!-- *** Forecast (Today) *** -->

    	<control>
      		<description>day 0 label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>450</posX>
      		<posY>190</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay0Day</label>
      		<font>font14bold</font>
		<textcolor>ff66bae3</textcolor>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 0 Hi label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>450</posX>
      		<posY>230</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay0High</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 0 low label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>450</posX>
      		<posY>260</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay0Low</label>
      		<align>center</align>
		<textcolor>ffb1b1b1</textcolor>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 0 general weather label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>465</posX>
      		<posY>455</posY>
      		<width>120</width>
      		<height>100</height>
      		<textalign>center</textalign>
      		<label>#WorldWeather.ForecastDay0Condition</label>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 0 icon</description>
      		<type>image</type>
      		<keepaspectratio>yes</keepaspectratio>
      		<id>0</id>
      		<posX>461</posX>
      		<posY>300</posY>
      		<width>128</width>
      		<height>128</height>
      		<texture>#WorldWeather.ForecastDay0IconImage</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Forecast (Today + 1) *** -->

    	<control>
      		<description>day 1 label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>600</posX>
      		<posY>190</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay1Day</label>
      		<font>font14bold</font>
		<textcolor>ff66bae3</textcolor>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 1 Hi label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>600</posX>
      		<posY>230</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay1High</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 1 low label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>600</posX>
      		<posY>260</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay1Low</label>
      		<align>center</align>
		<textcolor>ffb1b1b1</textcolor>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 1 general weather label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>615</posX>
      		<posY>455</posY>
      		<width>120</width>
      		<height>100</height>
      		<textalign>center</textalign>
      		<label>#WorldWeather.ForecastDay1Condition</label>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 1 icon</description>
      		<type>image</type>
      		<keepaspectratio>yes</keepaspectratio>
      		<id>0</id>
      		<posX>611</posX>
      		<posY>300</posY>
      		<width>128</width>
      		<height>128</height>      
      		<texture>#WorldWeather.ForecastDay1IconImage</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Forecast (Today + 2) *** -->

    	<control>
      		<description>day 2 label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>750</posX>
      		<posY>190</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay2Day</label>
      		<font>font14bold</font>
		<textcolor>ff66bae3</textcolor>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 2 Hi label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>750</posX>
      		<posY>230</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay2High</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 2 low label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>750</posX>
      		<posY>260</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay2Low</label>
      		<align>center</align>
		<textcolor>ffb1b1b1</textcolor>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 2 general weather label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>765</posX>
      		<posY>455</posY>
      		<width>120</width>
      		<height>100</height>
      		<textalign>center</textalign>
      		<label>#WorldWeather.ForecastDay2Condition</label>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 2 icon</description>
      		<type>image</type>
      		<keepaspectratio>yes</keepaspectratio>
      		<id>0</id>
      		<posX>761</posX>
      		<posY>300</posY>
      		<width>128</width>
      		<height>128</height>
      		<texture>#WorldWeather.ForecastDay2IconImage</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Forecast (Today + 3) *** -->

    	<control>
      		<description>day 3 label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>900</posX>
      		<posY>190</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay3Day</label>
      		<font>font14bold</font>
		<textcolor>ff66bae3</textcolor>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 3 Hi label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>900</posX>
      		<posY>230</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay3High</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 3 low label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>900</posX>
      		<posY>260</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay3Low</label>
      		<align>center</align>
		<textcolor>ffb1b1b1</textcolor>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 3 general weather label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>915</posX>
      		<posY>455</posY>
      		<width>120</width>
      		<height>100</height>
      		<textalign>center</textalign>
      		<label>#WorldWeather.ForecastDay3Condition</label>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 3 icon</description>
      		<type>image</type>
      		<keepaspectratio>yes</keepaspectratio>
      		<id>0</id>
      		<posX>911</posX>
      		<posY>300</posY>
      		<width>128</width>
      		<height>128</height>     
      		<texture>#WorldWeather.ForecastDay3IconImage</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Forecast (Today + 4) *** -->

    	<control>
      		<description>day 4 label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>1050</posX>
      		<posY>190</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay4Day</label>
      		<font>font14bold</font>
		<textcolor>ff66bae3</textcolor>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 4 Hi label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>1050</posX>
      		<posY>230</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay4High</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 4 low label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>1050</posX>
      		<posY>260</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay4Low</label>
      		<align>center</align>
		<textcolor>ffb1b1b1</textcolor>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 4 general weather label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>1065</posX>
      		<posY>455</posY>
      		<width>120</width>
      		<height>100</height>
      		<textalign>center</textalign>
      		<label>#WorldWeather.ForecastDay4Condition</label>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 4 icon</description>
      		<type>image</type>
      		<keepaspectratio>yes</keepaspectratio>
      		<id>0</id>
      		<posX>1061</posX>
      		<posY>300</posY>
      		<width>128</width>
      		<height>128</height>     
      		<texture>#WorldWeather.ForecastDay4IconImage</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Provider (Google) *** -->

		<!-- *** Forecast (Today) *** -->

    	<control>
      		<description>day 0 label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>500</posX>
      		<posY>190</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay0Day</label>
      		<font>font14bold</font>
		<textcolor>ff66bae3</textcolor>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 0 Hi label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>500</posX>
      		<posY>230</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay0High</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 0 low label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>500</posX>
      		<posY>260</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay0Low</label>
      		<align>center</align>
		<textcolor>ffb1b1b1</textcolor>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 0 general weather label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>515</posX>
      		<posY>455</posY>
      		<width>120</width>
      		<height>100</height>
      		<textalign>center</textalign>
      		<label>#WorldWeather.ForecastDay0Condition</label>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 0 icon</description>
      		<type>image</type>
      		<keepaspectratio>yes</keepaspectratio>
      		<id>0</id>
      		<posX>511</posX>
      		<posY>300</posY>
      		<width>128</width>
      		<height>128</height>
      		<texture>#WorldWeather.ForecastDay0IconImage</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Forecast (Today + 1) *** -->

    	<control>
      		<description>day 1 label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>670</posX>
      		<posY>190</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay1Day</label>
      		<font>font14bold</font>
		<textcolor>ff66bae3</textcolor>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 1 Hi label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>670</posX>
      		<posY>230</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay1High</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 1 low label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>670</posX>
      		<posY>260</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay1Low</label>
      		<align>center</align>
		<textcolor>ffb1b1b1</textcolor>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 1 general weather label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>685</posX>
      		<posY>455</posY>
      		<width>120</width>
      		<height>100</height>
      		<textalign>center</textalign>
      		<label>#WorldWeather.ForecastDay1Condition</label>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 1 icon</description>
      		<type>image</type>
      		<keepaspectratio>yes</keepaspectratio>
      		<id>0</id>
      		<posX>681</posX>
      		<posY>300</posY>
      		<width>128</width>
      		<height>128</height>      
      		<texture>#WorldWeather.ForecastDay1IconImage</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Forecast (Today + 2) *** -->

    	<control>
      		<description>day 2 label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>840</posX>
      		<posY>190</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay2Day</label>
      		<font>font14bold</font>
		<textcolor>ff66bae3</textcolor>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 2 Hi label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>840</posX>
      		<posY>230</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay2High</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 2 low label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>840</posX>
      		<posY>260</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay2Low</label>
      		<align>center</align>
		<textcolor>ffb1b1b1</textcolor>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 2 general weather label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>855</posX>
      		<posY>455</posY>
      		<width>120</width>
      		<height>100</height>
      		<textalign>center</textalign>
      		<label>#WorldWeather.ForecastDay2Condition</label>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 2 icon</description>
      		<type>image</type>
      		<keepaspectratio>yes</keepaspectratio>
      		<id>0</id>
      		<posX>851</posX>
      		<posY>300</posY>
      		<width>128</width>
      		<height>128</height>
      		<texture>#WorldWeather.ForecastDay2IconImage</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Forecast (Today + 3) *** -->

    	<control>
      		<description>day 3 label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>1010</posX>
      		<posY>190</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay3Day</label>
      		<font>font14bold</font>
		<textcolor>ff66bae3</textcolor>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 3 Hi label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>1010</posX>
      		<posY>230</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay3High</label>
      		<align>center</align>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 3 low label</description>
      		<type>label</type>
      		<id>0</id>
      		<posX>1010</posX>
      		<posY>260</posY>
      		<width>150</width>
      		<label>#WorldWeather.ForecastDay3Low</label>
      		<align>center</align>
		<textcolor>ffb1b1b1</textcolor>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 3 general weather label</description>
      		<type>textbox</type>
      		<id>0</id>
      		<posX>1025</posX>
      		<posY>455</posY>
      		<width>120</width>
      		<height>100</height>
      		<textalign>center</textalign>
      		<label>#WorldWeather.ForecastDay3Condition</label>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

    	<control>
      		<description>day 3 icon</description>
      		<type>image</type>
      		<keepaspectratio>yes</keepaspectratio>
      		<id>0</id>
      		<posX>1021</posX>
      		<posY>300</posY>
      		<width>128</width>
      		<height>128</height>     
      		<texture>#WorldWeather.ForecastDay3IconImage</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.Provider,Google)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
    	</control>

		<!-- *** Feed *** -->

	<control>
		<description>RSS Icon</description>
		<type>image</type>
		<id>1</id>
		<posX>460</posX>
		<posY>577</posY>
		<width>40</width>
		<height>30</height>
      		<keepaspectratio>yes</keepaspectratio>
		<texture>hover_worldweather.png</texture>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Feed,)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
	</control>

	<control>
		<description>RSS Items</description>
		<type>fadelabel</type>
		<id>1</id>
		<posX>500</posX>
		<posY>580</posY>
		<width>710</width>
		<textcolor>ff66bae3</textcolor>
		<label>#WorldWeather.Feed</label>
		<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.Feed,)</visible>
      		<animation effect="fade" time="250">WindowOpen</animation>
      		<animation effect="fade" time="250">WindowClose</animation>
	</control>

	</controls>
</window>
