2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window id="0">
|
|
|
|
<defaultcontrol always="true">9000</defaultcontrol>
|
2016-11-08 11:36:35 +01:00
|
|
|
<onload>RunScript(script.skinshortcuts,type=buildxml&mainmenuID=9001&mode=single)</onload>
|
2015-03-27 21:31:13 +01:00
|
|
|
<animation effect="fade" start="100" end="0" time="250">WindowClose</animation>
|
|
|
|
<animation effect="fade" start="0" end="100" time="500" reversible="true">WindowOpen</animation>
|
2014-09-28 20:47:53 +02:00
|
|
|
<controls>
|
2015-03-27 21:31:13 +01:00
|
|
|
<include>globalBackground</include>
|
2015-03-30 21:32:00 +02:00
|
|
|
<!--Date / time and weather-->
|
2016-11-08 11:36:35 +01:00
|
|
|
<control type="group" id="9999">
|
2015-04-19 22:55:23 +02:00
|
|
|
<posx>18-col</posx>
|
2015-03-30 21:32:00 +02:00
|
|
|
<posy>row-21-begin</posy>
|
|
|
|
<control type="label">
|
|
|
|
<posx>8-col</posx>
|
|
|
|
<posy>12</posy>
|
2015-11-09 22:07:33 +01:00
|
|
|
<width>24-col</width>
|
2015-03-30 21:32:00 +02:00
|
|
|
<height>4-row</height>
|
|
|
|
<align>right</align>
|
|
|
|
<font>veryLarge</font>
|
2015-11-25 22:28:11 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2015-03-30 21:32:00 +02:00
|
|
|
<label>$INFO[System.Time]</label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>8-col</posx>
|
|
|
|
<posy>3-row</posy>
|
2015-11-09 22:07:33 +01:00
|
|
|
<width>24-col</width>
|
2015-03-30 21:32:00 +02:00
|
|
|
<height>4-row</height>
|
|
|
|
<align>right</align>
|
|
|
|
<font>Large</font>
|
2015-11-25 22:28:11 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2015-04-01 21:11:01 +02:00
|
|
|
<label>$INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)]</label>
|
2015-03-30 21:32:00 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-11-13 21:24:02 +01:00
|
|
|
<visible>!isempty(Window(Weather).Property(WeatherProvider))</visible>
|
2015-03-30 21:32:00 +02:00
|
|
|
<posx>8-col</posx>
|
2015-03-31 21:21:43 +02:00
|
|
|
<posy>182</posy>
|
2015-11-09 22:07:33 +01:00
|
|
|
<width>24-col</width>
|
2015-03-30 21:32:00 +02:00
|
|
|
<height>3-row</height>
|
|
|
|
<align>right</align>
|
|
|
|
<font>regular</font>
|
2015-11-25 22:28:11 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2015-03-30 21:32:00 +02:00
|
|
|
<label>$INFO[weather.location] [B]$INFO[weather.temperature][/B] [LOWERCASE]$INFO[weather.conditions][/LOWERCASE]</label>
|
|
|
|
</control>
|
2016-11-08 11:36:35 +01:00
|
|
|
<control type="button" id="9876">
|
|
|
|
<posx>800</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<height>1-col</height>
|
|
|
|
<width>1-col</width>
|
|
|
|
<onup>noop</onup>
|
|
|
|
<ondown>6789</ondown>
|
|
|
|
<onleft>9001</onleft>
|
|
|
|
</control>
|
2015-03-30 21:32:00 +02:00
|
|
|
</control>
|
2016-11-08 11:36:35 +01:00
|
|
|
<!--hub menu-->
|
2016-10-05 15:33:07 +02:00
|
|
|
<include>hubMenu</include>
|
|
|
|
<include>hubOptions</include>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--debugging-->
|
|
|
|
<include>DebugGrid</include>
|
|
|
|
<control type="label">
|
|
|
|
<include>WindowID</include>
|
|
|
|
<label>Home.xml</label>
|
|
|
|
</control>
|
|
|
|
</controls>
|
2016-11-08 11:36:35 +01:00
|
|
|
</window>
|