skin.pellucidPlus/1080i/Startup.xml

29 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">10</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<onload>Skin.Reset(DebugInfo)</onload>
<onload>Skin.Reset(DebugGrid)</onload>
<onload condition="!Skin.String(videoHomeItemsMoviesSource)">Skin.SetString(videoHomeItemsMoviesSource,recentmovies)</onload>
<onload condition="!Skin.String(videoHomeItemsEpisodesSource)">Skin.SetString(videoHomeItemsEpisodesSource,recentepisodes)</onload>
<onload condition="!Skin.String(musicHomeItemsSource)">Skin.SetString(musicHomeItemsSource,recentalbums)</onload>
<coordinates>
<posx>15</posx>
<posy>15</posy>
</coordinates>
<controls>
<control type="button" id="10">
<description>Startup Trigger</description>
<onfocus>ReplaceWindow($INFO[System.StartupWindow])</onfocus>
<texturenofocus>-</texturenofocus>
<texturefocus>-</texturefocus>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>StartUp.xml</label>
</control>
</controls>
</window>