Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <window type="dialog" id="51">
- <defaultcontrol always="true">8100</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <controls>
- <control type="group">
- <posx>10</posx>
- <posy>10</posy>
- <width>220</width>
- <height>700</height>
- <control type="group">
- <animation type="WindowOpen">
- <effect type="fade" start="0" end="100" time="180" delay="180"/>
- <effect type="slide" start="-220,0" time="120" delay="180"/>
- </animation>
- <animation type="WindowClose">
- <effect type="fade" start="100" end="0" time="180"/>
- <effect type="slide" end="-220,0" time="120"/>
- </animation>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>220</width>
- <height>90</height>
- <texture>backgrounds/nowplaying_background.png</texture>
- </control>
- <control type="grouplist">
- <visible>!Window.IsActive(Home.xml)</visible>
- <posx>6</posx>
- <posy>12</posy>
- <height>68</height>
- <width>212</width>
- <itemgap>14</itemgap>
- <align>center</align>
- <usecontrolcoords>true</usecontrolcoords>
- <orientation>horizontal</orientation>
- <control type="image">
- <description>Weather image</description>
- <height>68</height>
- <width>68</width>
- <info>Window(Weather).Property(Current.ConditionIcon)</info>
- <visible>Weather.IsFetched</visible>
- </control>
- <control type="image">
- <description>Weather image</description>
- <posx>20</posx>
- <height>68</height>
- <width>68</width>
- <texture>icons/icon_weather_na.png</texture>
- <visible>!Weather.IsFetched</visible>
- </control>
- <control type="label">
- <posy>6</posy>
- <height>68</height>
- <width>124</width>
- <font>font36</font>
- <label>31122</label>
- <textcolor>lightgrey</textcolor>
- <visible>!Weather.IsFetched | [Weather.IsFetched + StringCompare(Window(Weather).Property(Current.Temperature),$LOCALIZE[503])]</visible>
- </control>
- <control type="grouplist">
- <visible>Weather.IsFetched + !StringCompare(Window(Weather).Property(Current.Temperature),$LOCALIZE[503])</visible>
- <posy>-3</posy>
- <height>68</height>
- <width>160</width>
- <itemgap>0</itemgap>
- <orientation>horizontal</orientation>
- <control type="label">
- <description>Current Temperature</description>
- <height>68</height>
- <width min="0" max="124">auto</width>
- <font>font48b</font>
- <info>Window(Weather).Property(Current.Temperature)</info>
- </control>
- <control type="group">
- <height>68</height>
- <width>40</width>
- <control type="label">
- <description>Current Temperature</description>
- <posy>7</posy>
- <height>68</height>
- <width>40</width>
- <font>font28</font>
- <textcolor>lightgrey</textcolor>
- <info>System.TemperatureUnits</info>
- </control>
- </control>
- </control>
- </control>
- <control type="group">
- <animation type="Conditional" condition="ControlGroup(8210).HasFocus | ControlGroup(8220).HasFocus| ControlGroup(8230).HasFocus | ControlGroup(8240).HasFocus">
- <effect type="fade" start="100" end="0" time="180"/>
- <effect type="slide" start="0,0" end="-220,0" time="120"/>
- </animation>
- <posx>0</posx>
- <posy>92</posy>
- <control type="grouplist" id="8100">
- <posx>0</posx>
- <posy>0</posy>
- <width>220</width>
- <height>700</height>
- <itemgap>0</itemgap>
- <pagecontrol>-</pagecontrol>
- <orientation>vertical</orientation>
- <onup>noop</onup>
- <ondown>noop</ondown>
- <onleft>noop</onleft>
- <onright>noop</onright>
- <control type="group">
- <description>Now Playing</description>
- <visible>Player.HasMedia</visible>
- <width>220</width>
- <height>74</height>
- <control type="button" id="8001">
- <posx>0</posx>
- <posy>0</posy>
- <width>220</width>
- <height>74</height>
- <texturenofocus>menu/menu_top.png</texturenofocus>
- <texturefocus>menu/menu_top_on.png</texturefocus>
- <visible>Player.HasVideo</visible>
- <onclick>ActivateWindow(FullscreenVideo)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onright>Dialog.Close(51)</onright>
- <onup>noop</onup>
- <ondown>8002</ondown>
- </control>
- <control type="button" id="8002">
- <posx>0</posx>
- <posy>0</posy>
- <width>220</width>
- <height>74</height>
- <texturenofocus>menu/menu_top.png</texturenofocus>
- <texturefocus>menu/menu_top_on.png</texturefocus>
- <visible>Player.HasAudio</visible>
- <onclick>ActivateWindow(Visualisation)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onright>Dialog.Close(51)</onright>
- <onup>8001</onup>
- <ondown>8101</ondown>
- </control>
- <control type="image">
- <visible>!Control.HasFocus(8001) | !Control.HasFocus(8002)</visible>
- <posx>4</posx>
- <posy>4</posy>
- <width>66</width>
- <height>66</height>
- <texture>icons/icon_nowplaying.png</texture>
- <colordiffuse>yellow</colordiffuse>
- </control>
- <control type="image">
- <visible>Control.HasFocus(8001) | Control.HasFocus(8002)</visible>
- <posx>4</posx>
- <posy>4</posy>
- <width>66</width>
- <height>66</height>
- <texture>icons/icon_nowplaying.png</texture>
- <colordiffuse>green</colordiffuse>
- </control>
- <control type="label">
- <visible>!Control.HasFocus(8001) | !Control.HasFocus(8002)</visible>
- <posx>66</posx>
- <posy>0</posy>
- <width>144</width>
- <height>74</height>
- <aligny>center</aligny>
- <label>31110</label>
- <font>font23</font>
- <textcolor>yellow</textcolor>
- </control>
- <control type="label">
- <visible>Control.HasFocus(8001) | Control.HasFocus(8002)</visible>
- <posx>66</posx>
- <posy>0</posy>
- <width>144</width>
- <height>74</height>
- <aligny>center</aligny>
- <label>31110</label>
- <font>font23</font>
- <textcolor>green</textcolor>
- </control>
- </control>
- <control type="group">
- <description>Videos button</description>
- <width>220</width>
- <height>74</height>
- <control type="button" id="8101">
- <visible>!Player.HasMedia</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>220</width>
- <height>74</height>
- <texturenofocus>menu/menu_top.png</texturenofocus>
- <texturefocus>menu/menu_top_on.png</texturefocus>
- <onclick>SetFocus(8210)</onclick>
- <onright>Dialog.Close(51)</onright>
- <onup>8002</onup>
- <ondown>8102</ondown>
- </control>
- <control type="button" id="8101">
- <visible>Player.HasMedia</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>220</width>
- <height>74</height>
- <texturenofocus>menu/menu_center.png</texturenofocus>
- <texturefocus>menu/menu_center_on.png</texturefocus>
- <onclick>SetFocus(8210)</onclick>
- <onright>Dialog.Close(51)</onright>
- <onup>8002</onup>
- <ondown>8102</ondown>
- </control>
- <control type="image">
- <visible>!Control.HasFocus(8101)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>74</width>
- <height>74</height>
- <texture>icons/icon_menu_video.png</texture>
- <colordiffuse>grey</colordiffuse>
- </control>
- <control type="image">
- <visible>Control.HasFocus(8101)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>74</width>
- <height>74</height>
- <texture>icons/icon_menu_video.png</texture>
- <colordiffuse>green</colordiffuse>
- </control>
- <control type="label">
- <visible>!Control.HasFocus(8101)</visible>
- <posx>66</posx>
- <posy>0</posy>
- <width>144</width>
- <height>74</height>
- <aligny>center</aligny>
- <label>3</label>
- <font>font23</font>
- <textcolor>grey</textcolor>
- </control>
- <control type="label">
- <visible>Control.HasFocus(8101)</visible>
- <posx>66</posx>
- <posy>0</posy>
- <width>144</width>
- <height>74</height>
- <aligny>center</aligny>
- <label>3</label>
- <font>font23</font>
- <textcolor>green</textcolor>
- <scroll>true</scroll>
- </control>
- </control>
- <control type="group">
- <description>Music button</description>
- <width>220</width>
- <height>74</height>
- <control type="button" id="8102">
- <posx>0</posx>
- <posy>0</posy>
- <width>220</width>
- <height>74</height>
- <texturenofocus>menu/menu_center.png</texturenofocus>
- <texturefocus>menu/menu_center_on.png</texturefocus>
- <onclick>SetFocus(8220)</onclick>
- <onright>Dialog.Close(51)</onright>
- <onup>8101</onup>
- <ondown>8107</ondown>
- </control>
- <control type="image">
- <visible>!Control.HasFocus(8102)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>74</width>
- <height>74</height>
- <texture>icons/icon_menu_music.png</texture>
- <colordiffuse>grey</colordiffuse>
- </control>
- <control type="image">
- <visible>Control.HasFocus(8102)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>74</width>
- <height>74</height>
- <texture>icons/icon_menu_music.png</texture>
- <colordiffuse>green</colordiffuse>
- </control>
- <control type="label">
- <visible>!Control.HasFocus(8102)</visible>
- <posx>66</posx>
- <posy>0</posy>
- <width>144</width>
- <height>74</height>
- <aligny>center</aligny>
- <label>2</label>
- <font>font23</font>
- <textcolor>grey</textcolor>
- </control>
- <control type="label">
- <visible>Control.HasFocus(8102)</visible>
- <posx>66</posx>
- <posy>0</posy>
- <width>144</width>
- <height>74</height>
- <aligny>center</aligny>
- <label>2</label>
- <font>font23</font>
- <textcolor>green</textcolor>
- <scroll>true</scroll>
- </control>
- </control>
- <control type="group">
- <description>Live TV Button</description>
- <visible>Control.IsVisible(8107)</visible>
- <width>220</width>
- <height>74</height>
- <control type="button" id="8107">
- <visible>System.GetBool(pvrmanager.enabled)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>220</width>
- <height>74</height>
- <texturenofocus>menu/menu_center.png</texturenofocus>
- <texturefocus>menu/menu_center_on.png</texturefocus>
- <onclick>SetFocus(8230)</onclick>
- <onright>Dialog.Close(51)</onright>
- <onup>8102</onup>
- <ondown>8103</ondown>
- </control>
- <control type="image">
- <visible>!Control.HasFocus(8107)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>74</width>
- <height>74</height>
- <texture>icons/icon_menu_pvr.png</texture>
- <colordiffuse>grey</colordiffuse>
- </control>
- <control type="image">
- <visible>Control.HasFocus(8107)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>74</width>
- <height>74</height>
- <texture>icons/icon_menu_pvr.png</texture>
- <colordiffuse>green</colordiffuse>
- </control>
- <control type="label">
- <visible>!Control.HasFocus(8107)</visible>
- <posx>66</posx>
- <posy>0</posy>
- <width>144</width>
- <height>74</height>
- <aligny>center</aligny>
- <label>31150</label>
- <font>font23</font>
- <textcolor>grey</textcolor>
- </control>
- <control type="label">
- <visible>Control.HasFocus(8107)</visible>
- <posx>66</posx>
- <posy>0</posy>
- <width>144</width>
- <height>74</height>
- <aligny>center</aligny>
- <label>31150</label>
- <font>font23</font>
- <textcolor>green</textcolor>
- <scroll>true</scroll>
- </control>
- </control>
- <control type="group">
- <description>Pictures button</description>
- <visible>!System.GetBool(pvrmanager.enabled)</visible>
- <width>220</width>
- <height>74</height>
- <control type="button" id="8103">
- <posx>0</posx>
- <posy>0</posy>
- <width>220</width>
- <height>74</height>
- <texturenofocus>menu/menu_center.png</texturenofocus>
- <texturefocus>menu/menu_center_on.png</texturefocus>
- <onclick>ActivateWindow(MyPictures)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onright>Dialog.Close(51)</onright>
- <onup>8107</onup>
- <ondown>8104</ondown>
- </control>
- <control type="image">
- <visible>!Control.HasFocus(8103)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>74</width>
- <height>74</height>
- <texture>icons/icon_menu_pictures.png</texture>
- <colordiffuse>grey</colordiffuse>
- </control>
- <control type="image">
- <visible>Control.HasFocus(8103)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>74</width>
- <height>74</height>
- <texture>icons/icon_menu_pictures.png</texture>
- <colordiffuse>green</colordiffuse>
- </control>
- <control type="label">
- <visible>!Control.HasFocus(8103)</visible>
- <posx>66</posx>
- <posy>0</posy>
- <width>144</width>
- <height>74</height>
- <aligny>center</aligny>
- <label>1</label>
- <font>font23</font>
- <textcolor>grey</textcolor>
- </control>
- <control type="label">
- <visible>Control.HasFocus(8103)</visible>
- <posx>66</posx>
- <posy>0</posy>
- <width>144</width>
- <height>74</height>
- <aligny>center</aligny>
- <label>1</label>
- <font>font23</font>
- <textcolor>green</textcolor>
- <scroll>true</scroll>
- </control>
- </control>
- <control type="group">
- <description>Favorites button</description>
- <visible>Control.IsVisible(8104)</visible>
- <width>220</width>
- <height>74</height>
- <control type="button" id="8104">
- <posx>0</posx>
- <posy>0</posy>
- <width>220</width>
- <height>74</height>
- <texturenofocus>menu/menu_center.png</texturenofocus>
- <texturefocus>menu/menu_center_on.png</texturefocus>
- <onclick>Dialog.Close(all,true)</onclick>
- <onclick>ActivateWindow(Favourites)</onclick>
- <onright>Dialog.Close(51)</onright>
- <onup>8103</onup>
- <ondown>8105</ondown>
- </control>
- <control type="image">
- <visible>!Control.HasFocus(8104)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>74</width>
- <height>74</height>
- <texture>icons/icon_menu_favourites.png</texture>
- <colordiffuse>grey</colordiffuse>
- </control>
- <control type="image">
- <visible>Control.HasFocus(8104)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>74</width>
- <height>74</height>
- <texture>icons/icon_menu_favourites.png</texture>
- <colordiffuse>green</colordiffuse>
- </control>
- <control type="label">
- <visible>!Control.HasFocus(8104)</visible>
- <posx>66</posx>
- <posy>0</posy>
- <width>144</width>
- <height>74</height>
- <aligny>center</aligny>
- <label>1036</label>
- <font>font23</font>
- <textcolor>grey</textcolor>
- </control>
- <control type="label">
- <visible>Control.HasFocus(8104)</visible>
- <posx>66</posx>
- <posy>0</posy>
- <width>144</width>
- <height>74</height>
- <aligny>center</aligny>
- <label>1036</label>
- <font>font23</font>
- <textcolor>green</textcolor>
- <scroll>true</scroll>
- </control>
- </control>
- <control type="group">
- <description>Weather Button</description>
- <visible>Control.IsVisible(8105)</visible>
- <width>220</width>
- <height>74</height>
- <control type="button" id="8105">
- <posx>0</posx>
- <posy>0</posy>
- <width>220</width>
- <height>74</height>
- <texturenofocus>menu/menu_center.png</texturenofocus>
- <texturefocus>menu/menu_center_on.png</texturefocus>
- <onclick>ActivateWindow(MyWeather)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onright>Dialog.Close(51)</onright>
- <onup>8104</onup>
- <ondown>8106</ondown>
- </control>
- <control type="image">
- <visible>!Control.HasFocus(8105)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>74</width>
- <height>74</height>
- <texture>icons/icon_menu_weather.png</texture>
- <colordiffuse>grey</colordiffuse>
- </control>
- <control type="image">
- <visible>Control.HasFocus(8105)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>74</width>
- <height>74</height>
- <texture>icons/icon_menu_weather.png</texture>
- <colordiffuse>green</colordiffuse>
- </control>
- <control type="label">
- <visible>!Control.HasFocus(8105)</visible>
- <posx>66</posx>
- <posy>0</posy>
- <width>144</width>
- <height>74</height>
- <aligny>center</aligny>
- <label>8</label>
- <font>font23</font>
- <textcolor>grey</textcolor>
- </control>
- <control type="label">
- <visible>Control.HasFocus(8105)</visible>
- <posx>66</posx>
- <posy>0</posy>
- <width>144</width>
- <height>74</height>
- <aligny>center</aligny>
- <label>8</label>
- <font>font23</font>
- <textcolor>green</textcolor>
- <scroll>true</scroll>
- </control>
- </control>
- <control type="group">
- <description>Extras button</description>
- <visible>Control.IsVisible(8106)</visible>
- <width>220</width>
- <height>74</height>
- <control type="button" id="8106">
- <posx>0</posx>
- <posy>0</posy>
- <width>220</width>
- <height>74</height>
- <texturenofocus>menu/menu_center.png</texturenofocus>
- <texturefocus>menu/menu_center_on.png</texturefocus>
- <onclick>SetFocus(8240)</onclick>
- <onright>Dialog.Close(51)</onright>
- <onup>8105</onup>
- <ondown>8109</ondown>
- </control>
- <control type="image">
- <visible>!Control.HasFocus(8106)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>74</width>
- <height>74</height>
- <texture>icons/icon_menu_extras.png</texture>
- <colordiffuse>grey</colordiffuse>
- </control>
- <control type="image">
- <visible>Control.HasFocus(8106)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>74</width>
- <height>74</height>
- <texture>icons/icon_menu_extras.png</texture>
- <colordiffuse>green</colordiffuse>
- </control>
- <control type="label">
- <visible>!Control.HasFocus(8106)</visible>
- <posx>66</posx>
- <posy>0</posy>
- <width>144</width>
- <height>74</height>
- <aligny>center</aligny>
- <label>31111</label>
- <font>font23</font>
- <textcolor>grey</textcolor>
- </control>
- <control type="label">
- <visible>Control.HasFocus(8106)</visible>
- <posx>66</posx>
- <posy>0</posy>
- <width>144</width>
- <height>74</height>
- <aligny>center</aligny>
- <label>31111</label>
- <font>font23</font>
- <textcolor>green</textcolor>
- <scroll>true</scroll>
- </control>
- </control>
- <control type="group">
- <description>filler empty button</description>
- <visible>!Player.HasMedia</visible>
- <width>220</width>
- <height>74</height>
- <control type="button">
- <enable>false</enable>
- <posx>0</posx>
- <posy>0</posy>
- <width>220</width>
- <height>74</height>
- <texturenofocus>menu/menu_center.png</texturenofocus>
- <texturefocus>menu/menu_center_on.png</texturefocus>
- <label>-</label>
- <onclick>noop</onclick>
- </control>
- </control>
- <control type="group">
- <description>setting</description>
- <width>220</width>
- <height>90</height>
- <control type="image">
- <visible>!Control.HasFocus(8109) + !Control.HasFocus(8130) + !Control.HasFocus(8132) + !Control.HasFocus(8134) + !Control.HasFocus(8136) + !Control.HasFocus(8138)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>220</width>
- <height>91</height>
- <texture>menu/menu_bottom.png</texture>
- </control>
- <control type="image">
- <visible>Control.HasFocus(8109)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>220</width>
- <height>91</height>
- <texture>menu/menu_bottom2.png</texture>
- </control>
- <control type="image">
- <visible>Control.HasFocus(8130) | Control.HasFocus(8132) | Control.HasFocus(8134) | Control.HasFocus(8136) | Control.HasFocus(8138)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>220</width>
- <height>91</height>
- <texture>menu/menu_bottom3.png</texture>
- </control>
- <control type="group">
- <description>settings button</description>
- <posx>0</posx>
- <posy>1</posy>
- <width>220</width>
- <height>40</height>
- <control type="button" id="8109">
- <posx>0</posx>
- <posy>0</posy>
- <width>220</width>
- <height>40</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onclick>ActivateWindow(Settings)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onright>Dialog.Close(51)</onright>
- <onup>8106</onup>
- <ondown>8130</ondown>
- </control>
- <control type="image">
- <visible>!Control.HasFocus(8109)</visible>
- <posx>12</posx>
- <posy>0</posy>
- <width>40</width>
- <height>40</height>
- <texture>icons/icon_menu_settings.png</texture>
- <colordiffuse>grey</colordiffuse>
- </control>
- <control type="image">
- <visible>Control.HasFocus(8109)</visible>
- <posx>12</posx>
- <posy>0</posy>
- <width>40</width>
- <height>40</height>
- <texture>icons/icon_menu_settings.png</texture>
- <colordiffuse>green</colordiffuse>
- </control>
- <control type="label">
- <visible>!Control.HasFocus(8109)</visible>
- <posx>66</posx>
- <posy>0</posy>
- <width>220</width>
- <height>40</height>
- <aligny>center</aligny>
- <label>5</label>
- <font>font23</font>
- <textcolor>grey</textcolor>
- </control>
- <control type="label">
- <visible>Control.HasFocus(8109)</visible>
- <posx>66</posx>
- <posy>0</posy>
- <width>220</width>
- <height>40</height>
- <aligny>center</aligny>
- <label>5</label>
- <font>font23</font>
- <textcolor>green</textcolor>
- <scroll>true</scroll>
- </control>
- </control>
- </control>
- </control>
- <control type="group">
- <posx>15</posx>
- <posy>560</posy>
- <width>220</width>
- <height>40</height>
- <control type="grouplist">
- <posx>0</posx>
- <posy>0</posy>
- <width>220</width>
- <height>40</height>
- <itemgap>8</itemgap>
- <pagecontrol>-</pagecontrol>
- <orientation>horizontal</orientation>
- <usecontrolcoords>true</usecontrolcoords>
- <onup>noop</onup>
- <ondown>noop</ondown>
- <onleft>noop</onleft>
- <onright>noop</onright>
- <control type="button" id="8130">
- <description>exit button</description>
- <width>24</width>
- <height>40</height>
- <texturenofocus>icons/icon_menu_exit.png</texturenofocus>
- <texturefocus>icons/icon_menu_exit_fo.png</texturefocus>
- <onclick>ActivateWindow(shutdownmenu)</onclick>
- <onleft>noop</onleft>
- <onright>8132</onright>
- <onup>8109</onup>
- <ondown>noop</ondown>
- </control>
- <control type="image" id="8131">
- <description>left dotted line</description>
- <posy>4</posy>
- <width>3</width>
- <height>33</height>
- <texture>icons/dotted_line_divider.png</texture>
- </control>
- <control type="button" id="8132">
- <description>exit button</description>
- <width>24</width>
- <height>40</height>
- <texturenofocus>icons/icon_menu_global_search.png</texturenofocus>
- <texturefocus>icons/icon_menu_global_search_fo.png</texturefocus>
- <onclick>RunScript(script.globalsearch)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onleft>noop</onleft>
- <onup>8109</onup>
- <ondown>noop</ondown>
- </control>
- <control type="image" id="8133">
- <description>left dotted line</description>
- <posy>4</posy>
- <width>3</width>
- <height>33</height>
- <texture>icons/dotted_line_divider.png</texture>
- </control>
- <control type="button" id="8134">
- <visible>System.HasLoginScreen + System.LoggedOn</visible>
- <description>profile button</description>
- <width>18</width>
- <height>40</height>
- <texturenofocus>icons/icon_menu_logoff.png</texturenofocus>
- <texturefocus>icons/icon_menu_logoff_fo.png</texturefocus>
- <onclick>system.logoff</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onup>8109</onup>
- <ondown>noop</ondown>
- </control>
- <control type="image" id="8135">
- <description>left dotted line</description>
- <visible>System.HasLoginScreen + System.LoggedOn</visible>
- <posy>4</posy>
- <width>3</width>
- <height>33</height>
- <texture>icons/dotted_line_divider.png</texture>
- </control>
- <control type="button" id="8136">
- <description>Eject button</description>
- <width>25</width>
- <height>40</height>
- <texturenofocus>icons/icon_menu_eject.png</texturenofocus>
- <texturefocus>icons/icon_menu_eject_fo.png</texturefocus>
- <onclick>EjectTray()</onclick>
- <onup>8109</onup>
- <ondown>noop</ondown>
- </control>
- <control type="image" id="8137">
- <description>left dotted line</description>
- <visible>Control.IsVisible(8138)</visible>
- <posy>4</posy>
- <width>3</width>
- <height>33</height>
- <texture>icons/dotted_line_divider.png</texture>
- </control>
- <control type="button" id="8138">
- <description>Play disc button</description>
- <visible>System.HasMediadvd</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>25</width>
- <height>40</height>
- <texturenofocus>icons/icon_menu_play_disc.png</texturenofocus>
- <texturefocus>icons/icon_menu_play_disc_fo.png</texturefocus>
- <onclick>PlayDVD</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onright>Dialog.Close(51)</onright>
- <onup>8109</onup>
- <ondown>noop</ondown>
- </control>
- <control type="button" id="8139">
- <description>Dummy button</description>
- <visible>!System.HasMediadvd</visible>
- <posx>100</posx>
- <posy>0</posy>
- <width>40</width>
- <height>40</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onfocus>Dialog.Close(51)</onfocus>
- </control>
- </control>
- </control>
- </control>
- <control type="group">
- <visible allowhiddenfocus="true">ControlGroup(8210).HasFocus</visible>
- <animation type="Conditional" condition="ControlGroup(8210).HasFocus">
- <effect type="fade" start="0" end="100" time="180"/>
- <effect type="slide" start="0,0" end="240,0" time="120"/>
- </animation>
- <posx>-240</posx>
- <posy>92</posy>
- <width>220</width>
- <height>608</height>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>28</width>
- <height>608</height>
- <texture>menu/submenu_back.png</texture>
- </control>
- <control type="grouplist" id="8210">
- <description>Videos submenu</description>
- <posx>30</posx>
- <posy>0</posy>
- <width>190</width>
- <height>608</height>
- <itemgap>0</itemgap>
- <pagecontrol>-</pagecontrol>
- <orientation>vertical</orientation>
- <onup>noop</onup>
- <ondown>noop</ondown>
- <onleft>noop</onleft>
- <onright>noop</onright>
- <control type="group">
- <description>Movies button</description>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8211">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_top.png</texturenofocus>
- <texturefocus>menu/submenu_top_on.png</texturefocus>
- <label>342</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>ActivateWindow(Videos,MovieTitles,return)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onup>noop</onup>
- <ondown>8212</ondown>
- <onleft>SetFocus(8101)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <description>TV Shows button</description>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8212">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_center.png</texturenofocus>
- <texturefocus>menu/submenu_center_on.png</texturefocus>
- <label>20343</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>ActivateWindow(Videos,TvShowTitles,return)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onup>8211</onup>
- <ondown>8213</ondown>
- <onleft>SetFocus(8101)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <description>Music Videos button</description>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8213">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_center.png</texturenofocus>
- <texturefocus>menu/submenu_center_on.png</texturefocus>
- <label>20389</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>ActivateWindow(Videos,MusicVideoTitles,return)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onup>8212</onup>
- <ondown>8214</ondown>
- <onleft>SetFocus(8101)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <description>Files button</description>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8214">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_center.png</texturenofocus>
- <texturefocus>menu/submenu_center_on.png</texturefocus>
- <label>744</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>ActivateWindow(Videos,Files,return)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onup>8213</onup>
- <ondown>8215</ondown>
- <onleft>SetFocus(8101)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <description>Library button</description>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8215">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <texturenofocus>menu/submenu_center.png</texturenofocus>
- <texturefocus>menu/submenu_center_on.png</texturefocus>
- <label>14022</label>
- <font>font23</font>
- <align>right</align>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>ActivateWindow(Videos,root)</onclick>
- <onup>8214</onup>
- <ondown>8216</ondown>
- <onclick>Dialog.Close(all,true)</onclick>
- <onleft>SetFocus(8101)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <description>Addons button</description>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8216">
- <visible>Library.HasContent(Video)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_center.png</texturenofocus>
- <texturefocus>menu/submenu_center_on.png</texturefocus>
- <label>$LOCALIZE[24001]</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>ActivateWindow(Videos,Addons,return)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onup>8215</onup>
- <ondown>noop</ondown>
- <onleft>SetFocus(8101)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- <control type="button" id="8216">
- <visible>!Library.HasContent(Video)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_center.png</texturenofocus>
- <texturefocus>menu/submenu_center_on.png</texturefocus>
- <label>$LOCALIZE[24001]</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>ActivateWindow(Videos,Addons,return)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onup>8215</onup>
- <ondown>noop</ondown>
- <onleft>SetFocus(8101)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>37</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>37</height>
- <texturenofocus>menu/submenu_center_title.png</texturenofocus>
- <texturefocus>menu/submenu_center_title.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>37</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>37</height>
- <texturenofocus>menu/submenu_center_title.png</texturenofocus>
- <texturefocus>menu/submenu_center_title.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>90</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>90</height>
- <texturenofocus>menu/submenu_bottom.png</texturenofocus>
- <texturefocus>menu/submenu_bottom.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- </control>
- </control>
- <control type="group">
- <visible allowhiddenfocus="true">ControlGroup(8220).HasFocus</visible>
- <animation type="Conditional" condition="ControlGroup(8220).HasFocus">
- <effect type="fade" start="0" end="100" time="180"/>
- <effect type="slide" start="0,0" end="240,0" time="120"/>
- </animation>
- <posx>-240</posx>
- <posy>92</posy>
- <width>220</width>
- <height>608</height>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>28</width>
- <height>608</height>
- <texture>menu/submenu_back.png</texture>
- </control>
- <control type="grouplist" id="8220">
- <description>Music submenu</description>
- <posx>30</posx>
- <posy>0</posy>
- <width>190</width>
- <height>608</height>
- <itemgap>0</itemgap>
- <pagecontrol>-</pagecontrol>
- <orientation>vertical</orientation>
- <onup>noop</onup>
- <ondown>noop</ondown>
- <onleft>noop</onleft>
- <onright>noop</onright>
- <control type="group">
- <description>Albums button</description>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8221">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_top.png</texturenofocus>
- <texturefocus>menu/submenu_top_on.png</texturefocus>
- <label>132</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>ActivateWindow(MusicLibrary,Albums,return)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onup>noop</onup>
- <ondown>8222</ondown>
- <onleft>SetFocus(8102)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <description>Artists button</description>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8222">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_center.png</texturenofocus>
- <texturefocus>menu/submenu_center_on.png</texturefocus>
- <label>133</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>ActivateWindow(MusicLibrary,Artists,return)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onup>8221</onup>
- <ondown>8223</ondown>
- <onleft>SetFocus(8102)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <description>Songs button</description>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8223">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_center.png</texturenofocus>
- <texturefocus>menu/submenu_center_on.png</texturefocus>
- <label>134</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>ActivateWindow(MusicLibrary,Songs,return)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onup>8222</onup>
- <ondown>8224</ondown>
- <onleft>SetFocus(8102)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <description>Files button</description>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8224">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_center.png</texturenofocus>
- <texturefocus>menu/submenu_center_on.png</texturefocus>
- <label>744</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>ActivateWindow(MusicFiles)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onup>8223</onup>
- <ondown>8225</ondown>
- <onleft>SetFocus(8102)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <description>Library button</description>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8225">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_center.png</texturenofocus>
- <texturefocus>menu/submenu_center_on.png</texturefocus>
- <label>14022</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>ActivateWindow(MusicLibrary,root)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onup>8224</onup>
- <ondown>8226</ondown>
- <onleft>SetFocus(8102)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <description>Addons button</description>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8226">
- <visible>Library.HasContent(Music)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_center.png</texturenofocus>
- <texturefocus>menu/submenu_center_on.png</texturefocus>
- <label>$LOCALIZE[24001]</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>ActivateWindow(MusicLibrary,Addons,return)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onup>8225</onup>
- <ondown>8227</ondown>
- <onleft>SetFocus(8102)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- <control type="button" id="8226">
- <visible>!Library.HasContent(Music)</visible>
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_center.png</texturenofocus>
- <texturefocus>menu/submenu_center_on.png</texturefocus>
- <label>$LOCALIZE[24001]</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>ActivateWindow(MusicFiles,Addons,return)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onup>8225</onup>
- <ondown>8227</ondown>
- <onleft>SetFocus(8102)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <description>PartyMode button</description>
- <width>190</width>
- <height>74</height>
- <visible>Library.HasContent(Music)</visible>
- <control type="button" id="8227">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_center.png</texturenofocus>
- <texturefocus>menu/submenu_center_on.png</texturefocus>
- <label>589</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>PlayerControl(Partymode(music))</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onup>8226</onup>
- <ondown>noop</ondown>
- <onleft>SetFocus(8102)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>37</height>
- <visible>!Library.HasContent(Music)</visible>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>37</height>
- <texturenofocus>menu/submenu_center_title.png</texturenofocus>
- <texturefocus>menu/submenu_center_title.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>37</height>
- <visible>!Library.HasContent(Music)</visible>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>37</height>
- <texturenofocus>menu/submenu_center_title.png</texturenofocus>
- <texturefocus>menu/submenu_center_title.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>90</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>90</height>
- <texturenofocus>menu/submenu_bottom.png</texturenofocus>
- <texturefocus>menu/submenu_bottom.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- </control>
- </control>
- <control type="group">
- <visible allowhiddenfocus="true">ControlGroup(8230).HasFocus</visible>
- <animation type="Conditional" condition="ControlGroup(8230).HasFocus">
- <effect type="fade" start="0" end="100" time="180"/>
- <effect type="slide" start="0,0" end="240,0" time="120"/>
- </animation>
- <posx>-240</posx>
- <posy>92</posy>
- <width>220</width>
- <height>608</height>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>28</width>
- <height>608</height>
- <texture>menu/submenu_back.png</texture>
- </control>
- <control type="grouplist" id="8230">
- <description>PVR submenu</description>
- <posx>30</posx>
- <posy>0</posy>
- <width>190</width>
- <height>608</height>
- <itemgap>0</itemgap>
- <pagecontrol>-</pagecontrol>
- <orientation>vertical</orientation>
- <onup>noop</onup>
- <ondown>noop</ondown>
- <onleft>noop</onleft>
- <onright>noop</onright>
- <control type="group">
- <description>TV Channels</description>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8231">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_top.png</texturenofocus>
- <texturefocus>menu/submenu_top_on.png</texturefocus>
- <label>31172</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>Dialog.Close(all,true)</onclick>
- <onclick condition="!Window.IsActive(600)">ActivateWindowAndFocus(PVR,32,0)</onclick>
- <onclick>SetFocus(11)</onclick>
- <onup>noop</onup>
- <ondown>8232</ondown>
- <onleft>SetFocus(8102)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <description>Radio Channels</description>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8232">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_center.png</texturenofocus>
- <texturefocus>menu/submenu_center_on.png</texturefocus>
- <label>31173</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>Dialog.Close(all,true)</onclick>
- <onclick condition="!Window.IsActive(600)">ActivateWindowAndFocus(PVR,33,0)</onclick>
- <onclick>SetFocus(11)</onclick>
- <onup>8231</onup>
- <ondown>8233</ondown>
- <onleft>SetFocus(8102)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <description>TV Guide</description>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8233">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_center.png</texturenofocus>
- <texturefocus>menu/submenu_center_on.png</texturefocus>
- <label>$LOCALIZE[19222]</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>Dialog.Close(all,true)</onclick>
- <onclick condition="!Window.IsActive(600)">ActivateWindowAndFocus(PVR,31,0)</onclick>
- <onclick>SetFocus(11)</onclick>
- <onup>8232</onup>
- <ondown>8234</ondown>
- <onleft>SetFocus(8102)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <description>Recordings</description>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8234">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_center.png</texturenofocus>
- <texturefocus>menu/submenu_center_on.png</texturefocus>
- <label>19163</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>Dialog.Close(all,true)</onclick>
- <onclick condition="!Window.IsActive(600)">ActivateWindowAndFocus(PVR,34,0)</onclick>
- <onclick>SetFocus(11)</onclick>
- <onup>8233</onup>
- <ondown>8235</ondown>
- <onleft>SetFocus(8102)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>37</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>37</height>
- <texturenofocus>menu/submenu_center_title.png</texturenofocus>
- <texturefocus>menu/submenu_center_title.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>37</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>37</height>
- <texturenofocus>menu/submenu_center_title.png</texturenofocus>
- <texturefocus>menu/submenu_center_title.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>37</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>37</height>
- <texturenofocus>menu/submenu_center_title.png</texturenofocus>
- <texturefocus>menu/submenu_center_title.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>37</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>37</height>
- <texturenofocus>menu/submenu_center_title.png</texturenofocus>
- <texturefocus>menu/submenu_center_title.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>37</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>37</height>
- <texturenofocus>menu/submenu_center_title.png</texturenofocus>
- <texturefocus>menu/submenu_center_title.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>37</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>37</height>
- <texturenofocus>menu/submenu_center_title.png</texturenofocus>
- <texturefocus>menu/submenu_center_title.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>90</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>90</height>
- <texturenofocus>menu/submenu_bottom.png</texturenofocus>
- <texturefocus>menu/submenu_bottom.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- </control>
- </control>
- <control type="group">
- <visible allowhiddenfocus="true">ControlGroup(8240).HasFocus</visible>
- <animation type="Conditional" condition="ControlGroup(8240).HasFocus">
- <effect type="fade" start="0" end="100" time="180"/>
- <effect type="slide" start="0,0" end="240,0" time="120"/>
- </animation>
- <posx>-240</posx>
- <posy>92</posy>
- <width>220</width>
- <height>608</height>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>28</width>
- <height>608</height>
- <texture>menu/submenu_back.png</texture>
- </control>
- <control type="grouplist" id="8240">
- <description>Extras submenu</description>
- <posx>30</posx>
- <posy>0</posy>
- <width>190</width>
- <height>646</height>
- <itemgap>0</itemgap>
- <pagecontrol>-</pagecontrol>
- <orientation>vertical</orientation>
- <onup>noop</onup>
- <ondown>noop</ondown>
- <onleft>noop</onleft>
- <onright>noop</onright>
- <control type="group">
- <description>Programs button</description>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8241">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_top.png</texturenofocus>
- <texturefocus>menu/submenu_top_on.png</texturefocus>
- <label>24001</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>Dialog.Close(all,true)</onclick>
- <onclick>ActivateWindow(Programs,Addons,return)</onclick>
- <onup>8000</onup>
- <ondown>8244</ondown>
- <onleft>SetFocus(8106)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <description>Pictures button (Live TV is true)</description>
- <visible>System.GetBool(pvrmanager.enabled)</visible>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8244">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_center.png</texturenofocus>
- <texturefocus>menu/submenu_center_on.png</texturefocus>
- <label>1</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>Dialog.Close(all,true)</onclick>
- <onclick>ActivateWindow(MyPictures)</onclick>
- <onup>8241</onup>
- <ondown>8242</ondown>
- <onleft>SetFocus(8106)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <description>File Manager button</description>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8242">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_center.png</texturenofocus>
- <texturefocus>menu/submenu_center_on.png</texturefocus>
- <label>$LOCALIZE[31013]</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>activatewindow(filemanager)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onup>8244</onup>
- <ondown>8243</ondown>
- <onleft>SetFocus(8106)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <description>System Info button</description>
- <width>190</width>
- <height>74</height>
- <control type="button" id="8243">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>74</height>
- <align>right</align>
- <texturenofocus>menu/submenu_center.png</texturenofocus>
- <texturefocus>menu/submenu_center_on.png</texturefocus>
- <label>$LOCALIZE[130]</label>
- <font>font23</font>
- <textoffsetx>15</textoffsetx>
- <textcolor>grey</textcolor>
- <focusedcolor>green</focusedcolor>
- <onclick>activatewindow(systeminfo)</onclick>
- <onclick>Dialog.Close(all,true)</onclick>
- <onup>8242</onup>
- <ondown>noop</ondown>
- <onleft>SetFocus(8106)</onleft>
- <onright>Dialog.Close(51)</onright>
- </control>
- </control>
- <control type="group">
- <visible>!System.GetBool(pvrmanager.enabled)</visible>
- <width>190</width>
- <height>37</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>37</height>
- <texturenofocus>menu/submenu_center_title.png</texturenofocus>
- <texturefocus>menu/submenu_center_title.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- <control type="group">
- <visible>!System.GetBool(pvrmanager.enabled)</visible>
- <width>190</width>
- <height>37</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>37</height>
- <texturenofocus>menu/submenu_center_title.png</texturenofocus>
- <texturefocus>menu/submenu_center_title.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>37</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>37</height>
- <texturenofocus>menu/submenu_center_title.png</texturenofocus>
- <texturefocus>menu/submenu_center_title.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>37</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>37</height>
- <texturenofocus>menu/submenu_center_title.png</texturenofocus>
- <texturefocus>menu/submenu_center_title.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>37</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>37</height>
- <texturenofocus>menu/submenu_center_title.png</texturenofocus>
- <texturefocus>menu/submenu_center_title.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>37</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>37</height>
- <texturenofocus>menu/submenu_center_title.png</texturenofocus>
- <texturefocus>menu/submenu_center_title.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>37</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>37</height>
- <texturenofocus>menu/submenu_center_title.png</texturenofocus>
- <texturefocus>menu/submenu_center_title.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>37</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>37</height>
- <texturenofocus>menu/submenu_center_title.png</texturenofocus>
- <texturefocus>menu/submenu_center_title.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- <control type="group">
- <width>190</width>
- <height>90</height>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>190</width>
- <height>90</height>
- <texturenofocus>menu/submenu_bottom.png</texturenofocus>
- <texturefocus>menu/submenu_bottom.png</texturefocus>
- <onclick>noop</onclick>
- </control>
- </control>
- </control>
- </control>
- </control>
- </control>
- <control type="button">
- <posx>232</posx>
- <posy>10</posy>
- <width>1048</width>
- <height>700</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <label>-</label>
- <onclick>Dialog.Close(all,true)</onclick>
- <onfocus>Dialog.Close(51)</onfocus>
- </control>
- </controls>
- </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement