2015-03-27 21:31:13 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<window>
|
|
|
|
<allowoverlay>no</allowoverlay>
|
|
|
|
<defaultcontrol always="true">500</defaultcontrol>
|
|
|
|
<controls>
|
|
|
|
<include>globalBackground</include>
|
|
|
|
<!--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
|
|
|
|
|
|
|
<!-- Console menu-->
|
|
|
|
<control type="list" id="500">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>0</posx>
|
2015-04-29 21:09:32 +02:00
|
|
|
<posy>row-8-begin</posy>
|
|
|
|
<width>3-col</width>
|
|
|
|
<height>12-row</height>
|
|
|
|
<orientation>vertical</orientation>
|
|
|
|
<preloaditems>2</preloaditems>
|
|
|
|
<onleft>62</onleft>
|
|
|
|
<onright>9999</onright>
|
|
|
|
<itemlayout width="4-col" height="43">
|
|
|
|
<control type="label">
|
|
|
|
<posx>14</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>3-col-gutter</width>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<label>$INFO[ListItem.Label]</label>
|
|
|
|
<textcolor>unselected</textcolor>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
|
|
|
<focusedlayout width="4-col" height="43">
|
|
|
|
<control type="label">
|
|
|
|
<visible>Control.HasFocus(500)</visible>
|
|
|
|
<posx>1</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col</width>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<label>[ $INFO[ListItem.Label] ]</label>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<visible>!Control.HasFocus(500)</visible>
|
|
|
|
<posx>14</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col</width>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<label>$INFO[ListItem.Label]</label>
|
|
|
|
<textcolor>unselected</textcolor>
|
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
</control>
|
|
|
|
|
|
|
|
<!--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>
|
|
|
|
<width>16-col</width>
|
|
|
|
<height>12-row</height>
|
|
|
|
<onleft>500</onleft>
|
|
|
|
<onright>60</onright>
|
|
|
|
<ondown>50</ondown>
|
|
|
|
<onup>50</onup>
|
|
|
|
<pagecontrol>60</pagecontrol>
|
|
|
|
<itemlayout width="24-col" height="2-row">
|
|
|
|
<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>
|
|
|
|
<width>23-col</width>
|
|
|
|
<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>
|
|
|
|
<width>23-col-gutter</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>itemTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
<label>$INFO[ListItem.Label]</label>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
|
|
|
<focusedlayout width="24-col" height="2-row">
|
|
|
|
<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>
|
|
|
|
<width>23-col</width>
|
|
|
|
<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>
|
|
|
|
<width>23-col-gutter</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>itemTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
<label>$INFO[ListItem.Label]</label>
|
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
</control>
|
|
|
|
|
|
|
|
<!--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">
|
|
|
|
<posx>84r</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<height>672</height>
|
|
|
|
<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-03-27 21:31:13 +01:00
|
|
|
<!--sorting and misc controls-->
|
|
|
|
<control type="group" id="61">
|
|
|
|
<!--animations-->
|
|
|
|
<animation type="Conditional" condition="!controlgroup(61).hasfocus">
|
|
|
|
<effect type="fade" start="100" end="0" time="200"/>
|
2014-09-28 20:47:53 +02:00
|
|
|
</animation>
|
|
|
|
<animation type="Conditional" condition="controlgroup(61).hasfocus">
|
2015-03-27 21:31:13 +01:00
|
|
|
<effect type="fade" start="0" end="100" time="200"/>
|
2014-09-28 20:47:53 +02:00
|
|
|
</animation>
|
|
|
|
<!--overlay-->
|
|
|
|
<control type="image">
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<texture>backgrounds/vignette.png</texture>
|
|
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
|
|
|
<!--titles-->
|
|
|
|
<control type="group">
|
|
|
|
<posx>24</posx>
|
|
|
|
<posy>111</posy>
|
2015-03-27 21:31:13 +01:00
|
|
|
<animation type="Conditional" condition="controlgroup(62).hasfocus">
|
|
|
|
<effect type="fade" start="0" end="100" time="300"/>
|
|
|
|
<effect type="slide" start="-100" end="0" tween="sine" easing="out" time="400"/>
|
2014-09-28 20:47:53 +02:00
|
|
|
</animation>
|
|
|
|
<animation type="Conditional" condition="!controlgroup(62).hasfocus">
|
2015-03-27 21:31:13 +01:00
|
|
|
<effect type="fade" start="100" end="0" time="300"/>
|
|
|
|
<effect type="slide" start="0" end="-100" tween="sine" easing="out" time="400"/>
|
2014-09-28 20:47:53 +02:00
|
|
|
</animation>
|
|
|
|
<!--menu-->
|
|
|
|
<control type="image">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>-96</posx>
|
|
|
|
<posy>-111</posy>
|
|
|
|
<width>col-5-begin</width>
|
|
|
|
<height>fullscreenHeight</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>colors/white.png</texture>
|
|
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
|
|
<bordersize>0</bordersize>
|
|
|
|
</control>
|
|
|
|
<!--titles-->
|
|
|
|
<control type="label">
|
|
|
|
<description>video</description>
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>14-col</width>
|
|
|
|
<font>pageTitle</font>
|
|
|
|
<label>31156</label>
|
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>45</posy>
|
|
|
|
<width>24-col</width>
|
|
|
|
<font>regular</font>
|
|
|
|
<label>33063</label>
|
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
<control type="grouplist" id="62">
|
|
|
|
<posx>-12</posx>
|
|
|
|
<posy>166</posy>
|
|
|
|
<width>4-col</width>
|
|
|
|
<height>12-row</height>
|
|
|
|
<itemgap>0</itemgap>
|
|
|
|
<onright>9000</onright>
|
|
|
|
<onup>62</onup>
|
|
|
|
<ondown>62</ondown>
|
|
|
|
<control type="button" id="1100">
|
|
|
|
<description>Search</description>
|
|
|
|
<label>31124</label>
|
|
|
|
<height>54</height>
|
|
|
|
<width>4-col</width>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<focusedcolor>selected</focusedcolor>
|
|
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
|
|
<textoffsetx>12</textoffsetx>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="2000">
|
|
|
|
<description>Genre</description>
|
|
|
|
<label>$ADDON[script.games.rom.collection.browser 32401]: $INFO[control.getlabel(600)] </label>
|
|
|
|
<height>54</height>
|
|
|
|
<width>4-col</width>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<focusedcolor>selected</focusedcolor>
|
|
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
|
|
<textoffsetx>12</textoffsetx>
|
|
|
|
<onclick>control.setfocus(600)</onclick>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="2001">
|
|
|
|
<description>Year</description>
|
|
|
|
<label>$ADDON[script.games.rom.collection.browser 32400]: $INFO[control.getlabel(700)] </label>
|
|
|
|
<height>54</height>
|
|
|
|
<width>4-col</width>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<focusedcolor>selected</focusedcolor>
|
|
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
|
|
<textoffsetx>12</textoffsetx>
|
|
|
|
<onclick>control.setfocus(700)</onclick>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="2002">
|
|
|
|
<description>Publisher</description>
|
|
|
|
<label>$ADDON[script.games.rom.collection.browser 32402]: $INFO[control.getlabel(800)] </label>
|
|
|
|
<height>54</height>
|
|
|
|
<width>4-col</width>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<focusedcolor>selected</focusedcolor>
|
|
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
|
|
<textoffsetx>12</textoffsetx>
|
|
|
|
<onclick>control.setfocus(800)</onclick>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="2003">
|
|
|
|
<description>Character</description>
|
|
|
|
<label>$ADDON[script.games.rom.collection.browser 32407]: $INFO[control.getlabel(900)] </label>
|
|
|
|
<height>54</height>
|
|
|
|
<width>4-col</width>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<focusedcolor>selected</focusedcolor>
|
|
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
|
|
<textoffsetx>12</textoffsetx>
|
|
|
|
<onclick>control.setfocus(900)</onclick>
|
|
|
|
</control>
|
|
|
|
<control type="radiobutton" id="1000">
|
|
|
|
<description>Favourites filter</description>
|
|
|
|
<height>54</height>
|
|
|
|
<width>4-col</width>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<focusedcolor>selected</focusedcolor>
|
|
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
|
|
<textoffsetx>12</textoffsetx>
|
|
|
|
<label>$ADDON[script.games.rom.collection.browser 32404]:</label>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="4001">
|
|
|
|
<description>Missing info filter</description>
|
|
|
|
<height>54</height>
|
|
|
|
<width>4-col</width>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<focusedcolor>selected</focusedcolor>
|
|
|
|
<texturefocus>colors/black.png</texturefocus>
|
|
|
|
<texturenofocus>colors/unselected.png</texturenofocus>
|
|
|
|
<textoffsetx>12</textoffsetx>
|
|
|
|
<label>$ADDON[script.games.rom.collection.browser 32409]</label>
|
|
|
|
</control>
|
|
|
|
</control>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<!-- filter controls -->
|
|
|
|
<control type="group" id="100">
|
|
|
|
<!--animations-->
|
|
|
|
<animation type="Conditional" condition="!control.hasfocus(600) + !control.hasfocus(700) + !control.hasfocus(800) + !control.hasfocus(900)">
|
|
|
|
<effect type="fade" start="100" end="0" time="300"/>
|
|
|
|
<effect type="slide" start="0" end="-100" tween="sine" easing="out" time="400"/>
|
2014-09-28 20:47:53 +02:00
|
|
|
</animation>
|
|
|
|
<animation type="Conditional" condition="control.hasfocus(600) | control.hasfocus(700) | control.hasfocus(800) | control.hasfocus(900)">
|
2015-03-27 21:31:13 +01:00
|
|
|
<effect type="fade" start="0" end="100" time="300"/>
|
|
|
|
<effect type="slide" start="-100" end="0" tween="sine" easing="out" time="400"/>
|
2014-09-28 20:47:53 +02:00
|
|
|
</animation>
|
|
|
|
<!--overlay-->
|
|
|
|
<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
|
|
|
<!--menu-->
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="image">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>-96</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>col-5-begin</width>
|
|
|
|
<height>fullscreenHeight</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>colors/white.png</texture>
|
|
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
|
|
<bordersize>0</bordersize>
|
|
|
|
</control>
|
|
|
|
<!--titles-->
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="group">
|
|
|
|
<posx>24</posx>
|
|
|
|
<posy>111</posy>
|
|
|
|
<!--menu-->
|
|
|
|
<control type="image">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>-96</posx>
|
|
|
|
<posy>-111</posy>
|
|
|
|
<width>col-5-begin</width>
|
|
|
|
<height>fullscreenHeight</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>colors/white.png</texture>
|
|
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
|
|
<bordersize>0</bordersize>
|
|
|
|
</control>
|
|
|
|
<!--titles-->
|
|
|
|
<control type="label">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>14-col</width>
|
|
|
|
<font>pageTitle</font>
|
|
|
|
<label>31156</label>
|
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>45</posy>
|
|
|
|
<width>24-col</width>
|
|
|
|
<font>regular</font>
|
|
|
|
<label>33063</label>
|
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
<!--genre-->
|
|
|
|
<control type="list" id="600">
|
|
|
|
<visible allowhiddenfocus="true">Control.HasFocus(600)</visible>
|
|
|
|
<posx>-12</posx>
|
|
|
|
<posy>166</posy>
|
|
|
|
<width>4-col</width>
|
|
|
|
<height>12-row</height>
|
|
|
|
<onleft>61</onleft>
|
|
|
|
<onright>61</onright>
|
|
|
|
<scrolltime tween="sine" easing="inout">300</scrolltime>
|
|
|
|
<itemlayout height="1-row" width="4-col">
|
|
|
|
<control type="label">
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col-gutter</width>
|
|
|
|
<height>1-row</height>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<selectedcolor>black</selectedcolor>
|
|
|
|
<info>ListItem.Label</info>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
|
|
|
<focusedlayout height="1-row" width="4-col">
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col</width>
|
|
|
|
<height>54</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture border="0">colors/black.png</texture>
|
|
|
|
<bordersize>0</bordersize>
|
|
|
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col-gutter</width>
|
|
|
|
<height>1-row</height>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<selectedcolor>selected</selectedcolor>
|
|
|
|
<info>ListItem.Label</info>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
</control>
|
|
|
|
<!-- Year filter -->
|
|
|
|
<control type="list" id="700">
|
|
|
|
<visible allowhiddenfocus="true">Control.HasFocus(700)</visible>
|
|
|
|
<posx>-12</posx>
|
|
|
|
<posy>166</posy>
|
|
|
|
<width>4-col</width>
|
|
|
|
<height>12-row</height>
|
|
|
|
<onleft>61</onleft>
|
|
|
|
<onright>61</onright>
|
|
|
|
<scrolltime tween="sine" easing="inout">300</scrolltime>
|
|
|
|
<itemlayout height="1-row" width="4-col">
|
|
|
|
<control type="label">
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col-gutter</width>
|
|
|
|
<height>1-row</height>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<selectedcolor>black</selectedcolor>
|
|
|
|
<info>ListItem.Label</info>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
|
|
|
<focusedlayout height="1-row" width="4-col">
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col</width>
|
|
|
|
<height>54</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture border="0">colors/black.png</texture>
|
|
|
|
<bordersize>0</bordersize>
|
|
|
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col-gutter</width>
|
|
|
|
<height>1-row</height>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<selectedcolor>selected</selectedcolor>
|
|
|
|
<info>ListItem.Label</info>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
</control>
|
|
|
|
<!-- Publisher filter -->
|
|
|
|
<control type="list" id="800">
|
|
|
|
<visible allowhiddenfocus="true">Control.HasFocus(800)</visible>
|
|
|
|
<posx>-12</posx>
|
|
|
|
<posy>166</posy>
|
|
|
|
<width>4-col</width>
|
|
|
|
<height>12-row</height>
|
|
|
|
<onleft>61</onleft>
|
|
|
|
<onright>61</onright>
|
|
|
|
<scrolltime tween="sine" easing="inout">300</scrolltime>
|
|
|
|
<itemlayout height="1-row" width="4-col">
|
|
|
|
<control type="label">
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col-gutter</width>
|
|
|
|
<height>1-row</height>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<selectedcolor>black</selectedcolor>
|
|
|
|
<info>ListItem.Label</info>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
|
|
|
<focusedlayout height="1-row" width="4-col">
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col</width>
|
|
|
|
<height>54</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture border="0">colors/black.png</texture>
|
|
|
|
<bordersize>0</bordersize>
|
|
|
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col-gutter</width>
|
|
|
|
<height>1-row</height>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<selectedcolor>selected</selectedcolor>
|
|
|
|
<info>ListItem.Label</info>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
</control>
|
|
|
|
<!-- Character filter-->
|
|
|
|
<control type="list" id="900">
|
|
|
|
<visible allowhiddenfocus="true">Control.HasFocus(900)</visible>
|
|
|
|
<posx>-12</posx>
|
|
|
|
<posy>166</posy>
|
|
|
|
<width>4-col</width>
|
|
|
|
<height>12-row</height>
|
|
|
|
<onleft>61</onleft>
|
|
|
|
<onright>61</onright>
|
|
|
|
<scrolltime tween="sine" easing="inout">300</scrolltime>
|
|
|
|
<itemlayout height="1-row" width="4-col">
|
|
|
|
<control type="label">
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col-gutter</width>
|
|
|
|
<height>1-row</height>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<selectedcolor>black</selectedcolor>
|
|
|
|
<info>ListItem.Label</info>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
|
|
|
<focusedlayout height="1-row" width="4-col">
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col</width>
|
|
|
|
<height>54</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture border="0">colors/black.png</texture>
|
|
|
|
<bordersize>0</bordersize>
|
|
|
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>12</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>4-col-gutter</width>
|
|
|
|
<height>1-row</height>
|
|
|
|
<font>menuTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<selectedcolor>selected</selectedcolor>
|
|
|
|
<info>ListItem.Label</info>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
<!-- 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>
|