skin.pellucidPlus/1080i/script-Rom_Collection_Brows...

680 lines
32 KiB
XML
Raw Normal View History

2015-03-27 21:31:13 +01:00
<?xml version="1.0"?>
<window>
2015-03-27 21:31:13 +01:00
<defaultcontrol always="true">500</defaultcontrol>
<controls>
<include>globalBackground</include>
2015-06-01 21:24:36 +02:00
<control type="image">
<include>fullscreenDimensions</include>
<aspectratio scalediffuse="false" align="left">scale</aspectratio>
<texture border="0">$INFO[Listitem.thumb]</texture>
<colordiffuse>22ffffff</colordiffuse>
<fadetime>500</fadetime>
<include>kenBurnsey</include>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2015-03-27 21:31:13 +01:00
<!--page container group-->
2014-09-28 20:47:53 +02:00
<control type="group">
<!--window fader-->
<animation type="conditional" condition="window.next(0) | window.next(1)">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="100" end="0" time="300"/>
2014-09-28 20:47:53 +02:00
</animation>
<!--shift page for certain modal dialogs-->
2015-03-27 21:31:13 +01:00
<include>modalDialogContentShift</include>
2015-04-29 21:09:32 +02:00
<!--Main content listing-->
<control type="group" id="9999">
<control type="panel" id="50">
<animation type="windowclose">
<effect type="fade" start="100" end="0" time="200"/>
</animation>
2014-09-28 20:47:53 +02:00
<posx>col-1-begin</posx>
2015-04-29 21:09:32 +02:00
<posy>row-5-begin</posy>
2015-05-10 21:59:54 +02:00
<width>12-col</width>
<height>22-row</height>
2015-04-29 21:09:32 +02:00
<onleft>500</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>50</onup>
<pagecontrol>60</pagecontrol>
2015-05-10 21:59:54 +02:00
<itemlayout width="12-col" height="2-row">
2015-04-29 21:09:32 +02:00
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
2015-05-10 21:59:54 +02:00
<width>11-col</width>
2015-04-29 21:09:32 +02:00
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
2015-05-10 21:59:54 +02:00
<width>11-col-gutter</width>
2015-04-29 21:09:32 +02:00
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
2015-05-10 21:59:54 +02:00
<focusedlayout width="12-col" height="2-row">
2015-04-29 21:09:32 +02:00
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
2015-05-10 21:59:54 +02:00
<width>11-col</width>
2015-04-29 21:09:32 +02:00
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
2015-05-10 21:59:54 +02:00
<width>11-col-gutter</width>
2015-04-29 21:09:32 +02:00
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
2015-05-10 21:59:54 +02:00
<!--coverart-->
<control type="image">
<posx>col-14-begin</posx>
<posy>row-5-begin</posy>
<width>11-col</width>
<height>486</height>
<aspectratio scalediffuse="false" align="left">scale</aspectratio>
2015-06-01 21:24:36 +02:00
<texture fallback="colors/offblack.png" border="0">$INFO[ListItem.Property(gameinfobig)]</texture>
2015-05-10 21:59:54 +02:00
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control>
2015-04-29 21:09:32 +02:00
<!--page scrollbar-->
<control type="group" id="8000">
<visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="70" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60">
2015-07-13 21:26:43 +02:00
<posx>966</posx>
2015-05-10 21:59:54 +02:00
<posy>row-5-begin</posy>
<height>789</height>
2015-04-29 21:09:32 +02:00
<onleft>50</onleft>
2015-03-27 21:31:13 +01:00
</control>
2014-09-28 20:47:53 +02:00
</control>
2015-04-29 21:09:32 +02:00
2015-03-27 21:31:13 +01:00
<!--Folder titles-->
2014-09-28 20:47:53 +02:00
<control type="group">
2015-04-29 21:09:32 +02:00
<posx>0</posx>
<posy>0</posy>
2014-09-28 20:47:53 +02:00
<!--source title-->
<control type="label">
2015-04-29 21:09:32 +02:00
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
2014-09-28 20:47:53 +02:00
<width>14-col</width>
<font>pageTitle</font>
2015-04-12 22:22:47 +02:00
<label>$LOCALIZE[31156] [COLOR highlight]$INFO[ListItem.Property(console)][/COLOR]</label>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
<!--source subtitle-->
<control type="label">
2015-04-29 21:09:32 +02:00
<posx>col-1-begin</posx>
<posy>96</posy>
2014-09-28 20:47:53 +02:00
<width>auto</width>
<font>regular</font>
<label>$INFO[container.Numitems,, $LOCALIZE[31014]]</label>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
</control>
2015-04-29 21:09:32 +02:00
<!--dateTime-->
<include>dateTime</include>
2015-03-27 21:31:13 +01:00
</control>
2015-04-29 21:09:32 +02:00
<!--end of page container group-->
2015-03-27 21:31:13 +01:00
</control>
2015-04-29 21:09:32 +02:00
2015-05-06 22:04:44 +02:00
<!-- Console menu-->
<control type="group" id="9000">
<animation type="Conditional" condition="controlgroup(9000).hasfocus">
<effect type="fade" start="0" end="100" time="300"/>
<effect type="slide" start="-200" end="0" tween="sine" easing="out" time="400"/>
2014-09-28 20:47:53 +02:00
</animation>
2015-05-06 22:04:44 +02:00
<animation type="Conditional" condition="!controlgroup(9000).hasfocus">
<effect type="fade" start="100" end="0" time="300"/>
<effect type="slide" start="0" end="-200" tween="sine" easing="out" time="400"/>
2014-09-28 20:47:53 +02:00
</animation>
<control type="image">
2015-05-06 22:04:44 +02:00
<posx>0</posx>
<posy>0</posy>
<width>col-7-begin</width>
<height>fullscreenHeight</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
2015-07-09 22:18:48 +02:00
<control type="image">
<posx>col-7-begin</posx>
<posy>0</posy>
<width>3</width>
<height>fullscreenHeight</height>
<texture>colors/black.png</texture>
<colordiffuse>33ffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2015-07-09 21:58:54 +02:00
<!--section logo-->
<control type="group">
<control type="label">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<width>1-col</width>
<height>1-col</height>
<font>symbolVeryLarge</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
2015-05-06 22:04:44 +02:00
</control>
<control type="list" id="500">
<posx>0</posx>
<posy>row-4-begin</posy>
<width>8-col</width>
<height>24-row</height>
<orientation>vertical</orientation>
<onleft>9002</onleft>
<onright>9999</onright>
<onback>activateWindow(home)</onback>
<itemlayout width="col-7-begin" height="2-row">
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>7-col</width>
<height>2-row</height>
2015-03-27 21:31:13 +01:00
<font>menuTitle</font>
2015-05-06 22:04:44 +02:00
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
2015-03-27 21:31:13 +01:00
</control>
2015-05-06 22:04:44 +02:00
</itemlayout>
<focusedlayout width="col-7-begin" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-7-begin</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>textActive</colordiffuse>
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
</control>
2015-05-06 22:04:44 +02:00
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
2015-03-27 21:31:13 +01:00
<font>menuTitle</font>
2015-05-06 22:04:44 +02:00
<aligny>center</aligny>
<textcolor>highlight</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
2015-03-27 21:31:13 +01:00
</control>
2015-05-06 22:04:44 +02:00
</focusedlayout>
2014-09-28 20:47:53 +02:00
</control>
</control>
2015-05-06 22:04:44 +02:00
<!--sorting and misc controls-->
<control type="group" id="61">
<animation type="Conditional" condition="!controlgroup(9002).hasfocus | window.isactive(5900) | window.isactive(5000)">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="100" end="0" time="300"/>
2015-05-06 22:04:44 +02:00
<effect type="slide" start="0" end="-200" tween="sine" easing="out" time="400"/>
2014-09-28 20:47:53 +02:00
</animation>
2015-05-06 22:04:44 +02:00
<animation type="Conditional" condition="controlgroup(9002).hasfocus">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="0" end="100" time="300"/>
2015-05-06 22:04:44 +02:00
<effect type="slide" start="-200" end="0" tween="sine" easing="out" time="400"/>
2014-09-28 20:47:53 +02:00
</animation>
<control type="image">
2015-05-06 22:04:44 +02:00
<posx>0</posx>
<posy>0</posy>
<width>col-7-begin</width>
<height>fullscreenHeight</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
2015-07-09 22:18:48 +02:00
<control type="image">
<posx>col-7-begin</posx>
<posy>0</posy>
<width>3</width>
<height>fullscreenHeight</height>
<texture>colors/black.png</texture>
<colordiffuse>33ffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2015-05-06 22:04:44 +02:00
<!--logo-->
2014-09-28 20:47:53 +02:00
<control type="image">
2015-05-06 22:04:44 +02:00
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<width>1-col</width>
<height>1-col</height>
<texture>kodilogo.png</texture>
<colordiffuse>textActive</colordiffuse>
2015-03-27 21:31:13 +01:00
<aspectratio>stretch</aspectratio>
2015-05-06 22:04:44 +02:00
<animation type="Conditional" condition="controlgroup(9000).hasfocus">
<effect type="rotatey" start="0" end="-15" center="132" tween="back" easing="out" delay="600" time="300"/>
<effect type="rotatey" start="0" end="15" center="132" tween="back" easing="out" delay="900" time="300"/>
</animation>
2015-03-27 21:31:13 +01:00
</control>
2015-05-06 22:04:44 +02:00
<control type="grouplist" id="9002">
<posx>0</posx>
<posy>row-4-begin</posy>
<width>col-7-begin</width>
<height>27-row</height>
<itemgap>0</itemgap>
<onright>9000</onright>
<onup>9002</onup>
<ondown>9002</ondown>
<control type="button" id="1100">
<description>Search</description>
<label>31124</label>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
2015-03-27 21:31:13 +01:00
</control>
2015-05-06 22:04:44 +02:00
<control type="button" id="2000">
<description>Genre</description>
<label>$ADDON[script.games.rom.collection.browser 32401]: $INFO[control.getlabel(600)] </label>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<onclick>control.setfocus(600)</onclick>
2015-03-27 21:31:13 +01:00
</control>
2015-05-06 22:04:44 +02:00
<control type="button" id="2001">
<description>Year</description>
<label>$ADDON[script.games.rom.collection.browser 32400]: $INFO[control.getlabel(700)] </label>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<onclick>control.setfocus(700)</onclick>
2015-03-27 21:31:13 +01:00
</control>
2015-05-06 22:04:44 +02:00
<control type="button" id="2002">
<description>Publisher</description>
<label>$ADDON[script.games.rom.collection.browser 32402]: $INFO[control.getlabel(800)] </label>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<onclick>control.setfocus(800)</onclick>
2015-03-27 21:31:13 +01:00
</control>
2015-05-06 22:04:44 +02:00
<control type="button" id="2003">
<description>Character</description>
<label>$ADDON[script.games.rom.collection.browser 32407]: $INFO[control.getlabel(900)] </label>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<onclick>control.setfocus(900)</onclick>
2015-03-27 21:31:13 +01:00
</control>
2015-05-06 22:04:44 +02:00
<control type="radiobutton" id="1000">
<description>Favourites filter</description>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<label>$ADDON[script.games.rom.collection.browser 32404]:</label>
2015-03-27 21:31:13 +01:00
</control>
2015-05-06 22:04:44 +02:00
<control type="button" id="4001">
<description>Missing info filter</description>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<label>$ADDON[script.games.rom.collection.browser 32409]</label>
2015-03-27 21:31:13 +01:00
</control>
</control>
</control>
2015-05-06 22:04:44 +02:00
<!-- filter controls -->
<control type="group" id="100">
<animation type="Conditional" condition="!controlgroup(100).hasfocus">
<effect type="fade" start="100" end="0" time="300"/>
<effect type="slide" start="0" end="-200" tween="sine" easing="out" time="400"/>
</animation>
<animation type="Conditional" condition="controlgroup(100).hasfocus">
<effect type="fade" start="0" end="100" time="300"/>
<effect type="slide" start="-200" end="0" tween="sine" easing="out" time="400"/>
</animation>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-7-begin</width>
<height>fullscreenHeight</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2015-07-09 22:18:48 +02:00
<control type="image">
<posx>col-7-begin</posx>
<posy>0</posy>
<width>3</width>
<height>fullscreenHeight</height>
<texture>colors/black.png</texture>
<colordiffuse>33ffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2015-05-06 22:04:44 +02:00
<!--logo-->
<control type="image">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<width>1-col</width>
<height>1-col</height>
<texture>kodilogo.png</texture>
<colordiffuse>textActive</colordiffuse>
<aspectratio>stretch</aspectratio>
<animation type="Conditional" condition="controlgroup(9000).hasfocus">
<effect type="rotatey" start="0" end="-15" center="132" tween="back" easing="out" delay="600" time="300"/>
<effect type="rotatey" start="0" end="15" center="132" tween="back" easing="out" delay="900" time="300"/>
</animation>
</control>
<!--genre-->
<control type="list" id="600">
<visible allowhiddenfocus="true">Control.HasFocus(600)</visible>
<posx>0</posx>
<posy>row-4-begin</posy>
<width>8-col</width>
<height>24-row</height>
<orientation>vertical</orientation>
<onleft>9002</onleft>
<onright>9999</onright>
<onback>activateWindow(home)</onback>
<itemlayout width="col-7-begin" height="2-row">
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>7-col</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="col-7-begin" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-7-begin</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>textActive</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>highlight</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
</control>
<!-- Year filter -->
<control type="list" id="700">
<visible allowhiddenfocus="true">Control.HasFocus(700)</visible>
<posx>0</posx>
<posy>row-4-begin</posy>
<width>8-col</width>
<height>24-row</height>
<orientation>vertical</orientation>
<onleft>9002</onleft>
<onright>9999</onright>
<onback>activateWindow(home)</onback>
<itemlayout width="col-7-begin" height="2-row">
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>7-col</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="col-7-begin" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-7-begin</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>textActive</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>highlight</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
</control>
<!-- Publisher filter -->
<control type="list" id="800">
<visible allowhiddenfocus="true">Control.HasFocus(800)</visible>
<posx>0</posx>
<posy>row-4-begin</posy>
<width>8-col</width>
<height>24-row</height>
<orientation>vertical</orientation>
<onleft>9002</onleft>
<onright>9999</onright>
<onback>activateWindow(home)</onback>
<itemlayout width="col-7-begin" height="2-row">
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>7-col</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="col-7-begin" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-7-begin</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>textActive</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>highlight</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
</control>
<!-- Character filter-->
<control type="list" id="900">
<visible allowhiddenfocus="true">Control.HasFocus(900)</visible>
<posx>0</posx>
<posy>row-4-begin</posy>
<width>8-col</width>
<height>24-row</height>
<orientation>vertical</orientation>
<onleft>9002</onleft>
<onright>9999</onright>
<onback>activateWindow(home)</onback>
<itemlayout width="col-7-begin" height="2-row">
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>7-col</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="col-7-begin" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-7-begin</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>textActive</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>highlight</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
</control>
</control>
2015-03-27 21:31:13 +01:00
<!-- Busy indicator -->
<control type="group">
<visible>!isempty(control.getlabel(4000))</visible>
<posx>0</posx>
<posy>0</posy>
<!--animations-->
<animation type="visible">
<effect type="fade" start="0" end="100" time="400"/>
</animation>
<animation type="hidden">
<effect type="fade" start="100" end="0" time="200"/>
</animation>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>77FFFFFF</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>13-col</posx>
<posy>row-9-begin</posy>
<width>50</width>
<height>50</height>
<aspectratio>keep</aspectratio>
<texture border="0">busy.gif</texture>
<bordertexture border="0">-</bordertexture>
<colordiffuse>99FFFFFF</colordiffuse>
</control>
<control type="label" id="4000">
<visible>false</visible>
<description>Notes</description>
</control>
</control>
<!--debugging-->
2014-09-28 20:47:53 +02:00
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>script-Rom_Collection_Browser-main.xml</label>
2015-03-27 21:31:13 +01:00
</control>
</controls>
2014-09-28 20:47:53 +02:00
</window>