Advertisement
Guest User

Xeebo/Custom_51_Main_Menu.xml

a guest
Feb 16th, 2013
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 63.44 KB | None | 0 0
  1. <window type="dialog" id="51">
  2.     <defaultcontrol always="true">8100</defaultcontrol>
  3.     <allowoverlay>no</allowoverlay>
  4.     <controls>
  5.         <control type="group">
  6.             <posx>10</posx>
  7.             <posy>10</posy>
  8.             <width>220</width>
  9.             <height>700</height>
  10.             <control type="group">
  11.                 <animation type="WindowOpen">
  12.                     <effect type="fade" start="0" end="100" time="180" delay="180"/>
  13.                     <effect type="slide" start="-220,0" time="120" delay="180"/>
  14.                 </animation>
  15.                 <animation type="WindowClose">
  16.                     <effect type="fade" start="100" end="0" time="180"/>
  17.                     <effect type="slide" end="-220,0" time="120"/>
  18.                 </animation>
  19.                 <control type="image">
  20.                     <posx>0</posx>
  21.                     <posy>0</posy>
  22.                     <width>220</width>
  23.                     <height>90</height>
  24.                     <texture>backgrounds/nowplaying_background.png</texture>
  25.                 </control>
  26.                 <control type="grouplist">
  27.                     <visible>!Window.IsActive(Home.xml)</visible>
  28.                     <posx>6</posx>
  29.                     <posy>12</posy>
  30.                     <height>68</height>
  31.                     <width>212</width>
  32.                     <itemgap>14</itemgap>
  33.                     <align>center</align>
  34.                     <usecontrolcoords>true</usecontrolcoords>
  35.                     <orientation>horizontal</orientation>
  36.                     <control type="image">
  37.                         <description>Weather image</description>
  38.                         <height>68</height>
  39.                         <width>68</width>
  40.                         <info>Window(Weather).Property(Current.ConditionIcon)</info>
  41.                         <visible>Weather.IsFetched</visible>
  42.                     </control>
  43.                     <control type="image">
  44.                         <description>Weather image</description>
  45.                         <posx>20</posx>
  46.                         <height>68</height>
  47.                         <width>68</width>
  48.                         <texture>icons/icon_weather_na.png</texture>
  49.                         <visible>!Weather.IsFetched</visible>
  50.                     </control>
  51.                     <control type="label">
  52.                         <posy>6</posy>
  53.                         <height>68</height>
  54.                         <width>124</width>
  55.                         <font>font36</font>
  56.                         <label>31122</label>
  57.                         <textcolor>lightgrey</textcolor>
  58.                         <visible>!Weather.IsFetched | [Weather.IsFetched + StringCompare(Window(Weather).Property(Current.Temperature),$LOCALIZE[503])]</visible>
  59.                     </control>
  60.                     <control type="grouplist">
  61.                         <visible>Weather.IsFetched + !StringCompare(Window(Weather).Property(Current.Temperature),$LOCALIZE[503])</visible>
  62.                         <posy>-3</posy>
  63.                         <height>68</height>
  64.                         <width>160</width>
  65.                         <itemgap>0</itemgap>
  66.                         <orientation>horizontal</orientation>
  67.                         <control type="label">
  68.                             <description>Current Temperature</description>
  69.                             <height>68</height>
  70.                             <width min="0" max="124">auto</width>
  71.                             <font>font48b</font>
  72.                             <info>Window(Weather).Property(Current.Temperature)</info>
  73.                         </control>
  74.                         <control type="group">
  75.                             <height>68</height>
  76.                             <width>40</width>
  77.                             <control type="label">
  78.                                 <description>Current Temperature</description>
  79.                                 <posy>7</posy>
  80.                                 <height>68</height>
  81.                                 <width>40</width>
  82.                                 <font>font28</font>
  83.                                 <textcolor>lightgrey</textcolor>
  84.                                 <info>System.TemperatureUnits</info>
  85.                             </control>
  86.                         </control>
  87.                     </control>
  88.                 </control>
  89.                 <control type="group">
  90.                     <animation type="Conditional" condition="ControlGroup(8210).HasFocus | ControlGroup(8220).HasFocus| ControlGroup(8230).HasFocus | ControlGroup(8240).HasFocus">
  91.                         <effect type="fade" start="100" end="0" time="180"/>
  92.                         <effect type="slide" start="0,0" end="-220,0" time="120"/>
  93.                     </animation>
  94.                     <posx>0</posx>
  95.                     <posy>92</posy>
  96.                     <control type="grouplist" id="8100">
  97.                         <posx>0</posx>
  98.                         <posy>0</posy>
  99.                         <width>220</width>
  100.                         <height>700</height>
  101.                         <itemgap>0</itemgap>
  102.                         <pagecontrol>-</pagecontrol>
  103.                         <orientation>vertical</orientation>
  104.                         <onup>noop</onup>
  105.                         <ondown>noop</ondown>
  106.                         <onleft>noop</onleft>
  107.                         <onright>noop</onright>
  108.                         <control type="group">
  109.                             <description>Now Playing</description>
  110.                             <visible>Player.HasMedia</visible>
  111.                             <width>220</width>
  112.                             <height>74</height>
  113.                             <control type="button" id="8001">
  114.                                 <posx>0</posx>
  115.                                 <posy>0</posy>
  116.                                 <width>220</width>
  117.                                 <height>74</height>
  118.                                 <texturenofocus>menu/menu_top.png</texturenofocus>
  119.                                 <texturefocus>menu/menu_top_on.png</texturefocus>
  120.                                 <visible>Player.HasVideo</visible>
  121.                                 <onclick>ActivateWindow(FullscreenVideo)</onclick>
  122.                                 <onclick>Dialog.Close(all,true)</onclick>
  123.                                 <onright>Dialog.Close(51)</onright>
  124.                                 <onup>noop</onup>
  125.                                 <ondown>8002</ondown>
  126.                             </control>
  127.                             <control type="button" id="8002">
  128.                                 <posx>0</posx>
  129.                                 <posy>0</posy>
  130.                                 <width>220</width>
  131.                                 <height>74</height>
  132.                                 <texturenofocus>menu/menu_top.png</texturenofocus>
  133.                                 <texturefocus>menu/menu_top_on.png</texturefocus>
  134.                                 <visible>Player.HasAudio</visible>
  135.                                 <onclick>ActivateWindow(Visualisation)</onclick>
  136.                                 <onclick>Dialog.Close(all,true)</onclick>
  137.                                 <onright>Dialog.Close(51)</onright>
  138.                                 <onup>8001</onup>
  139.                                 <ondown>8101</ondown>
  140.                             </control>
  141.                             <control type="image">
  142.                                 <visible>!Control.HasFocus(8001) | !Control.HasFocus(8002)</visible>
  143.                                 <posx>4</posx>
  144.                                 <posy>4</posy>
  145.                                 <width>66</width>
  146.                                 <height>66</height>
  147.                                 <texture>icons/icon_nowplaying.png</texture>
  148.                                 <colordiffuse>yellow</colordiffuse>
  149.                             </control>
  150.                             <control type="image">
  151.                                 <visible>Control.HasFocus(8001) | Control.HasFocus(8002)</visible>
  152.                                 <posx>4</posx>
  153.                                 <posy>4</posy>
  154.                                 <width>66</width>
  155.                                 <height>66</height>
  156.                                 <texture>icons/icon_nowplaying.png</texture>
  157.                                 <colordiffuse>green</colordiffuse>
  158.                             </control>
  159.                             <control type="label">
  160.                                 <visible>!Control.HasFocus(8001) | !Control.HasFocus(8002)</visible>
  161.                                 <posx>66</posx>
  162.                                 <posy>0</posy>
  163.                                 <width>144</width>
  164.                                 <height>74</height>
  165.                                 <aligny>center</aligny>
  166.                                 <label>31110</label>
  167.                                 <font>font23</font>
  168.                                 <textcolor>yellow</textcolor>
  169.                             </control>
  170.                             <control type="label">
  171.                                 <visible>Control.HasFocus(8001) | Control.HasFocus(8002)</visible>
  172.                                 <posx>66</posx>
  173.                                 <posy>0</posy>
  174.                                 <width>144</width>
  175.                                 <height>74</height>
  176.                                 <aligny>center</aligny>
  177.                                 <label>31110</label>
  178.                                 <font>font23</font>
  179.                                 <textcolor>green</textcolor>
  180.                             </control>
  181.                         </control>
  182.                         <control type="group">
  183.                             <description>Videos button</description>
  184.                             <width>220</width>
  185.                             <height>74</height>
  186.                             <control type="button" id="8101">
  187.                                 <visible>!Player.HasMedia</visible>
  188.                                 <posx>0</posx>
  189.                                 <posy>0</posy>
  190.                                 <width>220</width>
  191.                                 <height>74</height>
  192.                                 <texturenofocus>menu/menu_top.png</texturenofocus>
  193.                                 <texturefocus>menu/menu_top_on.png</texturefocus>
  194.                                 <onclick>SetFocus(8210)</onclick>
  195.                                 <onright>Dialog.Close(51)</onright>
  196.                                 <onup>8002</onup>
  197.                                 <ondown>8102</ondown>
  198.                             </control>
  199.                             <control type="button" id="8101">
  200.                                 <visible>Player.HasMedia</visible>
  201.                                 <posx>0</posx>
  202.                                 <posy>0</posy>
  203.                                 <width>220</width>
  204.                                 <height>74</height>
  205.                                 <texturenofocus>menu/menu_center.png</texturenofocus>
  206.                                 <texturefocus>menu/menu_center_on.png</texturefocus>
  207.                                 <onclick>SetFocus(8210)</onclick>
  208.                                 <onright>Dialog.Close(51)</onright>
  209.                                 <onup>8002</onup>
  210.                                 <ondown>8102</ondown>
  211.                             </control>
  212.                             <control type="image">
  213.                                 <visible>!Control.HasFocus(8101)</visible>
  214.                                 <posx>0</posx>
  215.                                 <posy>0</posy>
  216.                                 <width>74</width>
  217.                                 <height>74</height>
  218.                                 <texture>icons/icon_menu_video.png</texture>
  219.                                 <colordiffuse>grey</colordiffuse>
  220.                             </control>
  221.                             <control type="image">
  222.                                 <visible>Control.HasFocus(8101)</visible>
  223.                                 <posx>0</posx>
  224.                                 <posy>0</posy>
  225.                                 <width>74</width>
  226.                                 <height>74</height>
  227.                                 <texture>icons/icon_menu_video.png</texture>
  228.                                 <colordiffuse>green</colordiffuse>
  229.                             </control>
  230.                             <control type="label">
  231.                                 <visible>!Control.HasFocus(8101)</visible>
  232.                                 <posx>66</posx>
  233.                                 <posy>0</posy>
  234.                                 <width>144</width>
  235.                                 <height>74</height>
  236.                                 <aligny>center</aligny>
  237.                                 <label>3</label>
  238.                                 <font>font23</font>
  239.                                 <textcolor>grey</textcolor>
  240.                             </control>
  241.                             <control type="label">
  242.                                 <visible>Control.HasFocus(8101)</visible>
  243.                                 <posx>66</posx>
  244.                                 <posy>0</posy>
  245.                                 <width>144</width>
  246.                                 <height>74</height>
  247.                                 <aligny>center</aligny>
  248.                                 <label>3</label>
  249.                                 <font>font23</font>
  250.                                 <textcolor>green</textcolor>
  251.                                 <scroll>true</scroll>
  252.                             </control>
  253.                         </control>
  254.                         <control type="group">
  255.                             <description>Music button</description>
  256.                             <width>220</width>
  257.                             <height>74</height>
  258.                             <control type="button" id="8102">
  259.                                 <posx>0</posx>
  260.                                 <posy>0</posy>
  261.                                 <width>220</width>
  262.                                 <height>74</height>
  263.                                 <texturenofocus>menu/menu_center.png</texturenofocus>
  264.                                 <texturefocus>menu/menu_center_on.png</texturefocus>
  265.                                 <onclick>SetFocus(8220)</onclick>
  266.                                 <onright>Dialog.Close(51)</onright>
  267.                                 <onup>8101</onup>
  268.                                 <ondown>8107</ondown>
  269.                             </control>
  270.                             <control type="image">
  271.                                 <visible>!Control.HasFocus(8102)</visible>
  272.                                 <posx>0</posx>
  273.                                 <posy>0</posy>
  274.                                 <width>74</width>
  275.                                 <height>74</height>
  276.                                 <texture>icons/icon_menu_music.png</texture>
  277.                                 <colordiffuse>grey</colordiffuse>
  278.                             </control>
  279.                             <control type="image">
  280.                                 <visible>Control.HasFocus(8102)</visible>
  281.                                 <posx>0</posx>
  282.                                 <posy>0</posy>
  283.                                 <width>74</width>
  284.                                 <height>74</height>
  285.                                 <texture>icons/icon_menu_music.png</texture>
  286.                                 <colordiffuse>green</colordiffuse>
  287.                             </control>
  288.                             <control type="label">
  289.                                 <visible>!Control.HasFocus(8102)</visible>
  290.                                 <posx>66</posx>
  291.                                 <posy>0</posy>
  292.                                 <width>144</width>
  293.                                 <height>74</height>
  294.                                 <aligny>center</aligny>
  295.                                 <label>2</label>
  296.                                 <font>font23</font>
  297.                                 <textcolor>grey</textcolor>
  298.                             </control>
  299.                             <control type="label">
  300.                                 <visible>Control.HasFocus(8102)</visible>
  301.                                 <posx>66</posx>
  302.                                 <posy>0</posy>
  303.                                 <width>144</width>
  304.                                 <height>74</height>
  305.                                 <aligny>center</aligny>
  306.                                 <label>2</label>
  307.                                 <font>font23</font>
  308.                                 <textcolor>green</textcolor>
  309.                                 <scroll>true</scroll>
  310.                             </control>
  311.                         </control>
  312.                         <control type="group">
  313.                             <description>Live TV Button</description>
  314.                             <visible>Control.IsVisible(8107)</visible>
  315.                             <width>220</width>
  316.                             <height>74</height>
  317.                             <control type="button" id="8107">
  318.                                 <visible>System.GetBool(pvrmanager.enabled)</visible>
  319.                                 <posx>0</posx>
  320.                                 <posy>0</posy>
  321.                                 <width>220</width>
  322.                                 <height>74</height>
  323.                                 <texturenofocus>menu/menu_center.png</texturenofocus>
  324.                                 <texturefocus>menu/menu_center_on.png</texturefocus>
  325.                                 <onclick>SetFocus(8230)</onclick>
  326.                                 <onright>Dialog.Close(51)</onright>
  327.                                 <onup>8102</onup>
  328.                                 <ondown>8103</ondown>
  329.                             </control>
  330.                             <control type="image">
  331.                                 <visible>!Control.HasFocus(8107)</visible>
  332.                                 <posx>0</posx>
  333.                                 <posy>0</posy>
  334.                                 <width>74</width>
  335.                                 <height>74</height>
  336.                                 <texture>icons/icon_menu_pvr.png</texture>
  337.                                 <colordiffuse>grey</colordiffuse>
  338.                             </control>
  339.                             <control type="image">
  340.                                 <visible>Control.HasFocus(8107)</visible>
  341.                                 <posx>0</posx>
  342.                                 <posy>0</posy>
  343.                                 <width>74</width>
  344.                                 <height>74</height>
  345.                                 <texture>icons/icon_menu_pvr.png</texture>
  346.                                 <colordiffuse>green</colordiffuse>
  347.                             </control>
  348.                             <control type="label">
  349.                                 <visible>!Control.HasFocus(8107)</visible>
  350.                                 <posx>66</posx>
  351.                                 <posy>0</posy>
  352.                                 <width>144</width>
  353.                                 <height>74</height>
  354.                                 <aligny>center</aligny>
  355.                                 <label>31150</label>
  356.                                 <font>font23</font>
  357.                                 <textcolor>grey</textcolor>
  358.                             </control>
  359.                             <control type="label">
  360.                                 <visible>Control.HasFocus(8107)</visible>
  361.                                 <posx>66</posx>
  362.                                 <posy>0</posy>
  363.                                 <width>144</width>
  364.                                 <height>74</height>
  365.                                 <aligny>center</aligny>
  366.                                 <label>31150</label>
  367.                                 <font>font23</font>
  368.                                 <textcolor>green</textcolor>
  369.                                 <scroll>true</scroll>
  370.                             </control>
  371.                         </control>
  372.                         <control type="group">
  373.                             <description>Pictures button</description>
  374.                             <visible>!System.GetBool(pvrmanager.enabled)</visible>
  375.                             <width>220</width>
  376.                             <height>74</height>
  377.                             <control type="button" id="8103">
  378.                                 <posx>0</posx>
  379.                                 <posy>0</posy>
  380.                                 <width>220</width>
  381.                                 <height>74</height>
  382.                                 <texturenofocus>menu/menu_center.png</texturenofocus>
  383.                                 <texturefocus>menu/menu_center_on.png</texturefocus>
  384.                                 <onclick>ActivateWindow(MyPictures)</onclick>
  385.                                 <onclick>Dialog.Close(all,true)</onclick>
  386.                                 <onright>Dialog.Close(51)</onright>
  387.                                 <onup>8107</onup>
  388.                                 <ondown>8104</ondown>
  389.                             </control>
  390.                             <control type="image">
  391.                                 <visible>!Control.HasFocus(8103)</visible>
  392.                                 <posx>0</posx>
  393.                                 <posy>0</posy>
  394.                                 <width>74</width>
  395.                                 <height>74</height>
  396.                                 <texture>icons/icon_menu_pictures.png</texture>
  397.                                 <colordiffuse>grey</colordiffuse>
  398.                             </control>
  399.                             <control type="image">
  400.                                 <visible>Control.HasFocus(8103)</visible>
  401.                                 <posx>0</posx>
  402.                                 <posy>0</posy>
  403.                                 <width>74</width>
  404.                                 <height>74</height>
  405.                                 <texture>icons/icon_menu_pictures.png</texture>
  406.                                 <colordiffuse>green</colordiffuse>
  407.                             </control>
  408.                             <control type="label">
  409.                                 <visible>!Control.HasFocus(8103)</visible>
  410.                                 <posx>66</posx>
  411.                                 <posy>0</posy>
  412.                                 <width>144</width>
  413.                                 <height>74</height>
  414.                                 <aligny>center</aligny>
  415.                                 <label>1</label>
  416.                                 <font>font23</font>
  417.                                 <textcolor>grey</textcolor>
  418.                             </control>
  419.                             <control type="label">
  420.                                 <visible>Control.HasFocus(8103)</visible>
  421.                                 <posx>66</posx>
  422.                                 <posy>0</posy>
  423.                                 <width>144</width>
  424.                                 <height>74</height>
  425.                                 <aligny>center</aligny>
  426.                                 <label>1</label>
  427.                                 <font>font23</font>
  428.                                 <textcolor>green</textcolor>
  429.                                 <scroll>true</scroll>
  430.                             </control>
  431.                         </control>
  432.                         <control type="group">
  433.                             <description>Favorites button</description>
  434.                             <visible>Control.IsVisible(8104)</visible>
  435.                             <width>220</width>
  436.                             <height>74</height>
  437.                             <control type="button" id="8104">
  438.                                 <posx>0</posx>
  439.                                 <posy>0</posy>
  440.                                 <width>220</width>
  441.                                 <height>74</height>
  442.                                 <texturenofocus>menu/menu_center.png</texturenofocus>
  443.                                 <texturefocus>menu/menu_center_on.png</texturefocus>
  444.                                 <onclick>Dialog.Close(all,true)</onclick>
  445.                                 <onclick>ActivateWindow(Favourites)</onclick>
  446.                                 <onright>Dialog.Close(51)</onright>
  447.                                 <onup>8103</onup>
  448.                                 <ondown>8105</ondown>
  449.                             </control>
  450.                             <control type="image">
  451.                                 <visible>!Control.HasFocus(8104)</visible>
  452.                                 <posx>0</posx>
  453.                                 <posy>0</posy>
  454.                                 <width>74</width>
  455.                                 <height>74</height>
  456.                                 <texture>icons/icon_menu_favourites.png</texture>
  457.                                 <colordiffuse>grey</colordiffuse>
  458.                             </control>
  459.                             <control type="image">
  460.                                 <visible>Control.HasFocus(8104)</visible>
  461.                                 <posx>0</posx>
  462.                                 <posy>0</posy>
  463.                                 <width>74</width>
  464.                                 <height>74</height>
  465.                                 <texture>icons/icon_menu_favourites.png</texture>
  466.                                 <colordiffuse>green</colordiffuse>
  467.                             </control>
  468.                             <control type="label">
  469.                                 <visible>!Control.HasFocus(8104)</visible>
  470.                                 <posx>66</posx>
  471.                                 <posy>0</posy>
  472.                                 <width>144</width>
  473.                                 <height>74</height>
  474.                                 <aligny>center</aligny>
  475.                                 <label>1036</label>
  476.                                 <font>font23</font>
  477.                                 <textcolor>grey</textcolor>
  478.                             </control>
  479.                             <control type="label">
  480.                                 <visible>Control.HasFocus(8104)</visible>
  481.                                 <posx>66</posx>
  482.                                 <posy>0</posy>
  483.                                 <width>144</width>
  484.                                 <height>74</height>
  485.                                 <aligny>center</aligny>
  486.                                 <label>1036</label>
  487.                                 <font>font23</font>
  488.                                 <textcolor>green</textcolor>
  489.                                 <scroll>true</scroll>
  490.                             </control>
  491.                         </control>
  492.                         <control type="group">
  493.                             <description>Weather Button</description>
  494.                             <visible>Control.IsVisible(8105)</visible>
  495.                             <width>220</width>
  496.                             <height>74</height>
  497.                             <control type="button" id="8105">
  498.                                 <posx>0</posx>
  499.                                 <posy>0</posy>
  500.                                 <width>220</width>
  501.                                 <height>74</height>
  502.                                 <texturenofocus>menu/menu_center.png</texturenofocus>
  503.                                 <texturefocus>menu/menu_center_on.png</texturefocus>
  504.                                 <onclick>ActivateWindow(MyWeather)</onclick>
  505.                                 <onclick>Dialog.Close(all,true)</onclick>
  506.                                 <onright>Dialog.Close(51)</onright>
  507.                                 <onup>8104</onup>
  508.                                 <ondown>8106</ondown>
  509.                             </control>
  510.                             <control type="image">
  511.                                 <visible>!Control.HasFocus(8105)</visible>
  512.                                 <posx>0</posx>
  513.                                 <posy>0</posy>
  514.                                 <width>74</width>
  515.                                 <height>74</height>
  516.                                 <texture>icons/icon_menu_weather.png</texture>
  517.                                 <colordiffuse>grey</colordiffuse>
  518.                             </control>
  519.                             <control type="image">
  520.                                 <visible>Control.HasFocus(8105)</visible>
  521.                                 <posx>0</posx>
  522.                                 <posy>0</posy>
  523.                                 <width>74</width>
  524.                                 <height>74</height>
  525.                                 <texture>icons/icon_menu_weather.png</texture>
  526.                                 <colordiffuse>green</colordiffuse>
  527.                             </control>
  528.                             <control type="label">
  529.                                 <visible>!Control.HasFocus(8105)</visible>
  530.                                 <posx>66</posx>
  531.                                 <posy>0</posy>
  532.                                 <width>144</width>
  533.                                 <height>74</height>
  534.                                 <aligny>center</aligny>
  535.                                 <label>8</label>
  536.                                 <font>font23</font>
  537.                                 <textcolor>grey</textcolor>
  538.                             </control>
  539.                             <control type="label">
  540.                                 <visible>Control.HasFocus(8105)</visible>
  541.                                 <posx>66</posx>
  542.                                 <posy>0</posy>
  543.                                 <width>144</width>
  544.                                 <height>74</height>
  545.                                 <aligny>center</aligny>
  546.                                 <label>8</label>
  547.                                 <font>font23</font>
  548.                                 <textcolor>green</textcolor>
  549.                                 <scroll>true</scroll>
  550.                             </control>
  551.                         </control>
  552.                         <control type="group">
  553.                             <description>Extras button</description>
  554.                             <visible>Control.IsVisible(8106)</visible>
  555.                             <width>220</width>
  556.                             <height>74</height>
  557.                             <control type="button" id="8106">
  558.                                 <posx>0</posx>
  559.                                 <posy>0</posy>
  560.                                 <width>220</width>
  561.                                 <height>74</height>
  562.                                 <texturenofocus>menu/menu_center.png</texturenofocus>
  563.                                 <texturefocus>menu/menu_center_on.png</texturefocus>
  564.                                 <onclick>SetFocus(8240)</onclick>
  565.                                 <onright>Dialog.Close(51)</onright>
  566.                                 <onup>8105</onup>
  567.                                 <ondown>8109</ondown>
  568.                             </control>
  569.                             <control type="image">
  570.                                 <visible>!Control.HasFocus(8106)</visible>
  571.                                 <posx>0</posx>
  572.                                 <posy>0</posy>
  573.                                 <width>74</width>
  574.                                 <height>74</height>
  575.                                 <texture>icons/icon_menu_extras.png</texture>
  576.                                 <colordiffuse>grey</colordiffuse>
  577.                             </control>
  578.                             <control type="image">
  579.                                 <visible>Control.HasFocus(8106)</visible>
  580.                                 <posx>0</posx>
  581.                                 <posy>0</posy>
  582.                                 <width>74</width>
  583.                                 <height>74</height>
  584.                                 <texture>icons/icon_menu_extras.png</texture>
  585.                                 <colordiffuse>green</colordiffuse>
  586.                             </control>
  587.                             <control type="label">
  588.                                 <visible>!Control.HasFocus(8106)</visible>
  589.                                 <posx>66</posx>
  590.                                 <posy>0</posy>
  591.                                 <width>144</width>
  592.                                 <height>74</height>
  593.                                 <aligny>center</aligny>
  594.                                 <label>31111</label>
  595.                                 <font>font23</font>
  596.                                 <textcolor>grey</textcolor>
  597.                             </control>
  598.                             <control type="label">
  599.                                 <visible>Control.HasFocus(8106)</visible>
  600.                                 <posx>66</posx>
  601.                                 <posy>0</posy>
  602.                                 <width>144</width>
  603.                                 <height>74</height>
  604.                                 <aligny>center</aligny>
  605.                                 <label>31111</label>
  606.                                 <font>font23</font>
  607.                                 <textcolor>green</textcolor>
  608.                                 <scroll>true</scroll>
  609.                             </control>
  610.                         </control>
  611.                         <control type="group">
  612.                             <description>filler empty button</description>
  613.                             <visible>!Player.HasMedia</visible>
  614.                             <width>220</width>
  615.                             <height>74</height>
  616.                             <control type="button">
  617.                                 <enable>false</enable>
  618.                                 <posx>0</posx>
  619.                                 <posy>0</posy>
  620.                                 <width>220</width>
  621.                                 <height>74</height>
  622.                                 <texturenofocus>menu/menu_center.png</texturenofocus>
  623.                                 <texturefocus>menu/menu_center_on.png</texturefocus>
  624.                                 <label>-</label>
  625.                                 <onclick>noop</onclick>
  626.                             </control>
  627.                         </control>
  628.                         <control type="group">
  629.                             <description>setting</description>
  630.                             <width>220</width>
  631.                             <height>90</height>
  632.                             <control type="image">
  633.                                 <visible>!Control.HasFocus(8109) + !Control.HasFocus(8130) + !Control.HasFocus(8132) + !Control.HasFocus(8134) + !Control.HasFocus(8136) + !Control.HasFocus(8138)</visible>
  634.                                 <posx>0</posx>
  635.                                 <posy>0</posy>
  636.                                 <width>220</width>
  637.                                 <height>91</height>
  638.                                 <texture>menu/menu_bottom.png</texture>
  639.                             </control>
  640.                             <control type="image">
  641.                                 <visible>Control.HasFocus(8109)</visible>
  642.                                 <posx>0</posx>
  643.                                 <posy>0</posy>
  644.                                 <width>220</width>
  645.                                 <height>91</height>
  646.                                 <texture>menu/menu_bottom2.png</texture>
  647.                             </control>
  648.                             <control type="image">
  649.                                 <visible>Control.HasFocus(8130) | Control.HasFocus(8132) | Control.HasFocus(8134) | Control.HasFocus(8136) | Control.HasFocus(8138)</visible>
  650.                                 <posx>0</posx>
  651.                                 <posy>0</posy>
  652.                                 <width>220</width>
  653.                                 <height>91</height>
  654.                                 <texture>menu/menu_bottom3.png</texture>
  655.                             </control>
  656.                             <control type="group">
  657.                                 <description>settings button</description>
  658.                                 <posx>0</posx>
  659.                                 <posy>1</posy>
  660.                                 <width>220</width>
  661.                                 <height>40</height>
  662.                                 <control type="button" id="8109">
  663.                                     <posx>0</posx>
  664.                                     <posy>0</posy>
  665.                                     <width>220</width>
  666.                                     <height>40</height>
  667.                                     <texturenofocus>-</texturenofocus>
  668.                                     <texturefocus>-</texturefocus>
  669.                                     <onclick>ActivateWindow(Settings)</onclick>
  670.                                     <onclick>Dialog.Close(all,true)</onclick>
  671.                                     <onright>Dialog.Close(51)</onright>
  672.                                     <onup>8106</onup>
  673.                                     <ondown>8130</ondown>
  674.                                 </control>
  675.                                 <control type="image">
  676.                                     <visible>!Control.HasFocus(8109)</visible>
  677.                                     <posx>12</posx>
  678.                                     <posy>0</posy>
  679.                                     <width>40</width>
  680.                                     <height>40</height>
  681.                                     <texture>icons/icon_menu_settings.png</texture>
  682.                                     <colordiffuse>grey</colordiffuse>
  683.                                 </control>
  684.                                 <control type="image">
  685.                                     <visible>Control.HasFocus(8109)</visible>
  686.                                     <posx>12</posx>
  687.                                     <posy>0</posy>
  688.                                     <width>40</width>
  689.                                     <height>40</height>
  690.                                     <texture>icons/icon_menu_settings.png</texture>
  691.                                     <colordiffuse>green</colordiffuse>
  692.                                 </control>
  693.                                 <control type="label">
  694.                                     <visible>!Control.HasFocus(8109)</visible>
  695.                                     <posx>66</posx>
  696.                                     <posy>0</posy>
  697.                                     <width>220</width>
  698.                                     <height>40</height>
  699.                                     <aligny>center</aligny>
  700.                                     <label>5</label>
  701.                                     <font>font23</font>
  702.                                     <textcolor>grey</textcolor>
  703.                                 </control>
  704.                                 <control type="label">
  705.                                     <visible>Control.HasFocus(8109)</visible>
  706.                                     <posx>66</posx>
  707.                                     <posy>0</posy>
  708.                                     <width>220</width>
  709.                                     <height>40</height>
  710.                                     <aligny>center</aligny>
  711.                                     <label>5</label>
  712.                                     <font>font23</font>
  713.                                     <textcolor>green</textcolor>
  714.                                     <scroll>true</scroll>
  715.                                 </control>
  716.                             </control>
  717.                         </control>
  718.                     </control>
  719.                     <control type="group">
  720.                         <posx>15</posx>
  721.                         <posy>560</posy>
  722.                         <width>220</width>
  723.                         <height>40</height>
  724.                         <control type="grouplist">
  725.                             <posx>0</posx>
  726.                             <posy>0</posy>
  727.                             <width>220</width>
  728.                             <height>40</height>
  729.                             <itemgap>8</itemgap>
  730.                             <pagecontrol>-</pagecontrol>
  731.                             <orientation>horizontal</orientation>
  732.                             <usecontrolcoords>true</usecontrolcoords>
  733.                             <onup>noop</onup>
  734.                             <ondown>noop</ondown>
  735.                             <onleft>noop</onleft>
  736.                             <onright>noop</onright>
  737.                             <control type="button" id="8130">
  738.                                 <description>exit button</description>
  739.                                 <width>24</width>
  740.                                 <height>40</height>
  741.                                 <texturenofocus>icons/icon_menu_exit.png</texturenofocus>
  742.                                 <texturefocus>icons/icon_menu_exit_fo.png</texturefocus>
  743.                                 <onclick>ActivateWindow(shutdownmenu)</onclick>
  744.                                 <onleft>noop</onleft>
  745.                                 <onright>8132</onright>
  746.                                 <onup>8109</onup>
  747.                                 <ondown>noop</ondown>
  748.                             </control>
  749.                             <control type="image" id="8131">
  750.                                 <description>left dotted line</description>
  751.                                 <posy>4</posy>
  752.                                 <width>3</width>
  753.                                 <height>33</height>
  754.                                 <texture>icons/dotted_line_divider.png</texture>
  755.                             </control>
  756.                             <control type="button" id="8132">
  757.                                 <description>exit button</description>
  758.                                 <width>24</width>
  759.                                 <height>40</height>
  760.                                 <texturenofocus>icons/icon_menu_global_search.png</texturenofocus>
  761.                                 <texturefocus>icons/icon_menu_global_search_fo.png</texturefocus>
  762.                                 <onclick>RunScript(script.globalsearch)</onclick>
  763.                                 <onclick>Dialog.Close(all,true)</onclick>
  764.                                 <onleft>noop</onleft>
  765.                                 <onup>8109</onup>
  766.                                 <ondown>noop</ondown>
  767.                             </control>
  768.                             <control type="image" id="8133">
  769.                                 <description>left dotted line</description>
  770.                                 <posy>4</posy>
  771.                                 <width>3</width>
  772.                                 <height>33</height>
  773.                                 <texture>icons/dotted_line_divider.png</texture>
  774.                             </control>
  775.                             <control type="button" id="8134">
  776.                                 <visible>System.HasLoginScreen + System.LoggedOn</visible>
  777.                                 <description>profile button</description>
  778.                                 <width>18</width>
  779.                                 <height>40</height>
  780.                                 <texturenofocus>icons/icon_menu_logoff.png</texturenofocus>
  781.                                 <texturefocus>icons/icon_menu_logoff_fo.png</texturefocus>
  782.                                 <onclick>system.logoff</onclick>
  783.                                 <onclick>Dialog.Close(all,true)</onclick>
  784.                                 <onup>8109</onup>
  785.                                 <ondown>noop</ondown>
  786.                             </control>
  787.                             <control type="image" id="8135">
  788.                                 <description>left dotted line</description>
  789.                                 <visible>System.HasLoginScreen + System.LoggedOn</visible>
  790.                                 <posy>4</posy>
  791.                                 <width>3</width>
  792.                                 <height>33</height>
  793.                                 <texture>icons/dotted_line_divider.png</texture>
  794.                             </control>
  795.                             <control type="button" id="8136">
  796.                                 <description>Eject button</description>
  797.                                 <width>25</width>
  798.                                 <height>40</height>
  799.                                 <texturenofocus>icons/icon_menu_eject.png</texturenofocus>
  800.                                 <texturefocus>icons/icon_menu_eject_fo.png</texturefocus>
  801.                                 <onclick>EjectTray()</onclick>
  802.                                 <onup>8109</onup>
  803.                                 <ondown>noop</ondown>
  804.                             </control>
  805.                             <control type="image" id="8137">
  806.                                 <description>left dotted line</description>
  807.                                 <visible>Control.IsVisible(8138)</visible>
  808.                                 <posy>4</posy>
  809.                                 <width>3</width>
  810.                                 <height>33</height>
  811.                                 <texture>icons/dotted_line_divider.png</texture>
  812.                             </control>
  813.                             <control type="button" id="8138">
  814.                                 <description>Play disc button</description>
  815.                                 <visible>System.HasMediadvd</visible>
  816.                                 <posx>0</posx>
  817.                                 <posy>0</posy>
  818.                                 <width>25</width>
  819.                                 <height>40</height>
  820.                                 <texturenofocus>icons/icon_menu_play_disc.png</texturenofocus>
  821.                                 <texturefocus>icons/icon_menu_play_disc_fo.png</texturefocus>
  822.                                 <onclick>PlayDVD</onclick>
  823.                                 <onclick>Dialog.Close(all,true)</onclick>
  824.                                 <onright>Dialog.Close(51)</onright>
  825.                                 <onup>8109</onup>
  826.                                 <ondown>noop</ondown>
  827.                             </control>
  828.                             <control type="button" id="8139">
  829.                                 <description>Dummy button</description>
  830.                                 <visible>!System.HasMediadvd</visible>
  831.                                 <posx>100</posx>
  832.                                 <posy>0</posy>
  833.                                 <width>40</width>
  834.                                 <height>40</height>
  835.                                 <texturenofocus>-</texturenofocus>
  836.                                 <texturefocus>-</texturefocus>
  837.                                 <onfocus>Dialog.Close(51)</onfocus>
  838.                             </control>
  839.                         </control>
  840.                     </control>
  841.                 </control>
  842.                 <control type="group">
  843.                     <visible allowhiddenfocus="true">ControlGroup(8210).HasFocus</visible>
  844.                     <animation type="Conditional" condition="ControlGroup(8210).HasFocus">
  845.                         <effect type="fade" start="0" end="100" time="180"/>
  846.                         <effect type="slide" start="0,0" end="240,0" time="120"/>
  847.                     </animation>
  848.                     <posx>-240</posx>
  849.                     <posy>92</posy>
  850.                     <width>220</width>
  851.                     <height>608</height>
  852.                     <control type="image">
  853.                         <posx>0</posx>
  854.                         <posy>0</posy>
  855.                         <width>28</width>
  856.                         <height>608</height>
  857.                         <texture>menu/submenu_back.png</texture>
  858.                     </control>
  859.                     <control type="grouplist" id="8210">
  860.                         <description>Videos submenu</description>
  861.                         <posx>30</posx>
  862.                         <posy>0</posy>
  863.                         <width>190</width>
  864.                         <height>608</height>
  865.                         <itemgap>0</itemgap>
  866.                         <pagecontrol>-</pagecontrol>
  867.                         <orientation>vertical</orientation>
  868.                         <onup>noop</onup>
  869.                         <ondown>noop</ondown>
  870.                         <onleft>noop</onleft>
  871.                         <onright>noop</onright>
  872.                         <control type="group">
  873.                             <description>Movies button</description>
  874.                             <width>190</width>
  875.                             <height>74</height>
  876.                             <control type="button" id="8211">
  877.                                 <posx>0</posx>
  878.                                 <posy>0</posy>
  879.                                 <width>190</width>
  880.                                 <height>74</height>
  881.                                 <align>right</align>
  882.                                 <texturenofocus>menu/submenu_top.png</texturenofocus>
  883.                                 <texturefocus>menu/submenu_top_on.png</texturefocus>
  884.                                 <label>342</label>
  885.                                 <font>font23</font>
  886.                                 <textoffsetx>15</textoffsetx>
  887.                                 <textcolor>grey</textcolor>
  888.                                 <focusedcolor>green</focusedcolor>
  889.                                 <onclick>ActivateWindow(Videos,MovieTitles,return)</onclick>
  890.                                 <onclick>Dialog.Close(all,true)</onclick>
  891.                                 <onup>noop</onup>
  892.                                 <ondown>8212</ondown>
  893.                                 <onleft>SetFocus(8101)</onleft>
  894.                                 <onright>Dialog.Close(51)</onright>
  895.                             </control>
  896.                         </control>
  897.                         <control type="group">
  898.                             <description>TV Shows button</description>
  899.                             <width>190</width>
  900.                             <height>74</height>
  901.                             <control type="button" id="8212">
  902.                                 <posx>0</posx>
  903.                                 <posy>0</posy>
  904.                                 <width>190</width>
  905.                                 <height>74</height>
  906.                                 <align>right</align>
  907.                                 <texturenofocus>menu/submenu_center.png</texturenofocus>
  908.                                 <texturefocus>menu/submenu_center_on.png</texturefocus>
  909.                                 <label>20343</label>
  910.                                 <font>font23</font>
  911.                                 <textoffsetx>15</textoffsetx>
  912.                                 <textcolor>grey</textcolor>
  913.                                 <focusedcolor>green</focusedcolor>
  914.                                 <onclick>ActivateWindow(Videos,TvShowTitles,return)</onclick>
  915.                                 <onclick>Dialog.Close(all,true)</onclick>
  916.                                 <onup>8211</onup>
  917.                                 <ondown>8213</ondown>
  918.                                 <onleft>SetFocus(8101)</onleft>
  919.                                 <onright>Dialog.Close(51)</onright>
  920.                             </control>
  921.                         </control>
  922.                         <control type="group">
  923.                             <description>Music Videos button</description>
  924.                             <width>190</width>
  925.                             <height>74</height>
  926.                             <control type="button" id="8213">
  927.                                 <posx>0</posx>
  928.                                 <posy>0</posy>
  929.                                 <width>190</width>
  930.                                 <height>74</height>
  931.                                 <align>right</align>
  932.                                 <texturenofocus>menu/submenu_center.png</texturenofocus>
  933.                                 <texturefocus>menu/submenu_center_on.png</texturefocus>
  934.                                 <label>20389</label>
  935.                                 <font>font23</font>
  936.                                 <textoffsetx>15</textoffsetx>
  937.                                 <textcolor>grey</textcolor>
  938.                                 <focusedcolor>green</focusedcolor>
  939.                                 <onclick>ActivateWindow(Videos,MusicVideoTitles,return)</onclick>
  940.                                 <onclick>Dialog.Close(all,true)</onclick>
  941.                                 <onup>8212</onup>
  942.                                 <ondown>8214</ondown>
  943.                                 <onleft>SetFocus(8101)</onleft>
  944.                                 <onright>Dialog.Close(51)</onright>
  945.                             </control>
  946.                         </control>
  947.                         <control type="group">
  948.                             <description>Files button</description>
  949.                             <width>190</width>
  950.                             <height>74</height>
  951.                             <control type="button" id="8214">
  952.                                 <posx>0</posx>
  953.                                 <posy>0</posy>
  954.                                 <width>190</width>
  955.                                 <height>74</height>
  956.                                 <align>right</align>
  957.                                 <texturenofocus>menu/submenu_center.png</texturenofocus>
  958.                                 <texturefocus>menu/submenu_center_on.png</texturefocus>
  959.                                 <label>744</label>
  960.                                 <font>font23</font>
  961.                                 <textoffsetx>15</textoffsetx>
  962.                                 <textcolor>grey</textcolor>
  963.                                 <focusedcolor>green</focusedcolor>
  964.                                 <onclick>ActivateWindow(Videos,Files,return)</onclick>
  965.                                 <onclick>Dialog.Close(all,true)</onclick>
  966.                                 <onup>8213</onup>
  967.                                 <ondown>8215</ondown>
  968.                                 <onleft>SetFocus(8101)</onleft>
  969.                                 <onright>Dialog.Close(51)</onright>
  970.                             </control>
  971.                         </control>
  972.                         <control type="group">
  973.                             <description>Library button</description>
  974.                             <width>190</width>
  975.                             <height>74</height>
  976.                             <control type="button" id="8215">
  977.                                 <posx>0</posx>
  978.                                 <posy>0</posy>
  979.                                 <width>190</width>
  980.                                 <height>74</height>
  981.                                 <texturenofocus>menu/submenu_center.png</texturenofocus>
  982.                                 <texturefocus>menu/submenu_center_on.png</texturefocus>
  983.                                 <label>14022</label>
  984.                                 <font>font23</font>
  985.                                 <align>right</align>
  986.                                 <textoffsetx>15</textoffsetx>
  987.                                 <textcolor>grey</textcolor>
  988.                                 <focusedcolor>green</focusedcolor>
  989.                                 <onclick>ActivateWindow(Videos,root)</onclick>
  990.                                 <onup>8214</onup>
  991.                                 <ondown>8216</ondown>
  992.                                 <onclick>Dialog.Close(all,true)</onclick>
  993.                                 <onleft>SetFocus(8101)</onleft>
  994.                                 <onright>Dialog.Close(51)</onright>
  995.                             </control>
  996.                         </control>
  997.                         <control type="group">
  998.                             <description>Addons button</description>
  999.                             <width>190</width>
  1000.                             <height>74</height>
  1001.                             <control type="button" id="8216">
  1002.                                 <visible>Library.HasContent(Video)</visible>
  1003.                                 <posx>0</posx>
  1004.                                 <posy>0</posy>
  1005.                                 <width>190</width>
  1006.                                 <height>74</height>
  1007.                                 <align>right</align>
  1008.                                 <texturenofocus>menu/submenu_center.png</texturenofocus>
  1009.                                 <texturefocus>menu/submenu_center_on.png</texturefocus>
  1010.                                 <label>$LOCALIZE[24001]</label>
  1011.                                 <font>font23</font>
  1012.                                 <textoffsetx>15</textoffsetx>
  1013.                                 <textcolor>grey</textcolor>
  1014.                                 <focusedcolor>green</focusedcolor>
  1015.                                 <onclick>ActivateWindow(Videos,Addons,return)</onclick>
  1016.                                 <onclick>Dialog.Close(all,true)</onclick>
  1017.                                 <onup>8215</onup>
  1018.                                 <ondown>noop</ondown>
  1019.                                 <onleft>SetFocus(8101)</onleft>
  1020.                                 <onright>Dialog.Close(51)</onright>
  1021.                             </control>
  1022.                             <control type="button" id="8216">
  1023.                                 <visible>!Library.HasContent(Video)</visible>
  1024.                                 <posx>0</posx>
  1025.                                 <posy>0</posy>
  1026.                                 <width>190</width>
  1027.                                 <height>74</height>
  1028.                                 <align>right</align>
  1029.                                 <texturenofocus>menu/submenu_center.png</texturenofocus>
  1030.                                 <texturefocus>menu/submenu_center_on.png</texturefocus>
  1031.                                 <label>$LOCALIZE[24001]</label>
  1032.                                 <font>font23</font>
  1033.                                 <textoffsetx>15</textoffsetx>
  1034.                                 <textcolor>grey</textcolor>
  1035.                                 <focusedcolor>green</focusedcolor>
  1036.                                 <onclick>ActivateWindow(Videos,Addons,return)</onclick>
  1037.                                 <onclick>Dialog.Close(all,true)</onclick>
  1038.                                 <onup>8215</onup>
  1039.                                 <ondown>noop</ondown>
  1040.                                 <onleft>SetFocus(8101)</onleft>
  1041.                                 <onright>Dialog.Close(51)</onright>
  1042.                             </control>
  1043.                         </control>
  1044.                         <control type="group">
  1045.                             <width>190</width>
  1046.                             <height>37</height>
  1047.                             <control type="button">
  1048.                                 <posx>0</posx>
  1049.                                 <posy>0</posy>
  1050.                                 <width>190</width>
  1051.                                 <height>37</height>
  1052.                                 <texturenofocus>menu/submenu_center_title.png</texturenofocus>
  1053.                                 <texturefocus>menu/submenu_center_title.png</texturefocus>
  1054.                                 <onclick>noop</onclick>
  1055.                             </control>
  1056.                         </control>
  1057.                         <control type="group">
  1058.                             <width>190</width>
  1059.                             <height>37</height>
  1060.                             <control type="button">
  1061.                                 <posx>0</posx>
  1062.                                 <posy>0</posy>
  1063.                                 <width>190</width>
  1064.                                 <height>37</height>
  1065.                                 <texturenofocus>menu/submenu_center_title.png</texturenofocus>
  1066.                                 <texturefocus>menu/submenu_center_title.png</texturefocus>
  1067.                                 <onclick>noop</onclick>
  1068.                             </control>
  1069.                         </control>
  1070.                         <control type="group">
  1071.                             <width>190</width>
  1072.                             <height>90</height>
  1073.                             <control type="button">
  1074.                                 <posx>0</posx>
  1075.                                 <posy>0</posy>
  1076.                                 <width>190</width>
  1077.                                 <height>90</height>
  1078.                                 <texturenofocus>menu/submenu_bottom.png</texturenofocus>
  1079.                                 <texturefocus>menu/submenu_bottom.png</texturefocus>
  1080.                                 <onclick>noop</onclick>
  1081.                             </control>
  1082.                         </control>
  1083.                     </control>
  1084.                 </control>
  1085.                 <control type="group">
  1086.                     <visible allowhiddenfocus="true">ControlGroup(8220).HasFocus</visible>
  1087.                     <animation type="Conditional" condition="ControlGroup(8220).HasFocus">
  1088.                         <effect type="fade" start="0" end="100" time="180"/>
  1089.                         <effect type="slide" start="0,0" end="240,0" time="120"/>
  1090.                     </animation>
  1091.                     <posx>-240</posx>
  1092.                     <posy>92</posy>
  1093.                     <width>220</width>
  1094.                     <height>608</height>
  1095.                     <control type="image">
  1096.                         <posx>0</posx>
  1097.                         <posy>0</posy>
  1098.                         <width>28</width>
  1099.                         <height>608</height>
  1100.                         <texture>menu/submenu_back.png</texture>
  1101.                     </control>
  1102.                     <control type="grouplist" id="8220">
  1103.                         <description>Music submenu</description>
  1104.                         <posx>30</posx>
  1105.                         <posy>0</posy>
  1106.                         <width>190</width>
  1107.                         <height>608</height>
  1108.                         <itemgap>0</itemgap>
  1109.                         <pagecontrol>-</pagecontrol>
  1110.                         <orientation>vertical</orientation>
  1111.                         <onup>noop</onup>
  1112.                         <ondown>noop</ondown>
  1113.                         <onleft>noop</onleft>
  1114.                         <onright>noop</onright>
  1115.                         <control type="group">
  1116.                             <description>Albums button</description>
  1117.                             <width>190</width>
  1118.                             <height>74</height>
  1119.                             <control type="button" id="8221">
  1120.                                 <posx>0</posx>
  1121.                                 <posy>0</posy>
  1122.                                 <width>190</width>
  1123.                                 <height>74</height>
  1124.                                 <align>right</align>
  1125.                                 <texturenofocus>menu/submenu_top.png</texturenofocus>
  1126.                                 <texturefocus>menu/submenu_top_on.png</texturefocus>
  1127.                                 <label>132</label>
  1128.                                 <font>font23</font>
  1129.                                 <textoffsetx>15</textoffsetx>
  1130.                                 <textcolor>grey</textcolor>
  1131.                                 <focusedcolor>green</focusedcolor>
  1132.                                 <onclick>ActivateWindow(MusicLibrary,Albums,return)</onclick>
  1133.                                 <onclick>Dialog.Close(all,true)</onclick>
  1134.                                 <onup>noop</onup>
  1135.                                 <ondown>8222</ondown>
  1136.                                 <onleft>SetFocus(8102)</onleft>
  1137.                                 <onright>Dialog.Close(51)</onright>
  1138.                             </control>
  1139.                         </control>
  1140.                         <control type="group">
  1141.                             <description>Artists button</description>
  1142.                             <width>190</width>
  1143.                             <height>74</height>
  1144.                             <control type="button" id="8222">
  1145.                                 <posx>0</posx>
  1146.                                 <posy>0</posy>
  1147.                                 <width>190</width>
  1148.                                 <height>74</height>
  1149.                                 <align>right</align>
  1150.                                 <texturenofocus>menu/submenu_center.png</texturenofocus>
  1151.                                 <texturefocus>menu/submenu_center_on.png</texturefocus>
  1152.                                 <label>133</label>
  1153.                                 <font>font23</font>
  1154.                                 <textoffsetx>15</textoffsetx>
  1155.                                 <textcolor>grey</textcolor>
  1156.                                 <focusedcolor>green</focusedcolor>
  1157.                                 <onclick>ActivateWindow(MusicLibrary,Artists,return)</onclick>
  1158.                                 <onclick>Dialog.Close(all,true)</onclick>
  1159.                                 <onup>8221</onup>
  1160.                                 <ondown>8223</ondown>
  1161.                                 <onleft>SetFocus(8102)</onleft>
  1162.                                 <onright>Dialog.Close(51)</onright>
  1163.                             </control>
  1164.                         </control>
  1165.                         <control type="group">
  1166.                             <description>Songs button</description>
  1167.                             <width>190</width>
  1168.                             <height>74</height>
  1169.                             <control type="button" id="8223">
  1170.                                 <posx>0</posx>
  1171.                                 <posy>0</posy>
  1172.                                 <width>190</width>
  1173.                                 <height>74</height>
  1174.                                 <align>right</align>
  1175.                                 <texturenofocus>menu/submenu_center.png</texturenofocus>
  1176.                                 <texturefocus>menu/submenu_center_on.png</texturefocus>
  1177.                                 <label>134</label>
  1178.                                 <font>font23</font>
  1179.                                 <textoffsetx>15</textoffsetx>
  1180.                                 <textcolor>grey</textcolor>
  1181.                                 <focusedcolor>green</focusedcolor>
  1182.                                 <onclick>ActivateWindow(MusicLibrary,Songs,return)</onclick>
  1183.                                 <onclick>Dialog.Close(all,true)</onclick>
  1184.                                 <onup>8222</onup>
  1185.                                 <ondown>8224</ondown>
  1186.                                 <onleft>SetFocus(8102)</onleft>
  1187.                                 <onright>Dialog.Close(51)</onright>
  1188.                             </control>
  1189.                         </control>
  1190.                         <control type="group">
  1191.                             <description>Files button</description>
  1192.                             <width>190</width>
  1193.                             <height>74</height>
  1194.                             <control type="button" id="8224">
  1195.                                 <posx>0</posx>
  1196.                                 <posy>0</posy>
  1197.                                 <width>190</width>
  1198.                                 <height>74</height>
  1199.                                 <align>right</align>
  1200.                                 <texturenofocus>menu/submenu_center.png</texturenofocus>
  1201.                                 <texturefocus>menu/submenu_center_on.png</texturefocus>
  1202.                                 <label>744</label>
  1203.                                 <font>font23</font>
  1204.                                 <textoffsetx>15</textoffsetx>
  1205.                                 <textcolor>grey</textcolor>
  1206.                                 <focusedcolor>green</focusedcolor>
  1207.                                 <onclick>ActivateWindow(MusicFiles)</onclick>
  1208.                                 <onclick>Dialog.Close(all,true)</onclick>
  1209.                                 <onup>8223</onup>
  1210.                                 <ondown>8225</ondown>
  1211.                                 <onleft>SetFocus(8102)</onleft>
  1212.                                 <onright>Dialog.Close(51)</onright>
  1213.                             </control>
  1214.                         </control>
  1215.                         <control type="group">
  1216.                             <description>Library button</description>
  1217.                             <width>190</width>
  1218.                             <height>74</height>
  1219.                             <control type="button" id="8225">
  1220.                                 <posx>0</posx>
  1221.                                 <posy>0</posy>
  1222.                                 <width>190</width>
  1223.                                 <height>74</height>
  1224.                                 <align>right</align>
  1225.                                 <texturenofocus>menu/submenu_center.png</texturenofocus>
  1226.                                 <texturefocus>menu/submenu_center_on.png</texturefocus>
  1227.                                 <label>14022</label>
  1228.                                 <font>font23</font>
  1229.                                 <textoffsetx>15</textoffsetx>
  1230.                                 <textcolor>grey</textcolor>
  1231.                                 <focusedcolor>green</focusedcolor>
  1232.                                 <onclick>ActivateWindow(MusicLibrary,root)</onclick>
  1233.                                 <onclick>Dialog.Close(all,true)</onclick>
  1234.                                 <onup>8224</onup>
  1235.                                 <ondown>8226</ondown>
  1236.                                 <onleft>SetFocus(8102)</onleft>
  1237.                                 <onright>Dialog.Close(51)</onright>
  1238.                             </control>
  1239.                         </control>
  1240.                         <control type="group">
  1241.                             <description>Addons button</description>
  1242.                             <width>190</width>
  1243.                             <height>74</height>
  1244.                             <control type="button" id="8226">
  1245.                                 <visible>Library.HasContent(Music)</visible>
  1246.                                 <posx>0</posx>
  1247.                                 <posy>0</posy>
  1248.                                 <width>190</width>
  1249.                                 <height>74</height>
  1250.                                 <align>right</align>
  1251.                                 <texturenofocus>menu/submenu_center.png</texturenofocus>
  1252.                                 <texturefocus>menu/submenu_center_on.png</texturefocus>
  1253.                                 <label>$LOCALIZE[24001]</label>
  1254.                                 <font>font23</font>
  1255.                                 <textoffsetx>15</textoffsetx>
  1256.                                 <textcolor>grey</textcolor>
  1257.                                 <focusedcolor>green</focusedcolor>
  1258.                                 <onclick>ActivateWindow(MusicLibrary,Addons,return)</onclick>
  1259.                                 <onclick>Dialog.Close(all,true)</onclick>
  1260.                                 <onup>8225</onup>
  1261.                                 <ondown>8227</ondown>
  1262.                                 <onleft>SetFocus(8102)</onleft>
  1263.                                 <onright>Dialog.Close(51)</onright>
  1264.                             </control>
  1265.                             <control type="button" id="8226">
  1266.                                 <visible>!Library.HasContent(Music)</visible>
  1267.                                 <posx>0</posx>
  1268.                                 <posy>0</posy>
  1269.                                 <width>190</width>
  1270.                                 <height>74</height>
  1271.                                 <align>right</align>
  1272.                                 <texturenofocus>menu/submenu_center.png</texturenofocus>
  1273.                                 <texturefocus>menu/submenu_center_on.png</texturefocus>
  1274.                                 <label>$LOCALIZE[24001]</label>
  1275.                                 <font>font23</font>
  1276.                                 <textoffsetx>15</textoffsetx>
  1277.                                 <textcolor>grey</textcolor>
  1278.                                 <focusedcolor>green</focusedcolor>
  1279.                                 <onclick>ActivateWindow(MusicFiles,Addons,return)</onclick>
  1280.                                 <onclick>Dialog.Close(all,true)</onclick>
  1281.                                 <onup>8225</onup>
  1282.                                 <ondown>8227</ondown>
  1283.                                 <onleft>SetFocus(8102)</onleft>
  1284.                                 <onright>Dialog.Close(51)</onright>
  1285.                             </control>
  1286.                         </control>
  1287.                         <control type="group">
  1288.                             <description>PartyMode button</description>
  1289.                             <width>190</width>
  1290.                             <height>74</height>
  1291.                             <visible>Library.HasContent(Music)</visible>
  1292.                             <control type="button" id="8227">
  1293.                                 <posx>0</posx>
  1294.                                 <posy>0</posy>
  1295.                                 <width>190</width>
  1296.                                 <height>74</height>
  1297.                                 <align>right</align>
  1298.                                 <texturenofocus>menu/submenu_center.png</texturenofocus>
  1299.                                 <texturefocus>menu/submenu_center_on.png</texturefocus>
  1300.                                 <label>589</label>
  1301.                                 <font>font23</font>
  1302.                                 <textoffsetx>15</textoffsetx>
  1303.                                 <textcolor>grey</textcolor>
  1304.                                 <focusedcolor>green</focusedcolor>
  1305.                                 <onclick>PlayerControl(Partymode(music))</onclick>
  1306.                                 <onclick>Dialog.Close(all,true)</onclick>
  1307.                                 <onup>8226</onup>
  1308.                                 <ondown>noop</ondown>
  1309.                                 <onleft>SetFocus(8102)</onleft>
  1310.                                 <onright>Dialog.Close(51)</onright>
  1311.                             </control>
  1312.                         </control>
  1313.                         <control type="group">
  1314.                             <width>190</width>
  1315.                             <height>37</height>
  1316.                             <visible>!Library.HasContent(Music)</visible>
  1317.                             <control type="button">
  1318.                                 <posx>0</posx>
  1319.                                 <posy>0</posy>
  1320.                                 <width>190</width>
  1321.                                 <height>37</height>
  1322.                                 <texturenofocus>menu/submenu_center_title.png</texturenofocus>
  1323.                                 <texturefocus>menu/submenu_center_title.png</texturefocus>
  1324.                                 <onclick>noop</onclick>
  1325.                             </control>
  1326.                         </control>
  1327.                         <control type="group">
  1328.                             <width>190</width>
  1329.                             <height>37</height>
  1330.                             <visible>!Library.HasContent(Music)</visible>
  1331.                             <control type="button">
  1332.                                 <posx>0</posx>
  1333.                                 <posy>0</posy>
  1334.                                 <width>190</width>
  1335.                                 <height>37</height>
  1336.                                 <texturenofocus>menu/submenu_center_title.png</texturenofocus>
  1337.                                 <texturefocus>menu/submenu_center_title.png</texturefocus>
  1338.                                 <onclick>noop</onclick>
  1339.                             </control>
  1340.                         </control>
  1341.                         <control type="group">
  1342.                             <width>190</width>
  1343.                             <height>90</height>
  1344.                             <control type="button">
  1345.                                 <posx>0</posx>
  1346.                                 <posy>0</posy>
  1347.                                 <width>190</width>
  1348.                                 <height>90</height>
  1349.                                 <texturenofocus>menu/submenu_bottom.png</texturenofocus>
  1350.                                 <texturefocus>menu/submenu_bottom.png</texturefocus>
  1351.                                 <onclick>noop</onclick>
  1352.                             </control>
  1353.                         </control>
  1354.                     </control>
  1355.                 </control>
  1356.                 <control type="group">
  1357.                     <visible allowhiddenfocus="true">ControlGroup(8230).HasFocus</visible>
  1358.                     <animation type="Conditional" condition="ControlGroup(8230).HasFocus">
  1359.                         <effect type="fade" start="0" end="100" time="180"/>
  1360.                         <effect type="slide" start="0,0" end="240,0" time="120"/>
  1361.                     </animation>
  1362.                     <posx>-240</posx>
  1363.                     <posy>92</posy>
  1364.                     <width>220</width>
  1365.                     <height>608</height>
  1366.                     <control type="image">
  1367.                         <posx>0</posx>
  1368.                         <posy>0</posy>
  1369.                         <width>28</width>
  1370.                         <height>608</height>
  1371.                         <texture>menu/submenu_back.png</texture>
  1372.                     </control>
  1373.                     <control type="grouplist" id="8230">
  1374.                         <description>PVR submenu</description>
  1375.                         <posx>30</posx>
  1376.                         <posy>0</posy>
  1377.                         <width>190</width>
  1378.                         <height>608</height>
  1379.                         <itemgap>0</itemgap>
  1380.                         <pagecontrol>-</pagecontrol>
  1381.                         <orientation>vertical</orientation>
  1382.                         <onup>noop</onup>
  1383.                         <ondown>noop</ondown>
  1384.                         <onleft>noop</onleft>
  1385.                         <onright>noop</onright>
  1386.                         <control type="group">
  1387.                             <description>TV Channels</description>
  1388.                             <width>190</width>
  1389.                             <height>74</height>
  1390.                             <control type="button" id="8231">
  1391.                                 <posx>0</posx>
  1392.                                 <posy>0</posy>
  1393.                                 <width>190</width>
  1394.                                 <height>74</height>
  1395.                                 <align>right</align>
  1396.                                 <texturenofocus>menu/submenu_top.png</texturenofocus>
  1397.                                 <texturefocus>menu/submenu_top_on.png</texturefocus>
  1398.                                 <label>31172</label>
  1399.                                 <font>font23</font>
  1400.                                 <textoffsetx>15</textoffsetx>
  1401.                                 <textcolor>grey</textcolor>
  1402.                                 <focusedcolor>green</focusedcolor>
  1403.                                 <onclick>Dialog.Close(all,true)</onclick>
  1404.                                 <onclick condition="!Window.IsActive(600)">ActivateWindowAndFocus(PVR,32,0)</onclick>
  1405.                                 <onclick>SetFocus(11)</onclick>
  1406.                                 <onup>noop</onup>
  1407.                                 <ondown>8232</ondown>
  1408.                                 <onleft>SetFocus(8102)</onleft>
  1409.                                 <onright>Dialog.Close(51)</onright>
  1410.                             </control>
  1411.                         </control>
  1412.                         <control type="group">
  1413.                             <description>Radio Channels</description>
  1414.                             <width>190</width>
  1415.                             <height>74</height>
  1416.                             <control type="button" id="8232">
  1417.                                 <posx>0</posx>
  1418.                                 <posy>0</posy>
  1419.                                 <width>190</width>
  1420.                                 <height>74</height>
  1421.                                 <align>right</align>
  1422.                                 <texturenofocus>menu/submenu_center.png</texturenofocus>
  1423.                                 <texturefocus>menu/submenu_center_on.png</texturefocus>
  1424.                                 <label>31173</label>
  1425.                                 <font>font23</font>
  1426.                                 <textoffsetx>15</textoffsetx>
  1427.                                 <textcolor>grey</textcolor>
  1428.                                 <focusedcolor>green</focusedcolor>
  1429.                                 <onclick>Dialog.Close(all,true)</onclick>
  1430.                                 <onclick condition="!Window.IsActive(600)">ActivateWindowAndFocus(PVR,33,0)</onclick>
  1431.                                 <onclick>SetFocus(11)</onclick>
  1432.                                 <onup>8231</onup>
  1433.                                 <ondown>8233</ondown>
  1434.                                 <onleft>SetFocus(8102)</onleft>
  1435.                                 <onright>Dialog.Close(51)</onright>
  1436.                             </control>
  1437.                         </control>
  1438.                         <control type="group">
  1439.                             <description>TV Guide</description>
  1440.                             <width>190</width>
  1441.                             <height>74</height>
  1442.                             <control type="button" id="8233">
  1443.                                 <posx>0</posx>
  1444.                                 <posy>0</posy>
  1445.                                 <width>190</width>
  1446.                                 <height>74</height>
  1447.                                 <align>right</align>
  1448.                                 <texturenofocus>menu/submenu_center.png</texturenofocus>
  1449.                                 <texturefocus>menu/submenu_center_on.png</texturefocus>
  1450.                                 <label>$LOCALIZE[19222]</label>
  1451.                                 <font>font23</font>
  1452.                                 <textoffsetx>15</textoffsetx>
  1453.                                 <textcolor>grey</textcolor>
  1454.                                 <focusedcolor>green</focusedcolor>
  1455.                                 <onclick>Dialog.Close(all,true)</onclick>
  1456.                                 <onclick condition="!Window.IsActive(600)">ActivateWindowAndFocus(PVR,31,0)</onclick>
  1457.                                 <onclick>SetFocus(11)</onclick>
  1458.                                 <onup>8232</onup>
  1459.                                 <ondown>8234</ondown>
  1460.                                 <onleft>SetFocus(8102)</onleft>
  1461.                                 <onright>Dialog.Close(51)</onright>
  1462.                             </control>
  1463.                         </control>
  1464.                         <control type="group">
  1465.                             <description>Recordings</description>
  1466.                             <width>190</width>
  1467.                             <height>74</height>
  1468.                             <control type="button" id="8234">
  1469.                                 <posx>0</posx>
  1470.                                 <posy>0</posy>
  1471.                                 <width>190</width>
  1472.                                 <height>74</height>
  1473.                                 <align>right</align>
  1474.                                 <texturenofocus>menu/submenu_center.png</texturenofocus>
  1475.                                 <texturefocus>menu/submenu_center_on.png</texturefocus>
  1476.                                 <label>19163</label>
  1477.                                 <font>font23</font>
  1478.                                 <textoffsetx>15</textoffsetx>
  1479.                                 <textcolor>grey</textcolor>
  1480.                                 <focusedcolor>green</focusedcolor>
  1481.                                 <onclick>Dialog.Close(all,true)</onclick>
  1482.                                 <onclick condition="!Window.IsActive(600)">ActivateWindowAndFocus(PVR,34,0)</onclick>
  1483.                                 <onclick>SetFocus(11)</onclick>
  1484.                                 <onup>8233</onup>
  1485.                                 <ondown>8235</ondown>
  1486.                                 <onleft>SetFocus(8102)</onleft>
  1487.                                 <onright>Dialog.Close(51)</onright>
  1488.                             </control>
  1489.                         </control>
  1490.                         <control type="group">
  1491.                             <width>190</width>
  1492.                             <height>37</height>
  1493.                             <control type="button">
  1494.                                 <posx>0</posx>
  1495.                                 <posy>0</posy>
  1496.                                 <width>190</width>
  1497.                                 <height>37</height>
  1498.                                 <texturenofocus>menu/submenu_center_title.png</texturenofocus>
  1499.                                 <texturefocus>menu/submenu_center_title.png</texturefocus>
  1500.                                 <onclick>noop</onclick>
  1501.                             </control>
  1502.                         </control>
  1503.                         <control type="group">
  1504.                             <width>190</width>
  1505.                             <height>37</height>
  1506.                             <control type="button">
  1507.                                 <posx>0</posx>
  1508.                                 <posy>0</posy>
  1509.                                 <width>190</width>
  1510.                                 <height>37</height>
  1511.                                 <texturenofocus>menu/submenu_center_title.png</texturenofocus>
  1512.                                 <texturefocus>menu/submenu_center_title.png</texturefocus>
  1513.                                 <onclick>noop</onclick>
  1514.                             </control>
  1515.                         </control>
  1516.                         <control type="group">
  1517.                             <width>190</width>
  1518.                             <height>37</height>
  1519.                             <control type="button">
  1520.                                 <posx>0</posx>
  1521.                                 <posy>0</posy>
  1522.                                 <width>190</width>
  1523.                                 <height>37</height>
  1524.                                 <texturenofocus>menu/submenu_center_title.png</texturenofocus>
  1525.                                 <texturefocus>menu/submenu_center_title.png</texturefocus>
  1526.                                 <onclick>noop</onclick>
  1527.                             </control>
  1528.                         </control>
  1529.                         <control type="group">
  1530.                             <width>190</width>
  1531.                             <height>37</height>
  1532.                             <control type="button">
  1533.                                 <posx>0</posx>
  1534.                                 <posy>0</posy>
  1535.                                 <width>190</width>
  1536.                                 <height>37</height>
  1537.                                 <texturenofocus>menu/submenu_center_title.png</texturenofocus>
  1538.                                 <texturefocus>menu/submenu_center_title.png</texturefocus>
  1539.                                 <onclick>noop</onclick>
  1540.                             </control>
  1541.                         </control>
  1542.                         <control type="group">
  1543.                             <width>190</width>
  1544.                             <height>37</height>
  1545.                             <control type="button">
  1546.                                 <posx>0</posx>
  1547.                                 <posy>0</posy>
  1548.                                 <width>190</width>
  1549.                                 <height>37</height>
  1550.                                 <texturenofocus>menu/submenu_center_title.png</texturenofocus>
  1551.                                 <texturefocus>menu/submenu_center_title.png</texturefocus>
  1552.                                 <onclick>noop</onclick>
  1553.                             </control>
  1554.                         </control>
  1555.                         <control type="group">
  1556.                             <width>190</width>
  1557.                             <height>37</height>
  1558.                             <control type="button">
  1559.                                 <posx>0</posx>
  1560.                                 <posy>0</posy>
  1561.                                 <width>190</width>
  1562.                                 <height>37</height>
  1563.                                 <texturenofocus>menu/submenu_center_title.png</texturenofocus>
  1564.                                 <texturefocus>menu/submenu_center_title.png</texturefocus>
  1565.                                 <onclick>noop</onclick>
  1566.                             </control>
  1567.                         </control>
  1568.                         <control type="group">
  1569.                             <width>190</width>
  1570.                             <height>90</height>
  1571.                             <control type="button">
  1572.                                 <posx>0</posx>
  1573.                                 <posy>0</posy>
  1574.                                 <width>190</width>
  1575.                                 <height>90</height>
  1576.                                 <texturenofocus>menu/submenu_bottom.png</texturenofocus>
  1577.                                 <texturefocus>menu/submenu_bottom.png</texturefocus>
  1578.                                 <onclick>noop</onclick>
  1579.                             </control>
  1580.                         </control>
  1581.                     </control>
  1582.                 </control>
  1583.                 <control type="group">
  1584.                     <visible allowhiddenfocus="true">ControlGroup(8240).HasFocus</visible>
  1585.                     <animation type="Conditional" condition="ControlGroup(8240).HasFocus">
  1586.                         <effect type="fade" start="0" end="100" time="180"/>
  1587.                         <effect type="slide" start="0,0" end="240,0" time="120"/>
  1588.                     </animation>
  1589.                     <posx>-240</posx>
  1590.                     <posy>92</posy>
  1591.                     <width>220</width>
  1592.                     <height>608</height>
  1593.                     <control type="image">
  1594.                         <posx>0</posx>
  1595.                         <posy>0</posy>
  1596.                         <width>28</width>
  1597.                         <height>608</height>
  1598.                         <texture>menu/submenu_back.png</texture>
  1599.                     </control>
  1600.                     <control type="grouplist" id="8240">
  1601.                         <description>Extras submenu</description>
  1602.                         <posx>30</posx>
  1603.                         <posy>0</posy>
  1604.                         <width>190</width>
  1605.                         <height>646</height>
  1606.                         <itemgap>0</itemgap>
  1607.                         <pagecontrol>-</pagecontrol>
  1608.                         <orientation>vertical</orientation>
  1609.                         <onup>noop</onup>
  1610.                         <ondown>noop</ondown>
  1611.                         <onleft>noop</onleft>
  1612.                         <onright>noop</onright>
  1613.                         <control type="group">
  1614.                             <description>Programs button</description>
  1615.                             <width>190</width>
  1616.                             <height>74</height>
  1617.                             <control type="button" id="8241">
  1618.                                 <posx>0</posx>
  1619.                                 <posy>0</posy>
  1620.                                 <width>190</width>
  1621.                                 <height>74</height>
  1622.                                 <align>right</align>
  1623.                                 <texturenofocus>menu/submenu_top.png</texturenofocus>
  1624.                                 <texturefocus>menu/submenu_top_on.png</texturefocus>
  1625.                                 <label>24001</label>
  1626.                                 <font>font23</font>
  1627.                                 <textoffsetx>15</textoffsetx>
  1628.                                 <textcolor>grey</textcolor>
  1629.                                 <focusedcolor>green</focusedcolor>
  1630.                                 <onclick>Dialog.Close(all,true)</onclick>
  1631.                                 <onclick>ActivateWindow(Programs,Addons,return)</onclick>
  1632.                                 <onup>8000</onup>
  1633.                                 <ondown>8244</ondown>
  1634.                                 <onleft>SetFocus(8106)</onleft>
  1635.                                 <onright>Dialog.Close(51)</onright>
  1636.                             </control>
  1637.                         </control>
  1638.                         <control type="group">
  1639.                             <description>Pictures button (Live TV is true)</description>
  1640.                             <visible>System.GetBool(pvrmanager.enabled)</visible>
  1641.                             <width>190</width>
  1642.                             <height>74</height>
  1643.                             <control type="button" id="8244">
  1644.                                 <posx>0</posx>
  1645.                                 <posy>0</posy>
  1646.                                 <width>190</width>
  1647.                                 <height>74</height>
  1648.                                 <align>right</align>
  1649.                                 <texturenofocus>menu/submenu_center.png</texturenofocus>
  1650.                                 <texturefocus>menu/submenu_center_on.png</texturefocus>
  1651.                                 <label>1</label>
  1652.                                 <font>font23</font>
  1653.                                 <textoffsetx>15</textoffsetx>
  1654.                                 <textcolor>grey</textcolor>
  1655.                                 <focusedcolor>green</focusedcolor>
  1656.                                 <onclick>Dialog.Close(all,true)</onclick>
  1657.                                 <onclick>ActivateWindow(MyPictures)</onclick>
  1658.                                 <onup>8241</onup>
  1659.                                 <ondown>8242</ondown>
  1660.                                 <onleft>SetFocus(8106)</onleft>
  1661.                                 <onright>Dialog.Close(51)</onright>
  1662.                             </control>
  1663.                         </control>
  1664.                         <control type="group">
  1665.                             <description>File Manager button</description>
  1666.                             <width>190</width>
  1667.                             <height>74</height>
  1668.                             <control type="button" id="8242">
  1669.                                 <posx>0</posx>
  1670.                                 <posy>0</posy>
  1671.                                 <width>190</width>
  1672.                                 <height>74</height>
  1673.                                 <align>right</align>
  1674.                                 <texturenofocus>menu/submenu_center.png</texturenofocus>
  1675.                                 <texturefocus>menu/submenu_center_on.png</texturefocus>
  1676.                                 <label>$LOCALIZE[31013]</label>
  1677.                                 <font>font23</font>
  1678.                                 <textoffsetx>15</textoffsetx>
  1679.                                 <textcolor>grey</textcolor>
  1680.                                 <focusedcolor>green</focusedcolor>
  1681.                                 <onclick>activatewindow(filemanager)</onclick>
  1682.                                 <onclick>Dialog.Close(all,true)</onclick>
  1683.                                 <onup>8244</onup>
  1684.                                 <ondown>8243</ondown>
  1685.                                 <onleft>SetFocus(8106)</onleft>
  1686.                                 <onright>Dialog.Close(51)</onright>
  1687.                             </control>
  1688.                         </control>
  1689.                         <control type="group">
  1690.                             <description>System Info button</description>
  1691.                             <width>190</width>
  1692.                             <height>74</height>
  1693.                             <control type="button" id="8243">
  1694.                                 <posx>0</posx>
  1695.                                 <posy>0</posy>
  1696.                                 <width>190</width>
  1697.                                 <height>74</height>
  1698.                                 <align>right</align>
  1699.                                 <texturenofocus>menu/submenu_center.png</texturenofocus>
  1700.                                 <texturefocus>menu/submenu_center_on.png</texturefocus>
  1701.                                 <label>$LOCALIZE[130]</label>
  1702.                                 <font>font23</font>
  1703.                                 <textoffsetx>15</textoffsetx>
  1704.                                 <textcolor>grey</textcolor>
  1705.                                 <focusedcolor>green</focusedcolor>
  1706.                                 <onclick>activatewindow(systeminfo)</onclick>
  1707.                                 <onclick>Dialog.Close(all,true)</onclick>
  1708.                                 <onup>8242</onup>
  1709.                                 <ondown>noop</ondown>
  1710.                                 <onleft>SetFocus(8106)</onleft>
  1711.                                 <onright>Dialog.Close(51)</onright>
  1712.                             </control>
  1713.                         </control>
  1714.                         <control type="group">
  1715.                             <visible>!System.GetBool(pvrmanager.enabled)</visible>
  1716.                             <width>190</width>
  1717.                             <height>37</height>
  1718.                             <control type="button">
  1719.                                 <posx>0</posx>
  1720.                                 <posy>0</posy>
  1721.                                 <width>190</width>
  1722.                                 <height>37</height>
  1723.                                 <texturenofocus>menu/submenu_center_title.png</texturenofocus>
  1724.                                 <texturefocus>menu/submenu_center_title.png</texturefocus>
  1725.                                 <onclick>noop</onclick>
  1726.                             </control>
  1727.                         </control>
  1728.                         <control type="group">
  1729.                             <visible>!System.GetBool(pvrmanager.enabled)</visible>
  1730.                             <width>190</width>
  1731.                             <height>37</height>
  1732.                             <control type="button">
  1733.                                 <posx>0</posx>
  1734.                                 <posy>0</posy>
  1735.                                 <width>190</width>
  1736.                                 <height>37</height>
  1737.                                 <texturenofocus>menu/submenu_center_title.png</texturenofocus>
  1738.                                 <texturefocus>menu/submenu_center_title.png</texturefocus>
  1739.                                 <onclick>noop</onclick>
  1740.                             </control>
  1741.                         </control>
  1742.                         <control type="group">
  1743.                             <width>190</width>
  1744.                             <height>37</height>
  1745.                             <control type="button">
  1746.                                 <posx>0</posx>
  1747.                                 <posy>0</posy>
  1748.                                 <width>190</width>
  1749.                                 <height>37</height>
  1750.                                 <texturenofocus>menu/submenu_center_title.png</texturenofocus>
  1751.                                 <texturefocus>menu/submenu_center_title.png</texturefocus>
  1752.                                 <onclick>noop</onclick>
  1753.                             </control>
  1754.                         </control>
  1755.                         <control type="group">
  1756.                             <width>190</width>
  1757.                             <height>37</height>
  1758.                             <control type="button">
  1759.                                 <posx>0</posx>
  1760.                                 <posy>0</posy>
  1761.                                 <width>190</width>
  1762.                                 <height>37</height>
  1763.                                 <texturenofocus>menu/submenu_center_title.png</texturenofocus>
  1764.                                 <texturefocus>menu/submenu_center_title.png</texturefocus>
  1765.                                 <onclick>noop</onclick>
  1766.                             </control>
  1767.                         </control>
  1768.                         <control type="group">
  1769.                             <width>190</width>
  1770.                             <height>37</height>
  1771.                             <control type="button">
  1772.                                 <posx>0</posx>
  1773.                                 <posy>0</posy>
  1774.                                 <width>190</width>
  1775.                                 <height>37</height>
  1776.                                 <texturenofocus>menu/submenu_center_title.png</texturenofocus>
  1777.                                 <texturefocus>menu/submenu_center_title.png</texturefocus>
  1778.                                 <onclick>noop</onclick>
  1779.                             </control>
  1780.                         </control>
  1781.                         <control type="group">
  1782.                             <width>190</width>
  1783.                             <height>37</height>
  1784.                             <control type="button">
  1785.                                 <posx>0</posx>
  1786.                                 <posy>0</posy>
  1787.                                 <width>190</width>
  1788.                                 <height>37</height>
  1789.                                 <texturenofocus>menu/submenu_center_title.png</texturenofocus>
  1790.                                 <texturefocus>menu/submenu_center_title.png</texturefocus>
  1791.                                 <onclick>noop</onclick>
  1792.                             </control>
  1793.                         </control>
  1794.                         <control type="group">
  1795.                             <width>190</width>
  1796.                             <height>37</height>
  1797.                             <control type="button">
  1798.                                 <posx>0</posx>
  1799.                                 <posy>0</posy>
  1800.                                 <width>190</width>
  1801.                                 <height>37</height>
  1802.                                 <texturenofocus>menu/submenu_center_title.png</texturenofocus>
  1803.                                 <texturefocus>menu/submenu_center_title.png</texturefocus>
  1804.                                 <onclick>noop</onclick>
  1805.                             </control>
  1806.                         </control>
  1807.                         <control type="group">
  1808.                             <width>190</width>
  1809.                             <height>37</height>
  1810.                             <control type="button">
  1811.                                 <posx>0</posx>
  1812.                                 <posy>0</posy>
  1813.                                 <width>190</width>
  1814.                                 <height>37</height>
  1815.                                 <texturenofocus>menu/submenu_center_title.png</texturenofocus>
  1816.                                 <texturefocus>menu/submenu_center_title.png</texturefocus>
  1817.                                 <onclick>noop</onclick>
  1818.                             </control>
  1819.                         </control>
  1820.                         <control type="group">
  1821.                             <width>190</width>
  1822.                             <height>90</height>
  1823.                             <control type="button">
  1824.                                 <posx>0</posx>
  1825.                                 <posy>0</posy>
  1826.                                 <width>190</width>
  1827.                                 <height>90</height>
  1828.                                 <texturenofocus>menu/submenu_bottom.png</texturenofocus>
  1829.                                 <texturefocus>menu/submenu_bottom.png</texturefocus>
  1830.                                 <onclick>noop</onclick>
  1831.                             </control>
  1832.                         </control>
  1833.                     </control>
  1834.                 </control>
  1835.             </control>
  1836.         </control>
  1837.         <control type="button">
  1838.             <posx>232</posx>
  1839.             <posy>10</posy>
  1840.             <width>1048</width>
  1841.             <height>700</height>
  1842.             <texturenofocus>-</texturenofocus>
  1843.             <texturefocus>-</texturefocus>
  1844.             <label>-</label>
  1845.             <onclick>Dialog.Close(all,true)</onclick>
  1846.             <onfocus>Dialog.Close(51)</onfocus>
  1847.         </control>
  1848.     </controls>
  1849. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement