64 lines
2.6 KiB
XML
64 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window id="0">
|
|
<defaultcontrol always="true">9000</defaultcontrol>
|
|
<onload>RunScript(script.skinshortcuts,type=buildxml&mainmenuID=9001&mode=single)</onload>
|
|
<animation effect="fade" start="100" end="0" time="250">WindowClose</animation>
|
|
<animation effect="fade" start="0" end="100" time="500" reversible="true">WindowOpen</animation>
|
|
<controls>
|
|
<include>globalBackground</include>
|
|
<!--Date / time and weather-->
|
|
<control type="group" id="9999">
|
|
<posx>18-col</posx>
|
|
<posy>row-21-begin</posy>
|
|
<control type="label">
|
|
<posx>8-col</posx>
|
|
<posy>12</posy>
|
|
<width>24-col</width>
|
|
<height>4-row</height>
|
|
<align>right</align>
|
|
<font>veryLarge</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[System.Time]</label>
|
|
</control>
|
|
<control type="label">
|
|
<posx>8-col</posx>
|
|
<posy>3-row</posy>
|
|
<width>24-col</width>
|
|
<height>4-row</height>
|
|
<align>right</align>
|
|
<font>Large</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)]</label>
|
|
</control>
|
|
<control type="label">
|
|
<visible>!isempty(Window(Weather).Property(WeatherProvider))</visible>
|
|
<posx>8-col</posx>
|
|
<posy>182</posy>
|
|
<width>24-col</width>
|
|
<height>3-row</height>
|
|
<align>right</align>
|
|
<font>regular</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$INFO[weather.location] [B]$INFO[weather.temperature][/B] [LOWERCASE]$INFO[weather.conditions][/LOWERCASE]</label>
|
|
</control>
|
|
<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>
|
|
</control>
|
|
<!--hub menu-->
|
|
<include>hubMenu</include>
|
|
<include>hubOptions</include>
|
|
<!--debugging-->
|
|
<include>DebugGrid</include>
|
|
<control type="label">
|
|
<include>WindowID</include>
|
|
<label>Home.xml</label>
|
|
</control>
|
|
</controls>
|
|
</window> |