diff options
Diffstat (limited to 'addons/skin.confluence/720p/MyWeather.xml')
-rw-r--r-- | addons/skin.confluence/720p/MyWeather.xml | 915 |
1 files changed, 915 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/MyWeather.xml b/addons/skin.confluence/720p/MyWeather.xml new file mode 100644 index 0000000000..53ba6949c5 --- /dev/null +++ b/addons/skin.confluence/720p/MyWeather.xml @@ -0,0 +1,915 @@ +<window id="2600">
+ <defaultcontrol always="true">50</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <controls>
+ <include>CommonWeatherBackground</include>
+ <include>CommonMediaPlayingBackground</include>
+ <control type="group">
+ <animation type="WindowOpen" reversible="false">
+ <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" />
+ <effect type="fade" start="0" end="100" time="300" />
+ </animation>
+ <animation type="WindowClose" reversible="false">
+ <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300" />
+ <effect type="fade" start="100" end="0" time="300" />
+ </animation>
+ <visible>!Window.IsVisible(script-twc-main.xml)</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="group">
+ <posx>100</posx>
+ <posy>50</posy>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>500</width>
+ <height>620</height>
+ <texture border="20">ContentPanel.png</texture>
+ </control>
+ <control type="image">
+ <posx>20</posx>
+ <posy>10</posy>
+ <width>460</width>
+ <height>90</height>
+ <aspectratio>stretch</aspectratio>
+ <texture>GlassTitleBar.png</texture>
+ </control>
+ <control type="label">
+ <description>header label</description>
+ <posx>20</posx>
+ <posy>18</posy>
+ <width>460</width>
+ <height>30</height>
+ <font>font13_title</font>
+ <label>31300</label>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>weather location label</description>
+ <posx>20</posx>
+ <posy>60</posy>
+ <width>460</width>
+ <height>30</height>
+ <font>font13_title</font>
+ <textcolor>white</textcolor>
+ <scroll>false</scroll>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>$INFO[Weather.Location]</label>
+ </control>
+ <control type="label">
+ <description>update label</description>
+ <posx>20</posx>
+ <posy>80</posy>
+ <width>460</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>$LOCALIZE[31301] - $INFO[Window.Property(Updated)]</label>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>current temp Value</description>
+ <posx>165</posx>
+ <posy>175</posy>
+ <width>160</width>
+ <height>40</height>
+ <font>WeatherTemp</font>
+ <align>right</align>
+ <aligny>top</aligny>
+ <label>$INFO[Window.Property(Current.Temperature)]</label>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>current temp Value Units</description>
+ <posx>170</posx>
+ <posy>185</posy>
+ <width>100</width>
+ <height>40</height>
+ <font>font16caps</font>
+ <align>left</align>
+ <aligny>top</aligny>
+ <label>$INFO[System.TemperatureUnits]</label>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="image">
+ <description>current weather icon</description>
+ <posx>230</posx>
+ <posy>135</posy>
+ <width>230</width>
+ <height>180</height>
+ <info>Window.Property(Current.ConditionIcon)</info>
+ <aspectratio>keep</aspectratio>
+ </control>
+ <control type="label">
+ <description>current condition label</description>
+ <posx>20</posx>
+ <posy>320</posy>
+ <width>460</width>
+ <height>30</height>
+ <info>Window.Property(Current.Condition)</info>
+ <wrapmultiline>true</wrapmultiline>
+ <font>font13</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="image">
+ <posx>20</posx>
+ <posy>390</posy>
+ <width>460</width>
+ <height>4</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="label">
+ <description>current feels like label</description>
+ <posx>170</posx>
+ <posy>400</posy>
+ <width>170</width>
+ <height>35</height>
+ <font>font13</font>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[402] :</label>
+ <textcolor>grey2</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>current dew label</description>
+ <posx>170</posx>
+ <posy>430</posy>
+ <width>170</width>
+ <height>35</height>
+ <font>font13</font>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[405] :</label>
+ <textcolor>grey2</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>current humidity label</description>
+ <posx>170</posx>
+ <posy>460</posy>
+ <width>170</width>
+ <height>35</height>
+ <font>font13</font>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[406] :</label>
+ <textcolor>grey2</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>current UV Index label</description>
+ <posx>170</posx>
+ <posy>490</posy>
+ <width>170</width>
+ <height>35</height>
+ <font>font13</font>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[403] :</label>
+ <textcolor>grey2</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>current Wind label</description>
+ <posx>170</posx>
+ <posy>520</posy>
+ <width>170</width>
+ <height>35</height>
+ <font>font13</font>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[404] :</label>
+ <textcolor>grey2</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>current feels like Value</description>
+ <posx>185</posx>
+ <posy>400</posy>
+ <width>300</width>
+ <height>35</height>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[Window.Property(Current.FeelsLike)]$INFO[System.TemperatureUnits]</label>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>current dew Value</description>
+ <posx>185</posx>
+ <posy>430</posy>
+ <width>300</width>
+ <height>35</height>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[Window.Property(Current.DewPoint)]$INFO[System.TemperatureUnits]</label>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>current humidity Value</description>
+ <posx>185</posx>
+ <posy>460</posy>
+ <width>300</width>
+ <height>35</height>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>Window.Property(Current.Humidity)</info>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>current UV Index Value</description>
+ <posx>185</posx>
+ <posy>490</posy>
+ <width>300</width>
+ <height>35</height>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>Window.Property(Current.UVIndex)</info>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>current Wind Value</description>
+ <posx>185</posx>
+ <posy>520</posy>
+ <width>300</width>
+ <height>35</height>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>Window.Property(Current.Wind)</info>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ </control>
+ <control type="group">
+ <posx>680</posx>
+ <posy>50</posy>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>500</width>
+ <height>620</height>
+ <texture border="20">ContentPanel.png</texture>
+ </control>
+ <control type="image">
+ <posx>20</posx>
+ <posy>10</posy>
+ <width>460</width>
+ <height>90</height>
+ <aspectratio>stretch</aspectratio>
+ <texture>GlassTitleBar.png</texture>
+ </control>
+ <control type="label">
+ <description>header label</description>
+ <posx>20</posx>
+ <posy>18</posy>
+ <width>460</width>
+ <height>30</height>
+ <font>font13_title</font>
+ <label>10508</label>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="group">
+ <description>day 0</description>
+ <posx>20</posx>
+ <posy>60</posy>
+ <control type="label">
+ <description>Day label</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>460</width>
+ <height>35</height>
+ <font>font13_title</font>
+ <info>Window.Property(Day0.Title)</info>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="image">
+ <description>day icon</description>
+ <posx>370</posx>
+ <posy>40</posy>
+ <height>80</height>
+ <width>80</width>
+ <info>Window.Property(Day0.OutlookIcon)</info>
+ <aspectratio align="right">keep</aspectratio>
+ </control>
+ <control type="label">
+ <description>high label</description>
+ <posx>40</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[419] :</label>
+ <textcolor>grey2</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <visible>Weather.IsFetched</visible>
+ </control>
+ <control type="label">
+ <description>high value</description>
+ <posx>110</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <label>$INFO[Window.Property(Day0.HighTemp)]$INFO[System.TemperatureUnits]</label>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <visible>!IsEmpty(Window.Property(Day0.HighTemp))</visible>
+ </control>
+ <control type="label">
+ <description>low label</description>
+ <posx>220</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[418] :</label>
+ <textcolor>grey2</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <visible>Weather.IsFetched</visible>
+ </control>
+ <control type="label">
+ <description>low value</description>
+ <posx>290</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <label>$INFO[Window.Property(Day0.LowTemp)]$INFO[System.TemperatureUnits]</label>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <visible>!IsEmpty(Window.Property(Day0.LowTemp))</visible>
+ </control>
+ <control type="label">
+ <description>conditions label</description>
+ <posx>40</posx>
+ <posy>80</posy>
+ <width>320</width>
+ <height>20</height>
+ <info>Window.Property(Day0.Outlook)</info>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="image">
+ <posx>20</posx>
+ <posy>120</posy>
+ <width>460</width>
+ <height>4</height>
+ <texture>separator.png</texture>
+ </control>
+ </control>
+ <control type="group">
+ <description>day 1</description>
+ <posx>20</posx>
+ <posy>190</posy>
+ <control type="label">
+ <description>Day label</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>460</width>
+ <height>35</height>
+ <font>font13_title</font>
+ <info>Window.Property(Day1.Title)</info>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="image">
+ <description>day icon</description>
+ <posx>370</posx>
+ <posy>40</posy>
+ <height>80</height>
+ <width>80</width>
+ <info>Window.Property(Day1.OutlookIcon)</info>
+ <aspectratio align="right">keep</aspectratio>
+ </control>
+ <control type="label">
+ <description>high label</description>
+ <posx>40</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[419] :</label>
+ <textcolor>grey2</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <visible>Weather.IsFetched</visible>
+ </control>
+ <control type="label">
+ <description>high value</description>
+ <posx>110</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <label>$INFO[Window.Property(Day1.HighTemp)]$INFO[System.TemperatureUnits]</label>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <visible>!IsEmpty(Window.Property(Day1.HighTemp))</visible>
+ </control>
+ <control type="label">
+ <description>low label</description>
+ <posx>220</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[418] :</label>
+ <textcolor>grey2</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <visible>Weather.IsFetched</visible>
+ </control>
+ <control type="label">
+ <description>low value</description>
+ <posx>290</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <label>$INFO[Window.Property(Day1.LowTemp)]$INFO[System.TemperatureUnits]</label>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <visible>!IsEmpty(Window.Property(Day1.LowTemp))</visible>
+ </control>
+ <control type="label">
+ <description>conditions label</description>
+ <posx>40</posx>
+ <posy>80</posy>
+ <width>320</width>
+ <height>20</height>
+ <info>Window.Property(Day1.Outlook)</info>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="image">
+ <posx>20</posx>
+ <posy>120</posy>
+ <width>460</width>
+ <height>4</height>
+ <texture>separator.png</texture>
+ </control>
+ </control>
+ <control type="group">
+ <description>day 2</description>
+ <posx>20</posx>
+ <posy>320</posy>
+ <control type="label">
+ <description>Day label</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>460</width>
+ <height>35</height>
+ <font>font13_title</font>
+ <info>Window.Property(Day2.Title)</info>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="image">
+ <description>day icon</description>
+ <posx>370</posx>
+ <posy>40</posy>
+ <height>80</height>
+ <width>80</width>
+ <info>Window.Property(Day2.OutlookIcon)</info>
+ <aspectratio align="right">keep</aspectratio>
+ </control>
+ <control type="label">
+ <description>high label</description>
+ <posx>40</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[419] :</label>
+ <textcolor>grey2</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <visible>Weather.IsFetched</visible>
+ </control>
+ <control type="label">
+ <description>high value</description>
+ <posx>110</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <label>$INFO[Window.Property(Day2.HighTemp)]$INFO[System.TemperatureUnits]</label>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <visible>!IsEmpty(Window.Property(Day2.HighTemp))</visible>
+ </control>
+ <control type="label">
+ <description>low label</description>
+ <posx>220</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[418] :</label>
+ <textcolor>grey2</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <visible>Weather.IsFetched</visible>
+ </control>
+ <control type="label">
+ <description>low value</description>
+ <posx>290</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <label>$INFO[Window.Property(Day2.LowTemp)]$INFO[System.TemperatureUnits]</label>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <visible>!IsEmpty(Window.Property(Day2.LowTemp))</visible>
+ </control>
+ <control type="label">
+ <description>conditions label</description>
+ <posx>40</posx>
+ <posy>80</posy>
+ <width>320</width>
+ <height>20</height>
+ <info>Window.Property(Day2.Outlook)</info>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <shadowcolor>black</shadowcolor>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="image">
+ <posx>20</posx>
+ <posy>120</posy>
+ <width>460</width>
+ <height>4</height>
+ <texture>separator.png</texture>
+ </control>
+ </control>
+ <control type="group">
+ <description>day 3</description>
+ <posx>20</posx>
+ <posy>450</posy>
+ <control type="label">
+ <description>Day label</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>460</width>
+ <height>35</height>
+ <font>font13_title</font>
+ <info>Window.Property(Day3.Title)</info>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="image">
+ <description>day icon</description>
+ <posx>370</posx>
+ <posy>40</posy>
+ <height>80</height>
+ <width>80</width>
+ <info>Window.Property(Day3.OutlookIcon)</info>
+ <aspectratio align="right">keep</aspectratio>
+ </control>
+ <control type="label">
+ <description>high label</description>
+ <posx>40</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[419] :</label>
+ <textcolor>grey2</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <visible>Weather.IsFetched</visible>
+ </control>
+ <control type="label">
+ <description>high value</description>
+ <posx>110</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <label>$INFO[Window.Property(Day3.HighTemp)]$INFO[System.TemperatureUnits]</label>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <visible>!IsEmpty(Window.Property(Day3.HighTemp))</visible>
+ </control>
+ <control type="label">
+ <description>low label</description>
+ <posx>220</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[418] :</label>
+ <textcolor>grey2</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <visible>Weather.IsFetched</visible>
+ </control>
+ <control type="label">
+ <description>low value</description>
+ <posx>290</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <label>$INFO[Window.Property(Day3.LowTemp)]$INFO[System.TemperatureUnits]</label>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <visible>!IsEmpty(Window.Property(Day3.LowTemp))</visible>
+ </control>
+ <control type="label">
+ <description>conditions label</description>
+ <posx>40</posx>
+ <posy>80</posy>
+ <width>320</width>
+ <height>20</height>
+ <info>Window.Property(Day3.Outlook)</info>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ </control>
+ </control>
+ </control>
+ <control type="group">
+ <animation effect="slide" start="0,0" end="250,0" time="400" tween="quadratic" easing="out" condition="ControlGroup(9000).HasFocus | ControlGroup(9001).HasFocus | Control.HasFocus(8999)">Conditional</animation>
+ <animation effect="slide" start="0,0" end="-250,0" time="400" tween="quadratic" easing="out" condition="ControlGroup(9000).HasFocus | ControlGroup(9001).HasFocus">WindowClose</animation>
+ <control type="group">
+ <animation effect="slide" end="-240,0" time="300" tween="quadratic" easing="out">WindowClose</animation>
+ <animation effect="slide" start="-15,0" end="0,0" time="300" tween="quadratic" easing="out">WindowOpen</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1</width>
+ <height>720</height>
+ <texture>MediaBladeSub_Part1.png</texture>
+ <animation effect="zoom" start="0,0,1,720" end="0,0,229,720" time="300" tween="quadratic" easing="out" condition="Control.HasFocus(98) | ControlGroup(9001).HasFocus">Conditional</animation>
+ </control>
+ <control type="image">
+ <posx>1</posx>
+ <posy>0</posy>
+ <width>12</width>
+ <height>720</height>
+ <texture>MediaBladeSub_Part2.png</texture>
+ <animation effect="slide" end="228,0" time="300" tween="quadratic" easing="out" condition="Control.HasFocus(98) | ControlGroup(9001).HasFocus">Conditional</animation>
+ </control>
+ </control>
+ <control type="group" id="9001">
+ <posx>-220</posx>
+ <posy>0</posy>
+ <animation effect="fade" start="100" end="0" time="0" condition="!ControlGroup(9001).HasFocus + !Control.HasFocus(98)">conditional</animation>
+ <animation effect="fade" start="0" end="100" delay="300" time="200" condition="Control.HasFocus(98) | ControlGroup(9001).HasFocus">conditional</animation>
+ <animation effect="fade" start="100" end="0" time="0" condition="Control.HasFocus(98) | ControlGroup(9001).HasFocus">WindowClose</animation>
+ <animation effect="slide" end="220,0" time="300" tween="quadratic" easing="out" condition="Control.HasFocus(98) | ControlGroup(9001).HasFocus">conditional</animation>
+ <control type="button">
+ <description>Fake button for mouse control</description>
+ <posx>-15</posx>
+ <posy>0</posy>
+ <width>245</width>
+ <height>720</height>
+ <label>-</label>
+ <font>-</font>
+ <texturenofocus>-</texturenofocus>
+ <texturefocus>-</texturefocus>
+ <visible>true</visible>
+ </control>
+ <control type="image">
+ <posx>185</posx>
+ <posy>200</posy>
+ <width>40</width>
+ <height>40</height>
+ <texture>MediaSubSet.png</texture>
+ </control>
+ <control type="grouplist" id="9010">
+ <posx>10</posx>
+ <posy>250</posy>
+ <width>240</width>
+ <height>550</height>
+ <onleft>9000</onleft>
+ <onright>50</onright>
+ <onup>9010</onup>
+ <ondown>9010</ondown>
+ <itemgap>0</itemgap>
+ <control type="radiobutton" id="200">
+ <description>Fanart Toggle</description>
+ <include>ButtonMediaSubCommonValues</include>
+ <label>31307</label>
+ <onclick>Skin.ToggleSetting(ShowWeatherFanart)</onclick>
+ <selected>!Skin.HasSetting(ShowWeatherFanart)</selected>
+ </control>
+ <control type="button" id="201">
+ <description>Search</description>
+ <include>ButtonMediaSubCommonValues</include>
+ <label>31317</label>
+ <onclick>Skin.SetPath(WeatherFanartDir)</onclick>
+ <enable>Skin.HasSetting(ShowWeatherFanart)</enable>
+ </control>
+ </control>
+ </control>
+ <control type="button" id="8999">
+ <description>Fake button for mouse control</description>
+ <posx>-250</posx>
+ <posy>0</posy>
+ <width>265</width>
+ <height>720</height>
+ <label>-</label>
+ <font>-</font>
+ <texturenofocus>-</texturenofocus>
+ <texturefocus>-</texturefocus>
+ <visible>true</visible>
+ </control>
+ <include>SideBladeLeft</include>
+ <control type="image">
+ <description>LOGO</description>
+ <posx>-230</posx>
+ <posy>50</posy>
+ <width>220</width>
+ <height>80</height>
+ <aspectratio>keep</aspectratio>
+ <texture>Confluence_Logo.png</texture>
+ </control>
+ <control type="group" id="9000">
+ <posx>-250</posx>
+ <posy>130</posy>
+ <include>CommonNowPlaying</include>
+ <control type="spincontrolex" id="3">
+ <description>change location button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <font>-</font>
+ <textoffsetx>10</textoffsetx>
+ <include>ButtonCommonValues</include>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>611</onup>
+ <ondown>2</ondown>
+ </control>
+ <control type="label">
+ <description>change location label</description>
+ <posx>10</posx>
+ <posy>0</posy>
+ <height>40</height>
+ <width>270</width>
+ <font>font13caps</font>
+ <label>31027</label>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="button" id="2">
+ <description>Refresh button</description>
+ <posx>0</posx>
+ <posy>40</posy>
+ <include>ButtonCommonValues</include>
+ <label>103</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>3</onup>
+ <ondown>5</ondown>
+ </control>
+ <control type="button" id="5">
+ <description>Custom Weather Script Button</description>
+ <posx>0</posx>
+ <posy>80</posy>
+ <label>$INFO[Skin.String(WeatherScript_Label)]</label>
+ <onclick>SetFocus(50)</onclick>
+ <onclick>XBMC.RunScript($INFO[Skin.String(WeatherScript_Path)])</onclick>
+ <onclick>SetFocus(50)</onclick>
+ <include>ButtonCommonValues</include>
+ <visible>Skin.HasSetting(WeatherScript_Enable) + !IsEmpty(Skin.String(WeatherScript_Label))</visible>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>2</onup>
+ <ondown>4</ondown>
+ </control>
+ <control type="button" id="4">
+ <description>Settings button</description>
+ <posx>0</posx>
+ <posy>120</posy>
+ <label>5</label>
+ <onclick>ActivateWindow(MyWeatherSettings)</onclick>
+ <include>ButtonCommonValues</include>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>5</onup>
+ <ondown>98</ondown>
+ <animation effect="slide" end="0,-40" time="0" condition="!Control.IsVisible(5)">Conditional</animation>
+ </control>
+ <control type="radiobutton" id="98">
+ <description>Extra Options</description>
+ <hitrect x="0" y="160" w="265" h="40" />
+ <posx>0</posx>
+ <posy>160</posy>
+ <include>ButtonCommonValues</include>
+ <radiowidth>18</radiowidth>
+ <radioheight>18</radioheight>
+ <radioposx>222</radioposx>
+ <radioposy>12</radioposy>
+ <textureradiofocus>HomeHasSub.png</textureradiofocus>
+ <textureradionofocus>HomeHasSub.png</textureradionofocus>
+ <label>31026</label>
+ <onleft>50</onleft>
+ <onright>9010</onright>
+ <onup>4</onup>
+ <ondown>610</ondown>
+ <animation effect="slide" end="0,-40" time="0" condition="!Control.IsVisible(5)">Conditional</animation>
+ </control>
+ <control type="button" id="610">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>98</onup>
+ <ondown>603</ondown>
+ <visible>false</visible>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>260</posy>
+ <include>CommonNowPlaying_Controls</include>
+ </control>
+ <control type="button" id="611">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>608</onup>
+ <ondown>3</ondown>
+ <visible>false</visible>
+ </control>
+ </control>
+ </control>
+ <control type="button" id="50">
+ <description>Fake Button to fix Side Menu Navigation</description>
+ <onleft>3</onleft>
+ <onright>3</onright>
+ <onup>3</onup>
+ <ondown>3</ondown>
+ <visible allowhiddenfocus="true">false</visible>
+ </control>
+ <control type="group">
+ <posx>60</posx>
+ <posy>0</posy>
+ <animation effect="slide" end="-310,0" time="400" tween="quadratic" easing="out">WindowClose</animation>
+ <animation effect="slide" start="-310,0" time="400" tween="quadratic" easing="out">WindowOpen</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>250</width>
+ <height>35</height>
+ <texture border="0,0,32,0">header.png</texture>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <posx>220</posx>
+ <label>$LOCALIZE[8]</label>
+ </control>
+ </control>
+ <include>WindowTitleHomeButton</include>
+ <include>Clock</include>
+ </controls>
+</window>
|