HitcherUK

Untitled

Mar 6th, 2012
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 37.38 KB | None | 0 0
  1. <window id="0">
  2.     <defaultcontrol always="true">9000</defaultcontrol>
  3.     <allowoverlay>no</allowoverlay>
  4.     <controls>
  5.         <control type="multiimage">
  6.             <posx>0</posx>
  7.             <posy>0</posy>
  8.             <width>1280</width>
  9.             <height>720</height>
  10.             <imagepath background="true">$INFO[Container(9000).ListItem.Icon]</imagepath>
  11.             <timeperimage>8000</timeperimage>
  12.             <randomize>true</randomize>
  13.             <fadetime>1000</fadetime>
  14.         </control>
  15.         <include>CommonMediaPlayingBackground</include>
  16.         <control type="image">
  17.             <posx>0</posx>
  18.             <posy>340r</posy>
  19.             <width>1280</width>
  20.             <height>250</height>
  21.             <colordiffuse>AAFFFFFF</colordiffuse>
  22.             <texture>HomeNowPlayingBack.png</texture>
  23.             <include>Window_OpenClose_Animation</include>
  24.         </control>
  25.         <control type="image">
  26.             <posx>0</posx>
  27.             <posy>90r</posy>
  28.             <width>1280</width>
  29.             <height>90</height>
  30.             <texture>floor.png</texture>
  31.             <animation effect="fade" time="250" condition="Window.Previous(Home)">WindowOpen</animation>
  32.             <animation effect="fade" time="250" condition="Window.Next(Home)">WindowClose</animation>
  33.         </control>
  34.         <control type="image">
  35.             <description>LOGO</description>
  36.             <posx>512</posx>
  37.             <posy>145r</posy>
  38.             <width>256</width>
  39.             <height>128</height>
  40.             <aspectratio aligny="bottom">keep</aspectratio>
  41.             <texture>xbmc-logo.png</texture>
  42.             <visible>!IntegerGreaterThan(Container(9002).NumItems,0)</visible>
  43.             <include>VisibleFadeEffect</include>
  44.             <include>Window_OpenClose_Animation</include>
  45.         </control>
  46.         <control type="image">
  47.             <posx>0</posx>
  48.             <posy>125</posy>
  49.             <width>1280</width>
  50.             <height>250</height>
  51.             <colordiffuse>AAFFFFFF</colordiffuse>
  52.             <texture>HomeNowPlayingBack.png</texture>
  53.             <visible>[Player.HasAudio + !Skin.HasSetting(homepageMusicinfo)] | [Player.HasVideo + !Skin.HasSetting(homepageVideoinfo)] | [Container(9000).HasFocus(2) + Skin.HasSetting(homepageShowRecentlyAdded)] | [Container(9000).HasFocus(10) + Skin.HasSetting(homepageShowRecentlyAdded)] | [Container(9000).HasFocus(11) + Skin.HasSetting(homepageShowRecentlyAdded)]</visible>
  54.             <include>Window_OpenClose_Animation</include>
  55.         </control>
  56.         <!-- Music Info -->
  57.         <control type="group">
  58.             <posx>0</posx>
  59.             <posy>20</posy>
  60.             <visible>Player.HasAudio + !Skin.HasSetting(homepageMusicinfo) + ![Container(9000).HasFocus(2) + ![Skin.HasSetting(HomeMenuNoMoviesButton) | Skin.HasSetting(HomeMenuNoTVShowsButton)] + Skin.HasSetting(homepageShowRecentlyAdded)]</visible>
  61.             <include>VisibleFadeEffect</include>
  62.             <include>Window_OpenClose_Animation</include>
  63.             <control type="image">
  64.                 <description>Cover image</description>
  65.                 <posx>20</posx>
  66.                 <posy>45</posy>
  67.                 <width>130</width>
  68.                 <height>300</height>
  69.                 <aspectratio aligny="bottom">keep</aspectratio>
  70.                 <texture>$INFO[MusicPlayer.Cover]</texture>
  71.                 <bordertexture border="8">ThumbBorder.png</bordertexture>
  72.                 <bordersize>5</bordersize>
  73.             </control>
  74.             <control type="label">
  75.                 <description>Album Label</description>
  76.                 <posx>170</posx>
  77.                 <posy>265</posy>
  78.                 <height>25</height>
  79.                 <width>1000</width>
  80.                 <label>$INFO[MusicPlayer.Artist,, - ]$INFO[MusicPlayer.Album]$INFO[musicplayer.discnumber, - $LOCALIZE[427]:]</label>
  81.                 <align>left</align>
  82.                 <aligny>center</aligny>
  83.                 <font>font12</font>
  84.                 <textcolor>white</textcolor>
  85.                 <shadowcolor>black</shadowcolor>
  86.             </control>
  87.             <control type="label">
  88.                 <description>Title label</description>
  89.                 <posx>170</posx>
  90.                 <posy>285</posy>
  91.                 <height>30</height>
  92.                 <width>1000</width>
  93.                 <label>$INFO[MusicPlayer.Title]</label>
  94.                 <align>left</align>
  95.                 <aligny>center</aligny>
  96.                 <font>font13_title</font>
  97.                 <textcolor>white</textcolor>
  98.                 <shadowcolor>black</shadowcolor>
  99.             </control>
  100.             <control type="label">
  101.                 <description>Time Label</description>
  102.                 <posx>170</posx>
  103.                 <posy>310</posy>
  104.                 <height>30</height>
  105.                 <width>300</width>
  106.                 <label>$INFO[Player.Time]$INFO[Player.Duration,[COLOR=blue] / [/COLOR]]</label>
  107.                 <align>left</align>
  108.                 <aligny>center</aligny>
  109.                 <font>font12</font>
  110.                 <textcolor>white</textcolor>
  111.                 <shadowcolor>black</shadowcolor>
  112.             </control>
  113.         </control>
  114.         <!-- Video Info -->
  115.         <control type="group">
  116.             <posx>0</posx>
  117.             <posy>20</posy>
  118.             <visible>Player.HasVideo + !Skin.HasSetting(homepageVideoinfo) + ![Container(9000).HasFocus(2) + ![Skin.HasSetting(HomeMenuNoMoviesButton) | Skin.HasSetting(HomeMenuNoTVShowsButton)] + Skin.HasSetting(homepageShowRecentlyAdded)]</visible>
  119.             <include>VisibleFadeEffect</include>
  120.             <include>Window_OpenClose_Animation</include>
  121.             <control type="group">
  122.                 <visible>!VideoPlayer.Content(Movies) + !VideoPlayer.Content(Episodes)</visible>
  123.                 <control type="image">
  124.                     <description>Cover image</description>
  125.                     <posx>20</posx>
  126.                     <posy>45</posy>
  127.                     <width>150</width>
  128.                     <height>300</height>
  129.                     <aspectratio aligny="bottom">keep</aspectratio>
  130.                     <texture>$INFO[VideoPlayer.Cover]</texture>
  131.                     <bordertexture border="8">ThumbBorder.png</bordertexture>
  132.                     <bordersize>5</bordersize>
  133.                 </control>
  134.                 <control type="label">
  135.                     <description>Title label</description>
  136.                     <posx>190</posx>
  137.                     <posy>285</posy>
  138.                     <height>30</height>
  139.                     <width>1000</width>
  140.                     <label>$INFO[VideoPlayer.Title]</label>
  141.                     <align>left</align>
  142.                     <aligny>center</aligny>
  143.                     <font>font13_title</font>
  144.                     <textcolor>white</textcolor>
  145.                     <shadowcolor>black</shadowcolor>
  146.                 </control>
  147.                 <control type="label">
  148.                     <description>Time Label</description>
  149.                     <posx>190</posx>
  150.                     <posy>310</posy>
  151.                     <height>30</height>
  152.                     <width>300</width>
  153.                     <label>$INFO[Player.Time]$INFO[Player.Duration,[COLOR=blue] / [/COLOR]]</label>
  154.                     <align>left</align>
  155.                     <aligny>center</aligny>
  156.                     <font>font12</font>
  157.                     <textcolor>white</textcolor>
  158.                     <shadowcolor>black</shadowcolor>
  159.                 </control>
  160.             </control>
  161.             <control type="group">
  162.                 <visible>VideoPlayer.Content(Movies)</visible>
  163.                 <control type="image">
  164.                     <description>Cover image</description>
  165.                     <posx>20</posx>
  166.                     <posy>45</posy>
  167.                     <width>150</width>
  168.                     <height>300</height>
  169.                     <aspectratio aligny="bottom">keep</aspectratio>
  170.                     <texture>$INFO[VideoPlayer.Cover]</texture>
  171.                     <bordertexture border="8">ThumbBorder.png</bordertexture>
  172.                     <bordersize>5</bordersize>
  173.                 </control>
  174.                 <control type="label">
  175.                     <description>Studio label</description>
  176.                     <posx>180</posx>
  177.                     <posy>265</posy>
  178.                     <height>25</height>
  179.                     <width>1000</width>
  180.                     <label>$INFO[VideoPlayer.Studio]</label>
  181.                     <align>left</align>
  182.                     <aligny>center</aligny>
  183.                     <font>font12</font>
  184.                     <textcolor>white</textcolor>
  185.                     <shadowcolor>black</shadowcolor>
  186.                 </control>
  187.                 <control type="label">
  188.                     <description>Title label</description>
  189.                     <posx>180</posx>
  190.                     <posy>285</posy>
  191.                     <height>30</height>
  192.                     <width>1000</width>
  193.                     <label>$INFO[VideoPlayer.Title]$INFO[VideoPlayer.Year,[COLOR=grey] (,)[/COLOR]]</label>
  194.                     <align>left</align>
  195.                     <aligny>center</aligny>
  196.                     <font>font13_title</font>
  197.                     <textcolor>white</textcolor>
  198.                     <shadowcolor>black</shadowcolor>
  199.                 </control>
  200.                 <control type="label">
  201.                     <description>Time Label</description>
  202.                     <posx>180</posx>
  203.                     <posy>310</posy>
  204.                     <height>30</height>
  205.                     <width>300</width>
  206.                     <label>$INFO[Player.Time]$INFO[Player.Duration,[COLOR=blue] / [/COLOR]]</label>
  207.                     <align>left</align>
  208.                     <aligny>center</aligny>
  209.                     <font>font12</font>
  210.                     <textcolor>white</textcolor>
  211.                     <shadowcolor>black</shadowcolor>
  212.                 </control>
  213.             </control>
  214.             <control type="group">
  215.                 <visible>VideoPlayer.Content(Episodes)</visible>
  216.                 <control type="image">
  217.                     <description>Cover image</description>
  218.                     <posx>20</posx>
  219.                     <posy>45</posy>
  220.                     <width>200</width>
  221.                     <height>300</height>
  222.                     <aspectratio aligny="bottom">keep</aspectratio>
  223.                     <texture>$INFO[VideoPlayer.Cover]</texture>
  224.                     <bordertexture border="8">ThumbBorder.png</bordertexture>
  225.                     <bordersize>5</bordersize>
  226.                 </control>
  227.                 <control type="label">
  228.                     <description>TV Show Season Ep Label</description>
  229.                     <posx>240</posx>
  230.                     <posy>265</posy>
  231.                     <height>25</height>
  232.                     <width>1000</width>
  233.                     <label>$INFO[VideoPlayer.TVShowTitle] ($LOCALIZE[20373] $INFO[VideoPlayer.Season] - $LOCALIZE[20359] $INFO[VideoPlayer.episode])</label>
  234.                     <align>left</align>
  235.                     <aligny>center</aligny>
  236.                     <font>font12</font>
  237.                     <textcolor>white</textcolor>
  238.                     <shadowcolor>black</shadowcolor>
  239.                 </control>
  240.                 <control type="label">
  241.                     <description>Title label</description>
  242.                     <posx>240</posx>
  243.                     <posy>285</posy>
  244.                     <height>30</height>
  245.                     <width>1000</width>
  246.                     <label>$INFO[VideoPlayer.Title]</label>
  247.                     <align>left</align>
  248.                     <aligny>center</aligny>
  249.                     <font>font13_title</font>
  250.                     <textcolor>white</textcolor>
  251.                     <shadowcolor>black</shadowcolor>
  252.                 </control>
  253.                 <control type="label">
  254.                     <description>Time Label</description>
  255.                     <posx>240</posx>
  256.                     <posy>310</posy>
  257.                     <height>30</height>
  258.                     <width>300</width>
  259.                     <label>$INFO[Player.Time]$INFO[Player.Duration,[COLOR=blue] / [/COLOR]]</label>
  260.                     <align>left</align>
  261.                     <aligny>center</aligny>
  262.                     <font>font12</font>
  263.                     <textcolor>white</textcolor>
  264.                     <shadowcolor>black</shadowcolor>
  265.                 </control>
  266.             </control>
  267.         </control>
  268.         <include condition="Skin.HasSetting(homepageShowRecentlyAdded)">HomeRecentlyAddedInfo</include>
  269.         <control type="button" id="9003">
  270.             <description>Hidden Button to pass through navigation when recently added is disabled</description>
  271.             <posx>-20</posx>
  272.             <posy>-20</posy>
  273.             <width>1</width>
  274.             <height>1</height>
  275.             <label>-</label>
  276.             <font>-</font>
  277.             <texturefocus>-</texturefocus>
  278.             <texturenofocus>-</texturenofocus>
  279.             <onleft>9000</onleft>
  280.             <onright>9000</onright>
  281.             <onup>20</onup>
  282.             <ondown>9000</ondown>
  283.             <visible>false</visible>
  284.         </control>
  285.         <control type="group">
  286.             <description>Controls for currently playing media</description>
  287.             <posx>400r</posx>
  288.             <posy>340</posy>
  289.             <visible>Player.HasMedia</visible>
  290.             <include>VisibleFadeEffect</include>
  291.             <animation type="WindowOpen" reversible="false">
  292.                 <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" />
  293.                 <effect type="fade" start="0" end="100" time="300" />
  294.             </animation>
  295.             <animation type="WindowClose" reversible="false">
  296.                 <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300" />
  297.                 <effect type="fade" start="100" end="0" time="300" />
  298.             </animation>
  299.             <control type="image">
  300.                 <description>Background End image</description>
  301.                 <posx>0</posx>
  302.                 <posy>0</posy>
  303.                 <width>35</width>
  304.                 <height>35</height>
  305.                 <colordiffuse>CCFFFFFF</colordiffuse>
  306.                 <texture flipy="true" border="0,5,0,0" flipx="true">HomeSubEnd.png</texture>
  307.             </control>
  308.             <control type="group" id="600">
  309.                 <posx>35</posx>
  310.                 <onup>9003</onup>
  311.                 <ondown>9000</ondown>
  312.                 <defaultcontrol>603</defaultcontrol>
  313.                 <control type="image">
  314.                     <description>Background image</description>
  315.                     <posx>0</posx>
  316.                     <posy>0</posy>
  317.                     <width>205</width>
  318.                     <height>35</height>
  319.                     <texture flipy="true" border="0,5,0,0">HomeSubNF.png</texture>
  320.                     <colordiffuse>CCFFFFFF</colordiffuse>
  321.                 </control>
  322.                 <control type="button" id="601">
  323.                     <posx>10</posx>
  324.                     <posy>2</posy>
  325.                     <width>30</width>
  326.                     <height>30</height>
  327.                     <label>-</label>
  328.                     <texturefocus>OSDPrevTrackFO.png</texturefocus>
  329.                     <texturenofocus>OSDPrevTrackNF.png</texturenofocus>
  330.                     <onleft>607</onleft>
  331.                     <onright>602</onright>
  332.                     <onup>9003</onup>
  333.                     <ondown>9000</ondown>
  334.                     <onclick>XBMC.PlayerControl(Previous)</onclick>
  335.                 </control>
  336.                 <control type="button" id="602">
  337.                     <posx>40</posx>
  338.                     <posy>2</posy>
  339.                     <width>30</width>
  340.                     <height>30</height>
  341.                     <label>-</label>
  342.                     <texturefocus>OSDRewindFO.png</texturefocus>
  343.                     <texturenofocus>OSDRewindNF.png</texturenofocus>
  344.                     <onleft>601</onleft>
  345.                     <onright>603</onright>
  346.                     <onup>9003</onup>
  347.                     <ondown>9000</ondown>
  348.                     <onclick>XBMC.PlayerControl(Rewind)</onclick>
  349.                 </control>
  350.                 <control type="togglebutton" id="603">
  351.                     <posx>70</posx>
  352.                     <posy>2</posy>
  353.                     <width>30</width>
  354.                     <height>30</height>
  355.                     <label>-</label>
  356.                     <texturefocus>OSDPauseFO.png</texturefocus>
  357.                     <texturenofocus>OSDPauseNF.png</texturenofocus>
  358.                     <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
  359.                     <alttexturefocus>OSDPlayFO.png</alttexturefocus>
  360.                     <alttexturenofocus>OSDPlayNF.png</alttexturenofocus>
  361.                     <onleft>602</onleft>
  362.                     <onright>604</onright>
  363.                     <onup>9003</onup>
  364.                     <ondown>9000</ondown>
  365.                     <onclick>XBMC.PlayerControl(Play)</onclick>
  366.                 </control>
  367.                 <control type="button" id="604">
  368.                     <posx>100</posx>
  369.                     <posy>2</posy>
  370.                     <width>30</width>
  371.                     <height>30</height>
  372.                     <label>-</label>
  373.                     <texturefocus>OSDStopFO.png</texturefocus>
  374.                     <texturenofocus>OSDStopNF.png</texturenofocus>
  375.                     <onleft>603</onleft>
  376.                     <onright>605</onright>
  377.                     <onup>9003</onup>
  378.                     <ondown>9000</ondown>
  379.                     <onclick>down</onclick>
  380.                     <onclick>XBMC.PlayerControl(Stop)</onclick>
  381.                 </control>
  382.                 <control type="button" id="605">
  383.                     <posx>130</posx>
  384.                     <posy>2</posy>
  385.                     <width>30</width>
  386.                     <height>30</height>
  387.                     <label>-</label>
  388.                     <texturefocus>OSDForwardFO.png</texturefocus>
  389.                     <texturenofocus>OSDForwardNF.png</texturenofocus>
  390.                     <onleft>604</onleft>
  391.                     <onright>606</onright>
  392.                     <onup>9003</onup>
  393.                     <ondown>9000</ondown>
  394.                     <onclick>XBMC.PlayerControl(Forward)</onclick>
  395.                 </control>
  396.                 <control type="button" id="606">
  397.                     <posx>160</posx>
  398.                     <posy>2</posy>
  399.                     <width>30</width>
  400.                     <height>30</height>
  401.                     <label>-</label>
  402.                     <texturefocus>OSDNextTrackFO.png</texturefocus>
  403.                     <texturenofocus>OSDNextTrackNF.png</texturenofocus>
  404.                     <onleft>605</onleft>
  405.                     <onright>607</onright>
  406.                     <onup>9003</onup>
  407.                     <ondown>9000</ondown>
  408.                     <onclick>XBMC.PlayerControl(Next)</onclick>
  409.                 </control>
  410.             </control>
  411.             <control type="radiobutton" id="607">
  412.                 <colordiffuse>CCFFFFFF</colordiffuse>
  413.                 <description>Go to fullscreen Playback</description>
  414.                 <posx>240</posx>
  415.                 <posy>0</posy>
  416.                 <height>35</height>
  417.                 <width>160</width>
  418.                 <textwidth>150</textwidth>
  419.                 <textoffsetx>10</textoffsetx>
  420.                 <align>left</align>
  421.                 <aligny>center</aligny>
  422.                 <font>font12</font>
  423.                 <textcolor>grey2</textcolor>
  424.                 <focusedcolor>white</focusedcolor>
  425.                 <texturefocus flipy="true" border="5">HomeSubFO.png</texturefocus>
  426.                 <texturenofocus flipy="true" border="5">HomeSubNF.png</texturenofocus>
  427.                 <pulseonselect>false</pulseonselect>
  428.                 <label>31008</label>
  429.                 <onclick>fullscreen</onclick>
  430.                 <textureradiofocus>GoFullscreen.png</textureradiofocus>
  431.                 <textureradionofocus>GoFullscreen.png</textureradionofocus>
  432.                 <onleft>606</onleft>
  433.                 <onright>601</onright>
  434.                 <onup>9003</onup>
  435.                 <ondown>9000</ondown>
  436.             </control>
  437.         </control>
  438.         <control type="group">
  439.             <posy>370</posy>
  440.             <animation type="WindowOpen" reversible="false">
  441.                 <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" />
  442.                 <effect type="fade" start="0" end="100" time="300" />
  443.             </animation>
  444.             <animation type="WindowClose" reversible="false">
  445.                 <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300" />
  446.                 <effect type="fade" start="100" end="0" time="300" />
  447.             </animation>
  448.             <control type="group" id="9001">
  449.                 <posx>0</posx>
  450.                 <posy>70</posy>
  451.                 <onup>9000</onup>
  452.                 <ondown>9002</ondown>
  453.                 <control type="grouplist" id="9010">
  454.                     <include>HomeSubMenuCommonValues</include>
  455.                     <onleft>9010</onleft>
  456.                     <onright>9010</onright>
  457.                     <visible>Container(9000).HasFocus(2)</visible>
  458.                     <include>HomeSubMenuVideos</include> <!-- Buttons for the grouplist -->
  459.                 </control>
  460.                 <control type="grouplist" id="9016">
  461.                     <include>HomeSubMenuCommonValues</include>
  462.                     <onleft>9016</onleft>
  463.                     <onright>9016</onright>
  464.                     <visible>Container(9000).HasFocus(10)</visible>
  465.                     <include>HomeSubMenuMovies</include> <!-- Buttons for the grouplist -->
  466.                 </control>
  467.                 <control type="grouplist" id="9017">
  468.                     <include>HomeSubMenuCommonValues</include>
  469.                     <onleft>9017</onleft>
  470.                     <onright>9017</onright>
  471.                     <visible>Container(9000).HasFocus(11)</visible>
  472.                     <include>HomeSubMenuTVShows</include> <!-- Buttons for the grouplist -->
  473.                 </control>
  474.                 <control type="grouplist" id="9011">
  475.                     <include>HomeSubMenuCommonValues</include>
  476.                     <onleft>9011</onleft>
  477.                     <onright>9011</onright>
  478.                     <visible>Container(9000).HasFocus(3)</visible>
  479.                     <include>HomeSubMenuMusic</include> <!-- Buttons for the grouplist -->
  480.                 </control>
  481.                 <control type="grouplist" id="9012">
  482.                     <include>HomeSubMenuCommonValues</include>
  483.                     <onleft>9012</onleft>
  484.                     <onright>9012</onright>
  485.                     <visible>Container(9000).HasFocus(5)</visible>
  486.                     <include>HomeSubMenuSystem</include> <!-- Buttons for the grouplist -->
  487.                 </control>
  488.                 <control type="grouplist" id="9013">
  489.                     <include>HomeSubMenuCommonValues</include>
  490.                     <onleft>9013</onleft>
  491.                     <onright>9013</onright>
  492.                     <visible>Container(9000).HasFocus(6)</visible>
  493.                     <include>HomeSubMenuPlayDisc</include> <!-- Buttons for the grouplist -->
  494.                 </control>
  495.                 <control type="grouplist" id="9014">
  496.                     <include>HomeSubMenuCommonValues</include>
  497.                     <onleft>9013</onleft>
  498.                     <onright>9013</onright>
  499.                     <visible>Container(9000).HasFocus(4)</visible>
  500.                     <include>HomeSubMenuPictures</include> <!-- Buttons for the grouplist -->
  501.                 </control>
  502.             </control>
  503.             <control type="image">
  504.                 <posx>-100</posx>
  505.                 <posy>0</posy>
  506.                 <width>1480</width>
  507.                 <height>75</height>
  508.                 <texture border="0,6,0,6">HomeBack.png</texture>
  509.             </control>
  510.             <control type="image">
  511.                 <posx>0</posx>
  512.                 <posy>5</posy>
  513.                 <width>1280</width>
  514.                 <height>6</height>
  515.                 <texture>HomeOverlay1.png</texture>
  516.             </control>
  517.             <control type="wraplist" id="9000">
  518.                 <posx>-110</posx>
  519.                 <posy>5</posy>
  520.                 <width>1500</width>
  521.                 <height>60</height>
  522.                 <onleft>9000</onleft>
  523.                 <onright>9000</onright>
  524.                 <onup>600</onup>
  525.                 <ondown>9001</ondown>
  526.                 <pagecontrol>-</pagecontrol>
  527.                 <scrolltime>300</scrolltime>
  528.                 <focusposition>2</focusposition>
  529.                 <movement>1</movement>
  530.                 <orientation>Horizontal</orientation>
  531.                 <itemlayout height="60" width="300">
  532.                     <control type="image">
  533.                         <posx>0</posx>
  534.                         <posy>4</posy>
  535.                         <width>1</width>
  536.                         <height>52</height>
  537.                         <texture>HomeSeperator.png</texture>
  538.                     </control>
  539.                     <control type="image">
  540.                         <posx>299</posx>
  541.                         <posy>4</posy>
  542.                         <width>1</width>
  543.                         <height>52</height>
  544.                         <texture>HomeSeperator.png</texture>
  545.                     </control>
  546.                     <control type="label">
  547.                         <posx>150</posx>
  548.                         <posy>0</posy>
  549.                         <width>290</width>
  550.                         <height>60</height>
  551.                         <font>font50caps_title</font>
  552.                         <textcolor>grey3</textcolor>
  553.                         <align>center</align>
  554.                         <aligny>center</aligny>
  555.                         <label>$INFO[ListItem.Label]</label>
  556.                     </control>
  557.                 </itemlayout>
  558.                 <focusedlayout height="60" width="300">
  559.                     <control type="image">
  560.                         <posx>0</posx>
  561.                         <posy>4</posy>
  562.                         <width>1</width>
  563.                         <height>52</height>
  564.                         <texture>HomeSeperator.png</texture>
  565.                     </control>
  566.                     <control type="image">
  567.                         <posx>299</posx>
  568.                         <posy>4</posy>
  569.                         <width>1</width>
  570.                         <height>52</height>
  571.                         <texture>HomeSeperator.png</texture>
  572.                     </control>
  573.                     <control type="label">
  574.                         <posx>150</posx>
  575.                         <posy>0</posy>
  576.                         <width>290</width>
  577.                         <height>60</height>
  578.                         <font>font50caps_title</font>
  579.                         <textcolor>white</textcolor>
  580.                         <align>center</align>
  581.                         <aligny>center</aligny>
  582.                         <label>$INFO[ListItem.Label]</label>
  583.                         <animation effect="fade" start="50" end="100" time="200" >Focus</animation>
  584.                     </control>
  585.                 </focusedlayout>
  586.                 <content>
  587.                     <item id="2">
  588.                         <label>3</label>
  589.                         <onclick condition="!Skin.HasSetting(HomeVideostoFiles)">ActivateWindow(Videos)</onclick>
  590.                         <onclick condition="Skin.HasSetting(HomeVideostoFiles)">ActivateWindow(Videos,Files,Return)</onclick>
  591.                         <icon>special://skin/backgrounds/videos.jpg</icon>
  592.                         <thumb>$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</thumb>
  593.                         <visible>!Skin.HasSetting(HomeMenuNoVideosButton)</visible>
  594.                     </item>
  595.                     <item id="10">
  596.                         <label>20342</label>
  597.                         <onclick>ActivateWindow(Videos,MovieTitles,return)</onclick>
  598.                         <icon>special://skin/backgrounds/videos.jpg</icon>
  599.                         <thumb>$INFO[Skin.String(Home_Custom_Back_Movies_Folder)]</thumb>
  600.                         <visible>Skin.HasSetting(HomeMenuNoMoviesButton) + Library.HasContent(Movies)</visible>
  601.                     </item>
  602.                     <item id="11">
  603.                         <label>20343</label>
  604.                         <onclick>ActivateWindow(Videos,TVShowTitles,return)</onclick>
  605.                         <icon>special://skin/backgrounds/videos.jpg</icon>
  606.                         <thumb>$INFO[Skin.String(Home_Custom_Back_TVShow_Folder)]</thumb>
  607.                         <visible>Skin.HasSetting(HomeMenuNoTVShowsButton) + Library.HasContent(TVShows)</visible>
  608.                     </item>
  609.                     <item id="5">
  610.                         <label>13000</label>
  611.                         <onclick>ActivateWindow(Settings)</onclick>
  612.                         <icon>special://skin/backgrounds/settings.jpg</icon>
  613.                         <thumb>$INFO[Skin.String(Home_Custom_Back_Settings_Folder)]</thumb>
  614.                     </item>
  615.                 </content>
  616.             </control>
  617.             <control type="image">
  618.                 <posx>0</posx>
  619.                 <posy>6</posy>
  620.                 <width>128</width>
  621.                 <height>50</height>
  622.                 <texture>SideFade.png</texture>
  623.             </control>
  624.             <control type="image">
  625.                 <posx>128r</posx>
  626.                 <posy>6</posy>
  627.                 <width>128</width>
  628.                 <height>60</height>
  629.                 <texture flipx="true">SideFade.png</texture>
  630.             </control>
  631.         </control>
  632.         <control type="fixedlist" id="9002">
  633.             <animation effect="slide" start="0,0" end="-91,0" time="0" condition="StringCompare(Container(9002).NumItems,2) | StringCompare(Container(9002).NumItems,4)">conditional</animation>
  634.             <include>Window_OpenClose_Animation</include>
  635.             <posx>0</posx>
  636.             <posy>190r</posy>
  637.             <width>1280</width>
  638.             <height>200</height>
  639.             <onleft>9002</onleft>
  640.             <onright>9002</onright>
  641.             <onup>9001</onup>
  642.             <ondown>20</ondown>
  643.             <pagecontrol>-</pagecontrol>
  644.             <scrolltime>300</scrolltime>
  645.             <focusposition>3</focusposition>
  646.             <movement>2</movement>
  647.             <orientation>Horizontal</orientation>
  648.             <itemlayout height="200" width="182">
  649.                 <control type="image">
  650.                     <posx>0</posx>
  651.                     <posy>0</posy>
  652.                     <width>180</width>
  653.                     <height>120</height>
  654.                     <aspectratio aligny="bottom">keep</aspectratio>
  655.                     <bordertexture border="5">button-nofocus.png</bordertexture>
  656.                     <bordersize>5</bordersize>
  657.                     <texture background="true">$INFO[ListItem.Icon]</texture>
  658.                 </control>
  659.                 <control type="image">
  660.                     <posx>5</posx>
  661.                     <posy>120</posy>
  662.                     <width>170</width>
  663.                     <height>110</height>
  664.                     <aspectratio aligny="top">keep</aspectratio>
  665.                     <texture diffuse="diffuse_mirror2.png" flipy="true" background="true">$INFO[ListItem.Icon]</texture>
  666.                 </control>
  667.                 <control type="label">
  668.                     <posx>91</posx>
  669.                     <posy>125</posy>
  670.                     <width>180</width>
  671.                     <height>20</height>
  672.                     <font>font12</font>
  673.                     <textcolor>grey2</textcolor>
  674.                     <align>center</align>
  675.                     <aligny>center</aligny>
  676.                     <label>$INFO[ListItem.Label]</label>
  677.                 </control>
  678.             </itemlayout>
  679.             <focusedlayout height="200" width="182">
  680.                 <control type="image">
  681.                     <posx>0</posx>
  682.                     <posy>0</posy>
  683.                     <width>180</width>
  684.                     <height>120</height>
  685.                     <aspectratio aligny="bottom">keep</aspectratio>
  686.                     <bordertexture border="5">button-nofocus.png</bordertexture>
  687.                     <bordersize>5</bordersize>
  688.                     <texture background="true">$INFO[ListItem.Icon]</texture>
  689.                     <visible>!Control.HasFocus(9002)</visible>
  690.                 </control>
  691.                 <control type="image">
  692.                     <posx>0</posx>
  693.                     <posy>0</posy>
  694.                     <width>180</width>
  695.                     <height>120</height>
  696.                     <aspectratio aligny="bottom">keep</aspectratio>
  697.                     <bordertexture border="5">folder-focus.png</bordertexture>
  698.                     <bordersize>5</bordersize>
  699.                     <texture background="true">$INFO[ListItem.Icon]</texture>
  700.                     <visible>Control.HasFocus(9002)</visible>
  701.                 </control>
  702.                 <control type="image">
  703.                     <posx>5</posx>
  704.                     <posy>120</posy>
  705.                     <width>170</width>
  706.                     <height>110</height>
  707.                     <aspectratio aligny="top">keep</aspectratio>
  708.                     <texture diffuse="diffuse_mirror2.png" flipy="true" background="true">$INFO[ListItem.Icon]</texture>
  709.                 </control>
  710.                 <control type="label">
  711.                     <posx>91</posx>
  712.                     <posy>125</posy>
  713.                     <width>180</width>
  714.                     <height>20</height>
  715.                     <font>font12</font>
  716.                     <textcolor>white</textcolor>
  717.                     <align>center</align>
  718.                     <aligny>center</aligny>
  719.                     <label>$INFO[ListItem.Label]</label>
  720.                     <visible>Control.HasFocus(9002)</visible>
  721.                 </control>
  722.                 <control type="label">
  723.                     <posx>91</posx>
  724.                     <posy>125</posy>
  725.                     <width>180</width>
  726.                     <height>20</height>
  727.                     <font>font12</font>
  728.                     <textcolor>grey2</textcolor>
  729.                     <align>center</align>
  730.                     <aligny>center</aligny>
  731.                     <label>$INFO[ListItem.Label]</label>
  732.                     <visible>!Control.HasFocus(9002)</visible>
  733.                 </control>
  734.             </focusedlayout>
  735.             <content>
  736.                 <item>
  737.                     <label>$INFO[system.addontitle(Skin.String(HomeVideosButton1))]</label>
  738.                     <onclick>RunAddon($INFO[Skin.String(HomeVideosButton1)])</onclick>
  739.                     <icon>$INFO[system.addonicon(Skin.String(HomeVideosButton1))]</icon>
  740.                     <thumb>-</thumb>
  741.                     <visible>[Container(9000).HasFocus(2) | Container(9000).HasFocus(10) | Container(9000).HasFocus(11)] + !IsEmpty(Skin.String(HomeVideosButton1))</visible>
  742.                 </item>
  743.                 <item>
  744.                     <label>$INFO[system.addontitle(Skin.String(HomeVideosButton2))]</label>
  745.                     <onclick>RunAddon($INFO[Skin.String(HomeVideosButton2)])</onclick>
  746.                     <icon>$INFO[system.addonicon(Skin.String(HomeVideosButton2))]</icon>
  747.                     <thumb>-</thumb>
  748.                     <visible>[Container(9000).HasFocus(2) | Container(9000).HasFocus(10) | Container(9000).HasFocus(11)] + !IsEmpty(Skin.String(HomeVideosButton2))</visible>
  749.                 </item>
  750.                 <item>
  751.                     <label>$INFO[system.addontitle(Skin.String(HomeVideosButton3))]</label>
  752.                     <onclick>RunAddon($INFO[Skin.String(HomeVideosButton3)])</onclick>
  753.                     <icon>$INFO[system.addonicon(Skin.String(HomeVideosButton3))]</icon>
  754.                     <thumb>-</thumb>
  755.                     <visible>[Container(9000).HasFocus(2) | Container(9000).HasFocus(10) | Container(9000).HasFocus(11)] + !IsEmpty(Skin.String(HomeVideosButton3))</visible>
  756.                 </item>
  757.                 <item>
  758.                     <label>$INFO[system.addontitle(Skin.String(HomeVideosButton4))]</label>
  759.                     <onclick>RunAddon($INFO[Skin.String(HomeVideosButton4)])</onclick>
  760.                     <icon>$INFO[system.addonicon(Skin.String(HomeVideosButton4))]</icon>
  761.                     <thumb>-</thumb>
  762.                     <visible>[Container(9000).HasFocus(2) | Container(9000).HasFocus(10) | Container(9000).HasFocus(11)] + !IsEmpty(Skin.String(HomeVideosButton4))</visible>
  763.                 </item>
  764.                 <item>
  765.                     <label>$INFO[system.addontitle(Skin.String(HomeVideosButton5))]</label>
  766.                     <onclick>RunAddon($INFO[Skin.String(HomeVideosButton5)])</onclick>
  767.                     <icon>$INFO[system.addonicon(Skin.String(HomeVideosButton5))]</icon>
  768.                     <thumb>-</thumb>
  769.                     <visible>[Container(9000).HasFocus(2) | Container(9000).HasFocus(10) | Container(9000).HasFocus(11)] + !IsEmpty(Skin.String(HomeVideosButton5))</visible>
  770.                 </item>
  771.  
  772.                 <item>
  773.                     <label>$INFO[system.addontitle(Skin.String(HomeMusicButton1))]</label>
  774.                     <onclick>RunAddon($INFO[Skin.String(HomeMusicButton1)])</onclick>
  775.                     <icon>$INFO[system.addonicon(Skin.String(HomeMusicButton1))]</icon>
  776.                     <thumb>-</thumb>
  777.                     <visible>Container(9000).HasFocus(3) + !IsEmpty(Skin.String(HomeMusicButton1))</visible>
  778.                 </item>
  779.                 <item>
  780.                     <label>$INFO[system.addontitle(Skin.String(HomeMusicButton2))]</label>
  781.                     <onclick>RunAddon($INFO[Skin.String(HomeMusicButton2)])</onclick>
  782.                     <icon>$INFO[system.addonicon(Skin.String(HomeMusicButton2))]</icon>
  783.                     <thumb>-</thumb>
  784.                     <visible>Container(9000).HasFocus(3) + !IsEmpty(Skin.String(HomeMusicButton2))</visible>
  785.                 </item>
  786.                 <item>
  787.                     <label>$INFO[system.addontitle(Skin.String(HomeMusicButton3))]</label>
  788.                     <onclick>RunAddon($INFO[Skin.String(HomeMusicButton3)])</onclick>
  789.                     <icon>$INFO[system.addonicon(Skin.String(HomeMusicButton3))]</icon>
  790.                     <thumb>-</thumb>
  791.                     <visible>Container(9000).HasFocus(3) + !IsEmpty(Skin.String(HomeMusicButton3))</visible>
  792.                 </item>
  793.                 <item>
  794.                     <label>$INFO[system.addontitle(Skin.String(HomeMusicButton4))]</label>
  795.                     <onclick>RunAddon($INFO[Skin.String(HomeMusicButton4)])</onclick>
  796.                     <icon>$INFO[system.addonicon(Skin.String(HomeMusicButton4))]</icon>
  797.                     <thumb>-</thumb>
  798.                     <visible>Container(9000).HasFocus(3) + !IsEmpty(Skin.String(HomeMusicButton4))</visible>
  799.                 </item>
  800.                 <item>
  801.                     <label>$INFO[system.addontitle(Skin.String(HomeMusicButton5))]</label>
  802.                     <onclick>RunAddon($INFO[Skin.String(HomeMusicButton5)])</onclick>
  803.                     <icon>$INFO[system.addonicon(Skin.String(HomeMusicButton5))]</icon>
  804.                     <thumb>-</thumb>
  805.                     <visible>Container(9000).HasFocus(3) + !IsEmpty(Skin.String(HomeMusicButton5))</visible>
  806.                 </item>
  807.  
  808.                 <item>
  809.                     <label>$INFO[system.addontitle(Skin.String(HomePictureButton1))]</label>
  810.                     <onclick>RunAddon($INFO[Skin.String(HomePictureButton1)])</onclick>
  811.                     <icon>$INFO[system.addonicon(Skin.String(HomePictureButton1))]</icon>
  812.                     <thumb>-</thumb>
  813.                     <visible>Container(9000).HasFocus(4) + !IsEmpty(Skin.String(HomePictureButton1))</visible>
  814.                 </item>
  815.                 <item>
  816.                     <label>$INFO[system.addontitle(Skin.String(HomePictureButton2))]</label>
  817.                     <onclick>RunAddon($INFO[Skin.String(HomePictureButton2)])</onclick>
  818.                     <icon>$INFO[system.addonicon(Skin.String(HomePictureButton2))]</icon>
  819.                     <thumb>-</thumb>
  820.                     <visible>Container(9000).HasFocus(4) + !IsEmpty(Skin.String(HomePictureButton2))</visible>
  821.                 </item>
  822.                 <item>
  823.                     <label>$INFO[system.addontitle(Skin.String(HomePictureButton3))]</label>
  824.                     <onclick>RunAddon($INFO[Skin.String(HomePictureButton3)])</onclick>
  825.                     <icon>$INFO[system.addonicon(Skin.String(HomePictureButton3))]</icon>
  826.                     <thumb>-</thumb>
  827.                     <visible>Container(9000).HasFocus(4) + !IsEmpty(Skin.String(HomePictureButton3))</visible>
  828.                 </item>
  829.                 <item>
  830.                     <label>$INFO[system.addontitle(Skin.String(HomePictureButton4))]</label>
  831.                     <onclick>RunAddon($INFO[Skin.String(HomePictureButton4)])</onclick>
  832.                     <icon>$INFO[system.addonicon(Skin.String(HomePictureButton4))]</icon>
  833.                     <thumb>-</thumb>
  834.                     <visible>Container(9000).HasFocus(4) + !IsEmpty(Skin.String(HomePictureButton4))</visible>
  835.                 </item>
  836.                 <item>
  837.                     <label>$INFO[system.addontitle(Skin.String(HomePictureButton5))]</label>
  838.                     <onclick>RunAddon($INFO[Skin.String(HomePictureButton5)])</onclick>
  839.                     <icon>$INFO[system.addonicon(Skin.String(HomePictureButton5))]</icon>
  840.                     <thumb>-</thumb>
  841.                     <visible>Container(9000).HasFocus(4) + !IsEmpty(Skin.String(HomePictureButton5))</visible>
  842.                 </item>
  843.  
  844.                 <item>
  845.                     <label>$INFO[system.addontitle(Skin.String(HomeProgramButton1))]</label>
  846.                     <onclick>RunAddon($INFO[Skin.String(HomeProgramButton1)])</onclick>
  847.                     <icon>$INFO[system.addonicon(Skin.String(HomeProgramButton1))]</icon>
  848.                     <thumb>-</thumb>
  849.                     <visible>Container(9000).HasFocus(1) + !IsEmpty(Skin.String(HomeProgramButton1))</visible>
  850.                 </item>
  851.                 <item>
  852.                     <label>$INFO[system.addontitle(Skin.String(HomeProgramButton2))]</label>
  853.                     <onclick>RunAddon($INFO[Skin.String(HomeProgramButton2)])</onclick>
  854.                     <icon>$INFO[system.addonicon(Skin.String(HomeProgramButton2))]</icon>
  855.                     <thumb>-</thumb>
  856.                     <visible>Container(9000).HasFocus(1) + !IsEmpty(Skin.String(HomeProgramButton2))</visible>
  857.                 </item>
  858.                 <item>
  859.                     <label>$INFO[system.addontitle(Skin.String(HomeProgramButton3))]</label>
  860.                     <onclick>RunAddon($INFO[Skin.String(HomeProgramButton3)])</onclick>
  861.                     <icon>$INFO[system.addonicon(Skin.String(HomeProgramButton3))]</icon>
  862.                     <thumb>-</thumb>
  863.                     <visible>Container(9000).HasFocus(1) + !IsEmpty(Skin.String(HomeProgramButton3))</visible>
  864.                 </item>
  865.                 <item>
  866.                     <label>$INFO[system.addontitle(Skin.String(HomeProgramButton4))]</label>
  867.                     <onclick>RunAddon($INFO[Skin.String(HomeProgramButton4)])</onclick>
  868.                     <icon>$INFO[system.addonicon(Skin.String(HomeProgramButton4))]</icon>
  869.                     <thumb>-</thumb>
  870.                     <visible>Container(9000).HasFocus(1) + !IsEmpty(Skin.String(HomeProgramButton4))</visible>
  871.                 </item>
  872.                 <item>
  873.                     <label>$INFO[system.addontitle(Skin.String(HomeProgramButton5))]</label>
  874.                     <onclick>RunAddon($INFO[Skin.String(HomeProgramButton5)])</onclick>
  875.                     <icon>$INFO[system.addonicon(Skin.String(HomeProgramButton5))]</icon>
  876.                     <thumb>-</thumb>
  877.                     <visible>Container(9000).HasFocus(1) + !IsEmpty(Skin.String(HomeProgramButton5))</visible>
  878.                 </item>
  879.             </content>
  880.         </control>
  881.         <control type="group">
  882.             <posx>0</posx>
  883.             <posy>33r</posy>
  884.             <visible>system.getbool(lookandfeel.enablerssfeeds)</visible>
  885.             <include>Window_OpenClose_Animation</include>
  886.             <control type="rss">
  887.                 <description>RSS feed</description>
  888.                 <posx>100</posx>
  889.                 <posy>0</posy>
  890.                 <height>30</height>
  891.                 <width>1145</width>
  892.                 <font>font12</font>
  893.                 <urlset>1</urlset>
  894.                 <textcolor>blue</textcolor>
  895.                 <titlecolor>blue</titlecolor>
  896.                 <headlinecolor>white</headlinecolor>
  897.             </control>
  898.             <control type="image">
  899.                 <description>RSS background</description>
  900.                 <posx>1250</posx>
  901.                 <posy>2</posy>
  902.                 <width>24</width>
  903.                 <height>24</height>
  904.                 <texture>icon-rss.png</texture>
  905.             </control>
  906.         </control>
  907.         <control type="group" id="10">
  908.             <posx>0</posx>
  909.             <posy>60r</posy>
  910.             <include>Window_OpenClose_Animation</include>
  911.             <control type="image">
  912.                 <posx>0</posx>
  913.                 <posy>0</posy>
  914.                 <width>150</width>
  915.                 <height>60</height>
  916.                 <texture>HomeButtonsBack.png</texture>
  917.             </control>
  918.             <control type="button" id="20">
  919.                 <description>Power push button</description>
  920.                 <posx>55</posx>
  921.                 <posy>15</posy>
  922.                 <width>43</width>
  923.                 <height>43</height>
  924.                 <label>31003</label>
  925.                 <font>-</font>
  926.                 <aligny>-</aligny>
  927.                 <onclick>ActivateWindow(ShutdownMenu)</onclick>
  928.                 <texturefocus>home-power-FO.png</texturefocus>
  929.                 <texturenofocus>home-power.png</texturenofocus>
  930.                 <onleft>21</onleft>
  931.                 <onright>21</onright>
  932.                 <onup>9002</onup>
  933.                 <ondown>9003</ondown>
  934.             </control>
  935.             <control type="button" id="21">
  936.                 <description>Favourites push button</description>
  937.                 <posx>10</posx>
  938.                 <posy>15</posy>
  939.                 <width>43</width>
  940.                 <height>43</height>
  941.                 <label>1036</label>
  942.                 <font>-</font>
  943.                 <aligny>-</aligny>
  944.                 <onclick>ActivateWindow(Favourites)</onclick>
  945.                 <texturefocus>home-favourites-FO.png</texturefocus>
  946.                 <texturenofocus>home-favourites.png</texturenofocus>
  947.                 <onleft>20</onleft>
  948.                 <onright>20</onright>
  949.                 <onup>9002</onup>
  950.                 <ondown>9003</ondown>
  951.             </control>
  952.         </control>
  953.         <control type="group">
  954.             <posx>520r</posx>
  955.             <posy>0</posy>
  956.             <animation effect="slide" start="0,0" end="-60,0" delay="0" time="300" condition="Window.IsVisible(MuteBug)">conditional</animation>
  957.             <animation effect="slide" start="0,0" end="550,0" delay="0" time="300">WindowClose</animation>
  958.             <animation effect="slide" start="550,0" end="0,0" delay="0" time="300">WindowOpen</animation>
  959.             <visible>!Skin.HasSetting(homepageWeatherinfo) + Weather.IsFetched</visible>
  960.             <control type="image">
  961.                 <description>time background</description>
  962.                 <posx>0</posx>
  963.                 <posy>0</posy>
  964.                 <width>180</width>
  965.                 <height>35</height>
  966.                 <texture flipx="true" border="32,0,0,0">header.png</texture>
  967.             </control>
  968.             <control type="image">
  969.                 <description>Weather image</description>
  970.                 <posx>30</posx>
  971.                 <posy>1</posy>
  972.                 <width>25</width>
  973.                 <height>25</height>
  974.                 <aspectratio>keep</aspectratio>
  975.                 <texture>$INFO[Window(Weather).Property(Current.ConditionIcon)]</texture>
  976.             </control>
  977.             <control type="label">
  978.                 <description>time label</description>
  979.                 <posx>60</posx>
  980.                 <posy>0</posy>
  981.                 <width>100</width>
  982.                 <height>28</height>
  983.                 <align>left</align>
  984.                 <aligny>center</aligny>
  985.                 <font>font12</font>
  986.                 <textcolor>white</textcolor>
  987.                 <shadowcolor>black</shadowcolor>
  988.                 <label>[B]$INFO[Weather.Temperature][/B]</label>
  989.             </control>
  990.         </control>
  991.         <control type="group">
  992.             <posx>390r</posx>
  993.             <posy>0</posy>
  994.             <animation effect="slide" start="0,0" end="-60,0" delay="0" time="300" condition="Window.IsVisible(MuteBug)">conditional</animation>
  995.             <animation effect="slide" start="0,0" end="420,0" delay="0" time="300">WindowClose</animation>
  996.             <animation effect="slide" start="420,0" end="0,0" delay="0" time="300">WindowOpen</animation>
  997.             <control type="image">
  998.                 <description>time background</description>
  999.                 <posx>0</posx>
  1000.                 <posy>0</posy>
  1001.                 <width>440</width>
  1002.                 <height>35</height>
  1003.                 <texture flipx="true" border="32,0,0,0">header.png</texture>
  1004.             </control>
  1005.             <control type="label">
  1006.                 <description>time label</description>
  1007.                 <posx>30</posx>
  1008.                 <posy>0</posy>
  1009.                 <width>400</width>
  1010.                 <height>28</height>
  1011.                 <align>left</align>
  1012.                 <aligny>center</aligny>
  1013.                 <font>font12</font>
  1014.                 <textcolor>white</textcolor>
  1015.                 <shadowcolor>black</shadowcolor>
  1016.                 <label>[COLOR=grey]$INFO[System.Date][/COLOR] | $INFO[System.Time]</label>
  1017.             </control>
  1018.         </control>
  1019.     </controls>
  1020. </window>
Advertisement
Add Comment
Please, Sign In to add comment