Don't like ads? PRO users don't see any ads ;-)
Guest

MyWeather.xml

By: a guest on Dec 4th, 2011  |  syntax: XML  |  size: 28.42 KB  |  hits: 141  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <window id="2600">
  2.         <defaultcontrol always="true">50</defaultcontrol>
  3.         <allowoverlay>no</allowoverlay>
  4.         <controls>
  5.                 <include>CommonWeatherBackground</include>
  6.                 <include>CommonMediaPlayingBackground</include>
  7.                 <control type="image">
  8.                         <posx>0</posx>
  9.                         <posy>100r</posy>
  10.                         <width>1280</width>
  11.                         <height>100</height>
  12.                         <texture>floor.png</texture>
  13.                         <include>VisibleFadeEffect</include>
  14.                         <animation effect="slide" start="0,10" end="0,0" time="200" condition="Window.Previous(Home)">WindowOpen</animation>
  15.                         <animation effect="slide" start="0,0" end="0,10" time="200" condition="Window.Next(Home)">WindowClose</animation>
  16.                 </control>
  17.                 <control type="group">
  18.                         <animation type="WindowOpen" reversible="false">
  19.                                 <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" />
  20.                                 <effect type="fade" start="0" end="100" time="300" />
  21.                         </animation>
  22.                         <animation type="WindowClose" reversible="false">
  23.                                 <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300" />
  24.                                 <effect type="fade" start="100" end="0" time="300" />
  25.                         </animation>
  26.                         <include>VisibleFadeEffect</include>
  27.                         <control type="group">
  28.                                 <animation effect="slide" start="0,0" end="-40,0" time="200" condition="StringCompare(Weather.Plugin,weather.weatherplus)">Conditional</animation>
  29.                                 <posx>100</posx>
  30.                                 <posy>40</posy>
  31.                                 <control type="image">
  32.                                         <posx>0</posx>
  33.                                         <posy>0</posy>
  34.                                         <width>500</width>
  35.                                         <height>620</height>
  36.                                         <texture border="20">ContentPanel.png</texture>
  37.                                 </control>
  38.                                 <control type="multiimage">
  39.                                         <posx>10</posx>
  40.                                         <posy>10</posy>
  41.                                         <width>480</width>
  42.                                         <height>600</height>
  43.                                         <imagepath>special://home/addons/weather.fanart.pda.style/media/$INFO[Window(Weather).Property(Current.FanartCode)]</imagepath>
  44.                                         <timeperimage>100</timeperimage>
  45.                                         <randomize>false</randomize>
  46.                                         <fadetime>0</fadetime>
  47.                                 </control>
  48.                                 <control type="image">
  49.                                         <posx>0</posx>
  50.                                         <posy>612</posy>
  51.                                         <width>500</width>
  52.                                         <height>64</height>
  53.                                         <texture border="10">ContentPanelMirror.png</texture>
  54.                                 </control>
  55.                                 <control type="image">
  56.                                         <posx>20</posx>
  57.                                         <posy>5</posy>
  58.                                         <width>460</width>
  59.                                         <height>100</height>
  60.                                         <aspectratio>stretch</aspectratio>
  61.                                         <texture>GlassTitleBar.png</texture>
  62.                                 </control>
  63.                                 <control type="label">
  64.                                         <description>header label</description>
  65.                                         <posx>20</posx>
  66.                                         <posy>13</posy>
  67.                                         <width>460</width>
  68.                                         <height>30</height>
  69.                                         <font>font13_title</font>
  70.                                         <label>10508</label>
  71.                                         <align>center</align>
  72.                                         <aligny>center</aligny>
  73.                                         <textcolor>white</textcolor>
  74.                                         <shadowcolor>black</shadowcolor>
  75.                                 </control>
  76.                                 <control type="label">
  77.                                         <description>weather location label</description>
  78.                                         <posx>20</posx>
  79.                                         <posy>55</posy>
  80.                                         <width>460</width>
  81.                                         <height>30</height>
  82.                                         <font>font13_title</font>
  83.                                         <textcolor>white</textcolor>
  84.                                         <shadowcolor>black</shadowcolor>
  85.                                         <scroll>false</scroll>
  86.                                         <align>center</align>
  87.                                         <aligny>center</aligny>
  88.                                         <label>$INFO[Window.Property(Location)]</label>
  89.                                 </control>
  90.                                 <control type="label">
  91.                                         <description>update label</description>
  92.                                         <posx>20</posx>
  93.                                         <posy>75</posy>
  94.                                         <width>460</width>
  95.                                         <height>35</height>
  96.                                         <font>font12</font>
  97.                                         <label>$LOCALIZE[31301] - $INFO[Window.Property(Updated)]</label>
  98.                                         <align>center</align>
  99.                                         <aligny>center</aligny>
  100.                                         <textcolor>grey2</textcolor>
  101.                                         <shadowcolor>black</shadowcolor>
  102.                                 </control>
  103.  
  104.                                 <control type="group">
  105.                                         <animation effect="slide" start="0,0" end="75,90" time="0" condition="Skin.HasSetting(ShowWeatherIcon)">Conditional</animation>
  106.                                         <control type="label">
  107.                                                 <description>current temp Value</description>
  108.                                                 <posx>195</posx>
  109.                                                 <posy>175</posy>
  110.                                                 <width>180</width>
  111.                                                 <height>40</height>
  112.                                                 <font>WeatherTemp</font>
  113.                                                 <align>right</align>
  114.                                                 <aligny>top</aligny>
  115.                                                 <label>$INFO[Window.Property(Current.Temperature)]</label>
  116.                                                 <textcolor>white</textcolor>
  117.                                                 <shadowcolor>black</shadowcolor>
  118.                                         </control>
  119.                                         <control type="label">
  120.                                                 <description>current temp Value Units</description>
  121.                                                 <posx>190</posx>
  122.                                                 <posy>185</posy>
  123.                                                 <width>100</width>
  124.                                                 <height>40</height>
  125.                                                 <font>font16caps</font>
  126.                                                 <align>left</align>
  127.                                                 <aligny>top</aligny>
  128.                                                 <label>$INFO[System.TemperatureUnits]</label>
  129.                                                 <textcolor>white</textcolor>
  130.                                                 <shadowcolor>black</shadowcolor>
  131.                                         </control>
  132.                                         <control type="image">
  133.                                                 <description>current weather icon</description>
  134.                                                 <posx>230</posx>
  135.                                                 <posy>135</posy>
  136.                                                 <width>230</width>
  137.                                                 <height>180</height>
  138.                                                 <info>Window.Property(Current.ConditionIcon)</info>
  139.                                                 <aspectratio>keep</aspectratio>
  140.                         <visible>!Skin.HasSetting(ShowWeatherIcon)</visible>
  141.                                         </control>
  142.                                 </control>
  143.  
  144.                                 <control type="group">
  145.                     <posx>5</posx>
  146.                                         <posy>20</posy>
  147.                                         <control type="label">
  148.                                                 <description>current condition label</description>
  149.                                                 <posx>15</posx><!--20-->
  150.                                                 <posy>350</posy><!--320-->
  151.                                                 <width>460</width>
  152.                                                 <height>30</height>
  153.                                                 <info>Window.Property(Current.Condition)</info>
  154.                                                 <wrapmultiline>true</wrapmultiline>
  155.                                                 <font>font13</font>
  156.                                                 <align>center</align>
  157.                                                 <aligny>center</aligny>
  158.                                                 <textcolor>white</textcolor>
  159.                                                 <shadowcolor>black</shadowcolor>
  160.                                         </control>
  161.                                         <control type="image">
  162.                                                 <posx>15</posx>
  163.                                                 <posy>390</posy>
  164.                                                 <width>460</width>
  165.                                                 <height>4</height>
  166.                                                 <texture>separator.png</texture>
  167.                                         </control>
  168.                                         <control type="label">
  169.                                                 <description>current feels like label</description>
  170.                                                 <posx>170</posx>
  171.                                                 <posy>400</posy>
  172.                                                 <width>170</width>
  173.                                                 <height>35</height>
  174.                                                 <font>font13</font>
  175.                                                 <align>right</align>
  176.                                                 <aligny>center</aligny>
  177.                                                 <label>$LOCALIZE[402] :</label>
  178.                                                 <textcolor>grey2</textcolor>
  179.                                                 <shadowcolor>black</shadowcolor>
  180.                                         </control>
  181.                                         <control type="label">
  182.                                                 <description>current dew label</description>
  183.                                                 <posx>170</posx>
  184.                                                 <posy>430</posy>
  185.                                                 <width>170</width>
  186.                                                 <height>35</height>
  187.                                                 <font>font13</font>
  188.                                                 <align>right</align>
  189.                                                 <aligny>center</aligny>
  190.                                                 <label>$LOCALIZE[405] :</label>
  191.                                                 <textcolor>grey2</textcolor>
  192.                                                 <shadowcolor>black</shadowcolor>
  193.                                         </control>
  194.                                         <control type="label">
  195.                                                 <description>current humidity label</description>
  196.                                                 <posx>170</posx>
  197.                                                 <posy>460</posy>
  198.                                                 <width>170</width>
  199.                                                 <height>35</height>
  200.                                                 <font>font13</font>
  201.                                                 <align>right</align>
  202.                                                 <aligny>center</aligny>
  203.                                                 <label>$LOCALIZE[406] :</label>
  204.                                                 <textcolor>grey2</textcolor>
  205.                                                 <shadowcolor>black</shadowcolor>
  206.                                         </control>
  207.                                         <control type="label">
  208.                                                 <description>current UV Index label</description>
  209.                                                 <posx>170</posx>
  210.                                                 <posy>490</posy>
  211.                                                 <width>170</width>
  212.                                                 <height>35</height>
  213.                                                 <font>font13</font>
  214.                                                 <align>right</align>
  215.                                                 <aligny>center</aligny>
  216.                                                 <label>$LOCALIZE[403] :</label>
  217.                                                 <textcolor>grey2</textcolor>
  218.                                                 <shadowcolor>black</shadowcolor>
  219.                                         </control>
  220.                                         <control type="label">
  221.                                                 <description>current Wind label</description>
  222.                                                 <posx>170</posx>
  223.                                                 <posy>520</posy>
  224.                                                 <width>170</width>
  225.                                                 <height>35</height>
  226.                                                 <font>font13</font>
  227.                                                 <align>right</align>
  228.                                                 <aligny>center</aligny>
  229.                                                 <label>$LOCALIZE[404] :</label>
  230.                                                 <textcolor>grey2</textcolor>
  231.                                                 <shadowcolor>black</shadowcolor>
  232.                                         </control>
  233.                                         <control type="label">
  234.                                                 <description>current feels like Value</description>
  235.                                                 <posx>185</posx>
  236.                                                 <posy>400</posy>
  237.                                                 <width>300</width>
  238.                                                 <height>35</height>
  239.                                                 <font>font13</font>
  240.                                                 <align>left</align>
  241.                                                 <aligny>center</aligny>
  242.                                                 <label>$INFO[Window.Property(Current.FeelsLike)]$INFO[System.TemperatureUnits]</label>
  243.                                                 <textcolor>white</textcolor>
  244.                                                 <shadowcolor>black</shadowcolor>
  245.                                         </control>
  246.                                         <control type="label">
  247.                                                 <description>current dew Value</description>
  248.                                                 <posx>185</posx>
  249.                                                 <posy>430</posy>
  250.                                                 <width>300</width>
  251.                                                 <height>35</height>
  252.                                                 <font>font13</font>
  253.                                                 <align>left</align>
  254.                                                 <aligny>center</aligny>
  255.                                                 <label>$INFO[Window.Property(Current.DewPoint)]$INFO[System.TemperatureUnits]</label>
  256.                                                 <textcolor>white</textcolor>
  257.                                                 <shadowcolor>black</shadowcolor>
  258.                                         </control>
  259.                                         <control type="label">
  260.                                                 <description>current humidity Value</description>
  261.                                                 <posx>185</posx>
  262.                                                 <posy>460</posy>
  263.                                                 <width>300</width>
  264.                                                 <height>35</height>
  265.                                                 <font>font13</font>
  266.                                                 <align>left</align>
  267.                                                 <aligny>center</aligny>
  268.                                                 <info>Window.Property(Current.Humidity)</info>
  269.                                                 <textcolor>white</textcolor>
  270.                                                 <shadowcolor>black</shadowcolor>
  271.                                         </control>
  272.                                         <control type="label">
  273.                                                 <description>current UV Index Value</description>
  274.                                                 <posx>185</posx>
  275.                                                 <posy>490</posy>
  276.                                                 <width>300</width>
  277.                                                 <height>35</height>
  278.                                                 <font>font13</font>
  279.                                                 <align>left</align>
  280.                                                 <aligny>center</aligny>
  281.                                                 <info>Window.Property(Current.UVIndex)</info>
  282.                                                 <textcolor>white</textcolor>
  283.                                                 <shadowcolor>black</shadowcolor>
  284.                                         </control>
  285.                                         <control type="label">
  286.                                                 <description>current Wind Value</description>
  287.                                                 <posx>185</posx>
  288.                                                 <posy>520</posy>
  289.                                                 <width>300</width>
  290.                                                 <height>35</height>
  291.                                                 <font>font13</font>
  292.                                                 <align>left</align>
  293.                                                 <aligny>center</aligny>
  294.                                                 <info>Window.Property(Current.Wind)</info>
  295.                                                 <textcolor>white</textcolor>
  296.                                                 <shadowcolor>black</shadowcolor>
  297.                                         </control>
  298.                                 </control>
  299.                                 <control type="group">
  300.                                         <visible>StringCompare(Weather.Plugin,weather.google) | [StringCompare(Weather.Plugin,weather.weatherplus) + !IsEmpty(Window.Property(36Hour.IsFetched))]</visible>
  301.                                         <control type="label">
  302.                                                 <description>Sunrise Label</description>
  303.                                                 <posx>30</posx>
  304.                                                 <posy>570</posy>
  305.                                                 <width>300</width>
  306.                                                 <height>35</height>
  307.                                                 <font>font13</font>
  308.                                                 <align>left</align>
  309.                                                 <aligny>center</aligny>
  310.                                                 <label>$LOCALIZE[33027] : [COLOR=white]$INFO[Window.Property(Current.Locale.Sunrise)][/COLOR]</label>
  311.                                                 <textcolor>grey2</textcolor>
  312.                                                 <shadowcolor>black</shadowcolor>
  313.                                         </control>
  314.                                         <control type="label">
  315.                                                 <description>Sunset label</description>
  316.                                                 <posx>470</posx>
  317.                                                 <posy>570</posy>
  318.                                                 <width>300</width>
  319.                                                 <height>35</height>
  320.                                                 <font>font13</font>
  321.                                                 <align>right</align>
  322.                                                 <aligny>center</aligny>
  323.                                                 <label>$LOCALIZE[33028] : [COLOR=white]$INFO[Window.Property(Current.Locale.Sunset)][/COLOR]</label>
  324.                                                 <textcolor>grey2</textcolor>
  325.                                                 <shadowcolor>black</shadowcolor>
  326.                                         </control>
  327.                                 </control>
  328.                         </control>
  329.  
  330.                         <control type="group">
  331.                                 <posx>680</posx>
  332.                                 <posy>40</posy>
  333.                                 <control type="group">
  334.                                         <control type="image">
  335.                                                 <posx>0</posx>
  336.                                                 <posy>0</posy>
  337.                                                 <width>250</width>
  338.                                                 <height>310</height>
  339.                                                 <texture border="10">ContentPanel.png</texture>
  340.                                         </control>
  341.                                         <control type="multiimage">
  342.                                                 <posx>10</posx>
  343.                                                 <posy>10</posy>
  344.                                                 <width>230</width>
  345.                                                 <height>290</height>
  346.                                                 <imagepath>special://home/addons/weather.fanart.pda.style/media/$INFO[Window(Weather).Property(Day0.FanartCode)]</imagepath>
  347.                                                 <timeperimage>100</timeperimage>
  348.                                                 <randomize>false</randomize>
  349.                                                 <fadetime>0</fadetime>
  350.                                         </control>
  351.                                 </control>
  352.                                 <control type="group">
  353.                                         <control type="image">
  354.                                                 <posx>250</posx>
  355.                                                 <posy>0</posy>
  356.                                                 <width>250</width>
  357.                                                 <height>310</height>
  358.                                                 <texture border="10">ContentPanel.png</texture>
  359.                                         </control>
  360.                                         <control type="multiimage">
  361.                                                 <posx>260</posx>
  362.                                                 <posy>10</posy>
  363.                                                 <width>230</width>
  364.                                                 <height>290</height>
  365.                                                 <imagepath>special://home/addons/weather.fanart.pda.style/media/$INFO[Window(Weather).Property(Day1.FanartCode)]</imagepath>
  366.                                                 <timeperimage>100</timeperimage>
  367.                                                 <randomize>false</randomize>
  368.                                                 <fadetime>0</fadetime>
  369.                                         </control>
  370.                                 </control>
  371.                                 <control type="group">
  372.                                         <control type="image">
  373.                                                 <posx>0</posx>
  374.                                                 <posy>310</posy>
  375.                                                 <width>250</width>
  376.                                                 <height>310</height>
  377.                                                 <texture border="10">ContentPanel.png</texture>
  378.                                         </control>
  379.                                         <control type="multiimage">
  380.                                                 <posx>10</posx>
  381.                                                 <posy>320</posy>
  382.                                                 <width>230</width>
  383.                                                 <height>290</height>
  384.                                                 <imagepath>special://home/addons/weather.fanart.pda.style/media/$INFO[Window(Weather).Property(Day2.FanartCode)]</imagepath>
  385.                                                 <timeperimage>100</timeperimage>
  386.                                                 <randomize>false</randomize>
  387.                                                 <fadetime>0</fadetime>
  388.                                         </control>
  389.                                 </control>
  390.                                 <control type="group">
  391.                                         <control type="image">
  392.                                                 <posx>250</posx>
  393.                                                 <posy>310</posy>
  394.                                                 <width>250</width>
  395.                                                 <height>310</height>
  396.                                                 <texture border="10">ContentPanel.png</texture>
  397.                                         </control>
  398.                                         <control type="multiimage">
  399.                                                 <posx>260</posx>
  400.                                                 <posy>320</posy>
  401.                                                 <width>230</width>
  402.                                                 <height>290</height>
  403.                                                 <imagepath>special://home/addons/weather.fanart.pda.style/media/$INFO[Window(Weather).Property(Day3.FanartCode)]</imagepath>
  404.                                                 <timeperimage>100</timeperimage>
  405.                                                 <randomize>false</randomize>
  406.                                                 <fadetime>0</fadetime>
  407.                                         </control>
  408.                                 </control>
  409.                                 <control type="group">
  410.                                         <control type="image">
  411.                                                 <posx>0</posx>
  412.                                                 <posy>612</posy>
  413.                                                 <width>250</width>
  414.                                                 <height>64</height>
  415.                                                 <texture border="10">ContentPanelMirror.png</texture>
  416.                                         </control>
  417.                                         <control type="image">
  418.                                                 <posx>250</posx>
  419.                                                 <posy>612</posy>
  420.                                                 <width>250</width>
  421.                                                 <height>64</height>
  422.                                                 <texture border="10">ContentPanelMirror.png</texture>
  423.                                         </control>
  424.                                 </control>
  425.                                 <control type="panel" id="8001">
  426.                                         <posx>0</posx>
  427.                                         <posy>0</posy>
  428.                                         <width>500</width>
  429.                                         <height>620</height>
  430.                                         <onleft>50</onleft>
  431.                                         <onright>50</onright>
  432.                                         <onup>50</onup>
  433.                                         <ondown>50</ondown>
  434.                                         <viewtype label="">list</viewtype>
  435.                                         <pagecontrol>-</pagecontrol>
  436.                                         <scrolltime>0</scrolltime>
  437.                                         <itemlayout height="310" width="250">
  438.                                                 <control type="image">
  439.                                                         <posx>20</posx>
  440.                                                         <posy>5</posy>
  441.                                                         <width>230</width>
  442.                                                         <height>100</height>
  443.                                                         <aspectratio>stretch</aspectratio>
  444.                                                         <texture>GlassTitleBar.png</texture>
  445.                                                 </control>
  446.                                                 <control type="label">
  447.                                                         <description>header label</description>
  448.                                                         <posx>125</posx>
  449.                                                         <posy>13</posy>
  450.                                                         <width>230</width>
  451.                                                         <height>30</height>
  452.                                                         <font>font13_title</font>
  453.                                                         <label>$INFO[ListItem.Label]</label>
  454.                                                         <align>center</align>
  455.                                                         <aligny>center</aligny>
  456.                                                         <textcolor>white</textcolor>
  457.                                                         <shadowcolor>black</shadowcolor>
  458.                                                 </control>
  459.                                                 <control type="image">
  460.                                                         <description>day icon</description>
  461.                                                         <posx>10</posx>
  462.                                                         <posy>170</posy>
  463.                                                         <width>230</width>
  464.                                                         <height>80</height>
  465.                                                         <aspectratio>keep</aspectratio>
  466.                                                         <texture>$INFO[ListItem.Icon]</texture>
  467.                                                         <visible>!Skin.HasSetting(ShowWeatherIcon)</visible>
  468.                                                 </control>
  469.                                                 <control type="label">
  470.                                                         <posx>125</posx>
  471.                                                         <posy>250</posy>
  472.                                                         <width>230</width>
  473.                                                         <height>20</height>
  474.                                                         <font>font12</font>
  475.                                                         <textcolor>white</textcolor>
  476.                                                         <shadowcolor>black</shadowcolor>
  477.                                                         <selectedcolor>selected</selectedcolor>
  478.                                                         <align>center</align>
  479.                                                         <aligny>center</aligny>
  480.                                                         <label>[COLOR=grey2]$LOCALIZE[419] :[/COLOR] $INFO[ListItem.Property(HighTemp)]  [COLOR=grey2]$LOCALIZE[418] :[/COLOR] $INFO[ListItem.Property(LowTemp)]</label>
  481.                                                 </control>
  482.                                                 <control type="label">
  483.                                                         <posx>125</posx>
  484.                                                         <posy>270</posy>
  485.                                                         <width>230</width>
  486.                                                         <height>20</height>
  487.                                                         <font>font12</font>
  488.                                                         <textcolor>white</textcolor>
  489.                                                         <shadowcolor>black</shadowcolor>
  490.                                                         <selectedcolor>selected</selectedcolor>
  491.                                                         <align>center</align>
  492.                                                         <aligny>center</aligny>
  493.                                                         <label>$INFO[ListItem.Label2]</label>
  494.                                                 </control>
  495.                                         </itemlayout>
  496.                                         <focusedlayout height="310" width="250">
  497.                                                 <control type="image">
  498.                                                         <posx>20</posx>
  499.                                                         <posy>5</posy>
  500.                                                         <width>230</width>
  501.                                                         <height>100</height>
  502.                                                         <aspectratio>stretch</aspectratio>
  503.                                                         <texture>GlassTitleBar.png</texture>
  504.                                                 </control>
  505.                                                 <control type="label">
  506.                                                         <description>header label</description>
  507.                                                         <posx>125</posx>
  508.                                                         <posy>13</posy>
  509.                                                         <width>230</width>
  510.                                                         <height>30</height>
  511.                                                         <font>font13_title</font>
  512.                                                         <label>$INFO[ListItem.Label]</label>
  513.                                                         <align>center</align>
  514.                                                         <aligny>center</aligny>
  515.                                                         <textcolor>white</textcolor>
  516.                                                         <shadowcolor>black</shadowcolor>
  517.                                                 </control>
  518.                                                 <control type="image">
  519.                                                         <description>day icon</description>
  520.                                                         <posx>10</posx>
  521.                                                         <posy>170</posy>
  522.                                                         <width>230</width>
  523.                                                         <height>80</height>
  524.                                                         <aspectratio>keep</aspectratio>
  525.                                                         <texture>$INFO[ListItem.Icon]</texture>
  526.                                                         <visible>!Skin.HasSetting(ShowWeatherIcon)</visible>
  527.                                                 </control>
  528.                                                 <control type="label">
  529.                                                         <posx>125</posx>
  530.                                                         <posy>250</posy>
  531.                                                         <width>230</width>
  532.                                                         <height>20</height>
  533.                                                         <font>font12</font>
  534.                                                         <textcolor>white</textcolor>
  535.                                                         <shadowcolor>black</shadowcolor>
  536.                                                         <selectedcolor>selected</selectedcolor>
  537.                                                         <align>center</align>
  538.                                                         <aligny>center</aligny>
  539.                                                         <label>[COLOR=grey2]$LOCALIZE[419] :[/COLOR] $INFO[ListItem.Property(HighTemp)]  [COLOR=grey2]$LOCALIZE[418] :[/COLOR] $INFO[ListItem.Property(LowTemp)]</label>
  540.                                                 </control>
  541.                                                 <control type="label">
  542.                                                         <posx>125</posx>
  543.                                                         <posy>270</posy>
  544.                                                         <width>230</width>
  545.                                                         <height>20</height>
  546.                                                         <font>font12</font>
  547.                                                         <textcolor>white</textcolor>
  548.                                                         <shadowcolor>black</shadowcolor>
  549.                                                         <selectedcolor>selected</selectedcolor>
  550.                                                         <align>center</align>
  551.                                                         <aligny>center</aligny>
  552.                                                         <label>$INFO[ListItem.Label2]</label>
  553.                                                 </control>
  554.                                         </focusedlayout>
  555.                                         <content>
  556.                                                 <item>
  557.                                                         <label>$INFO[Window(Weather).Property(Day0.Title)]</label>
  558.                                                         <label2>$INFO[Window(Weather).Property(Day0.Outlook)]</label2>
  559.                                                         <property name="HighTemp">$INFO[Window(Weather).Property(Day0.HighTemp)]$INFO[System.TemperatureUnits]</property>
  560.                                                         <property name="LowTemp">$INFO[Window(Weather).Property(Day0.LowTemp)]$INFO[System.TemperatureUnits]</property>
  561.                                                         <icon>$INFO[Window(Weather).Property(Day0.OutlookIcon)]</icon>
  562.                                                         <onclick>-</onclick>
  563.                                                 </item>
  564.                                                 <item>
  565.                                                         <label>$INFO[Window(Weather).Property(Day1.Title)]</label>
  566.                                                         <label2>$INFO[Window(Weather).Property(Day1.Outlook)]</label2>
  567.                                                         <property name="HighTemp">$INFO[Window(Weather).Property(Day1.HighTemp)]$INFO[System.TemperatureUnits]</property>
  568.                                                         <property name="LowTemp">$INFO[Window(Weather).Property(Day1.LowTemp)]$INFO[System.TemperatureUnits]</property>
  569.                                                         <icon>$INFO[Window(Weather).Property(Day1.OutlookIcon)]</icon>
  570.                                                         <onclick>-</onclick>
  571.                                                 </item>
  572.                                                 <item>
  573.                                                         <label>$INFO[Window(Weather).Property(Day2.Title)]</label>
  574.                                                         <label2>$INFO[Window(Weather).Property(Day2.Outlook)]</label2>
  575.                                                         <property name="HighTemp">$INFO[Window(Weather).Property(Day2.HighTemp)]$INFO[System.TemperatureUnits]</property>
  576.                                                         <property name="LowTemp">$INFO[Window(Weather).Property(Day2.LowTemp)]$INFO[System.TemperatureUnits]</property>
  577.                                                         <icon>$INFO[Window(Weather).Property(Day2.OutlookIcon)]</icon>
  578.                                                         <onclick>-</onclick>
  579.                                                 </item>
  580.                                                 <item>
  581.                                                         <label>$INFO[Window(Weather).Property(Day3.Title)]</label>
  582.                                                         <label2>$INFO[Window(Weather).Property(Day3.Outlook)]</label2>
  583.                                                         <property name="HighTemp">$INFO[Window(Weather).Property(Day3.HighTemp)]$INFO[System.TemperatureUnits]</property>
  584.                                                         <property name="LowTemp">$INFO[Window(Weather).Property(Day3.LowTemp)]$INFO[System.TemperatureUnits]</property>
  585.                                                         <icon>$INFO[Window(Weather).Property(Day3.OutlookIcon)]</icon>
  586.                                                         <onclick>-</onclick>
  587.                                                 </item>
  588.                                         </content>
  589.                                 </control>
  590.                         </control>
  591.  
  592.                         <control type="group">
  593.                                 <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  594.                                 <posx>580</posx>
  595.                                 <posy>40</posy>
  596.                                 <control type="image">
  597.                                         <posx>0</posx>
  598.                                         <posy>0</posy>
  599.                                         <width>650</width>
  600.                                         <height>620</height>
  601.                                         <texture border="20">ContentPanel.png</texture>
  602.                                 </control>
  603.                                 <control type="image">
  604.                                         <posx>0</posx>
  605.                                         <posy>612</posy>
  606.                                         <width>650</width>
  607.                                         <height>64</height>
  608.                                         <texture border="10">ContentPanelMirror.png</texture>
  609.                                 </control>
  610.                                 <control type="image">
  611.                                         <posx>20</posx>
  612.                                         <posy>5</posy>
  613.                                         <width>610</width>
  614.                                         <height>90</height>
  615.                                         <aspectratio>stretch</aspectratio>
  616.                                         <texture>GlassTitleBar.png</texture>
  617.                                 </control>
  618.                                 <control type="group" id="50">
  619.                                         <include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+10DayForcast</include>
  620.                                         <include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+36HourForcast</include>
  621.                                         <include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+WeekendForcast</include>
  622.                                         <include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+HourlyForcast</include>
  623.                                         <include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+MapsVideo</include>
  624.                                 </control>
  625.                         </control>
  626.                 </control>
  627.                 <include>CommonNowPlaying</include>
  628.                 <control type="group">
  629.                         <posx>-250</posx>
  630.                         <include>SideBladeLeft</include>
  631.                         <control type="grouplist" id="9000">
  632.                                 <posx>0</posx>
  633.                                 <posy>110</posy>
  634.                                 <width>250</width>
  635.                                 <height>610</height>
  636.                                 <onleft>9000</onleft>
  637.                                 <onright>50</onright>
  638.                                 <onup>9000</onup>
  639.                                 <ondown>9000</ondown>
  640.                                 <onback>50</onback>
  641.                                 <itemgap>0</itemgap>
  642.                                 <control type="label" id="200">
  643.                                         <width>250</width>
  644.                                         <height>35</height>
  645.                                         <font>font12caps</font>
  646.                                         <label>31006</label>
  647.                                         <textcolor>blue</textcolor>
  648.                                         <align>center</align>
  649.                                         <aligny>center</aligny>
  650.                                 </control>
  651.                                 <control type="group" id="300">
  652.                                         <width>250</width>
  653.                                         <height>40</height>
  654.                                         <control type="spincontrolex" id="3">
  655.                                                 <description>change location button</description>
  656.                                                 <posx>0</posx>
  657.                                                 <posy>0</posy>
  658.                                                 <font>-</font>
  659.                                                 <include>ButtonCommonValues</include>
  660.                                                 <onleft>50</onleft>
  661.                                                 <onright>50</onright>
  662.                                                 <onup>200</onup>
  663.                                                 <ondown>302</ondown>
  664.                                                 <onback>50</onback>
  665.                                         </control>
  666.                                         <control type="label" id="301">
  667.                                                 <posx>10</posx>
  668.                                                 <posy>0</posy>
  669.                                                 <width>200</width>
  670.                                                 <height>40</height>
  671.                                                 <font>font13</font>
  672.                                                 <label>31027</label>
  673.                                                 <textcolor>white</textcolor>
  674.                                                 <align>left</align>
  675.                                                 <aligny>center</aligny>
  676.                                         </control>
  677.                                 </control>
  678.                                 <control type="button" id="302">
  679.                                         <description>10 day forcast button</description>
  680.                                         <textwidth>235</textwidth>
  681.                                         <include>ButtonCommonValues</include>
  682.                                         <label>31904</label>
  683.                                         <onclick>ClearProperty(Weather.CurrentView)</onclick>
  684.                                         <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  685.                                 </control>
  686.                                 <control type="button" id="303">
  687.                                         <description>36 hour forcast button</description>
  688.                                         <textwidth>235</textwidth>
  689.                                         <include>ButtonCommonValues</include>
  690.                                         <label>31901</label>
  691.                                         <onclick>SetProperty(Weather.CurrentView,36hour)</onclick>
  692.                                         <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  693.                                 </control>
  694.                                 <control type="button" id="304">
  695.                                         <description>Weekend forcast button</description>
  696.                                         <textwidth>235</textwidth>
  697.                                         <include>ButtonCommonValues</include>
  698.                                         <label>31903</label>
  699.                                         <onclick>SetProperty(Weather.CurrentView,weekend)</onclick>
  700.                                         <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  701.                                 </control>
  702.                                 <control type="button" id="305">
  703.                                         <description>Hourly forcast button</description>
  704.                                         <textwidth>235</textwidth>
  705.                                         <include>ButtonCommonValues</include>
  706.                                         <label>31902</label>
  707.                                         <onclick>SetProperty(Weather.CurrentView,hourly)</onclick>
  708.                                         <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  709.                                 </control>
  710.                                 <control type="button" id="306">
  711.                                         <description>Hourly forcast button</description>
  712.                                         <textwidth>235</textwidth>
  713.                                         <include>ButtonCommonValues</include>
  714.                                         <label>31906</label>
  715.                                         <onclick>SetProperty(Weather.CurrentView,maps)</onclick>
  716.                                         <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  717.                                 </control>
  718.                                 <control type="label" id="201">
  719.                                         <width>250</width>
  720.                                         <height>35</height>
  721.                                         <font>font12caps</font>
  722.                                         <label>31026</label>
  723.                                         <textcolor>blue</textcolor>
  724.                                         <align>center</align>
  725.                                         <aligny>center</aligny>
  726.                                 </control>
  727.                                 <control type="button" id="2">
  728.                                         <description>Refresh button</description>
  729.                                         <textwidth>235</textwidth>
  730.                                         <include>ButtonCommonValues</include>
  731.                                         <label>103</label>
  732.                                 </control>
  733.                                 <control type="button" id="5">
  734.                                         <description>Custom Weather Script Button</description>
  735.                                         <label>$INFO[Skin.String(WeatherScript_Label)]</label>
  736.                                         <onclick>SetFocus(50)</onclick>
  737.                                         <onclick>XBMC.RunScript($INFO[Skin.String(WeatherScript_Path)])</onclick>
  738.                                         <onclick>SetFocus(50)</onclick>
  739.                                         <textwidth>235</textwidth>
  740.                                         <include>ButtonCommonValues</include>
  741.                                         <visible>Skin.HasSetting(WeatherScript_Enable) + !IsEmpty(Skin.String(WeatherScript_Label))</visible>
  742.                                 </control>
  743.                                 <control type="button" id="4">
  744.                                         <description>Settings button</description>
  745.                                         <label>5</label>
  746.                                         <onclick>ActivateWindow(MyWeatherSettings)</onclick>
  747.                                         <onclick condition="!IsEmpty(weather.plugin)">Addon.OpenSettings($INFO[weather.plugin])</onclick>
  748.                                         <textwidth>235</textwidth>
  749.                                         <include>ButtonCommonValues</include>
  750.                                 </control>
  751.                                 <control type="radiobutton" id="250">
  752.                                         <description>Fanart Toggle</description>
  753.                                         <include>ButtonCommonValues</include>
  754.                                         <label>31307</label>
  755.                                         <onclick>Skin.ToggleSetting(ShowWeatherFanart)</onclick>
  756.                                         <selected>!Skin.HasSetting(ShowWeatherFanart)</selected>
  757.                                 </control>
  758.                                 <control type="button" id="251">
  759.                                         <include>ButtonCommonValues</include>
  760.                                         <label>31317</label>
  761.                                         <onclick>Skin.SetPath(WeatherFanartDir)</onclick>
  762.                                         <enable>Skin.HasSetting(ShowWeatherFanart)</enable>
  763.                                 </control>
  764.                                 <control type="radiobutton" id="252">
  765.                                         <description>Fanart Toggle</description>
  766.                                         <include>ButtonCommonValues</include>
  767.                                         <label>Hide Icons</label>
  768.                                         <onclick>Skin.ToggleSetting(ShowWeatherIcon)</onclick>
  769.                                         <selected>Skin.HasSetting(ShowWeatherIcon)</selected>
  770.                                 </control>
  771.                                 <include>CommonNowPlaying_Controls</include>
  772.                                 <control type="label" id="252">
  773.                                         <width>250</width>
  774.                                         <height>60</height>
  775.                                         <font>font12caps</font>
  776.                                         <label>Data provider[CR][COLOR=white]$INFO[Window.Property(WeatherProvider)][/COLOR]</label>
  777.                                         <textcolor>blue</textcolor>
  778.                                         <align>center</align>
  779.                                         <aligny>center</aligny>
  780.                                 </control>
  781.                                 <control type="image" id="253">
  782.                                         <width>250</width>
  783.                                         <height>160</height>
  784.                                         <aspectratio>keep</aspectratio>
  785.                                         <texture background="true">$INFO[weather.plugin,special://home/addons/,/icon.png]</texture>
  786.                                 </control>
  787.                         </control>
  788.                 </control>
  789.                 <control type="button" id="50">
  790.                         <description>Fake Button to fix Side Menu Navigation</description>
  791.                         <onleft>3</onleft>
  792.                         <onright>3</onright>
  793.                         <onup>3</onup>
  794.                         <ondown>3</ondown>
  795.                         <visible allowhiddenfocus="true">false</visible>
  796.                 </control>
  797.                 <control type="group">
  798.                         <posx>40</posx>
  799.                         <posy>0</posy>
  800.                         <animation effect="slide" end="-310,0" time="400" tween="quadratic" easing="out">WindowClose</animation>
  801.                         <animation effect="slide" start="-310,0" time="400" tween="quadratic" easing="out">WindowOpen</animation>
  802.                         <control type="image">
  803.                                 <posx>0</posx>
  804.                                 <posy>0</posy>
  805.                                 <width>250</width>
  806.                                 <height>35</height>
  807.                                 <texture border="0,0,32,0">header.png</texture>
  808.                         </control>
  809.                         <control type="label">
  810.                                 <include>WindowTitleCommons</include>
  811.                                 <posx>220</posx>
  812.                                 <label>$LOCALIZE[8]</label>
  813.                         </control>
  814.                 </control>
  815.                 <include>WindowTitleHomeButton</include>
  816.                 <include>Clock</include>
  817.         </controls>
  818. </window>
  819.