skin.pellucidPlus/1080i/Startup.xml

27 lines
965 B
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(homeBackground)">Skin.SetString(homeBackground,special://skin/extras/backgrounds/background001.jpg)</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>