skin.pellucidPlus/1080i/DialogSelect.xml

378 lines
19 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
2015-03-27 21:31:13 +01:00
<window>
2014-09-28 20:47:53 +02:00
<defaultcontrol always="true">9000</defaultcontrol>
2015-03-27 21:31:13 +01:00
<onload condition="!IntegerGreaterThan(container(3).numitems,0) + !IntegerGreaterThan(container(6).numitems,0)">control.SetFocus(9999)</onload>
2014-09-28 20:47:53 +02:00
<include>fadeInOut</include>
<controls>
<!--background-->
2015-03-27 21:31:13 +01:00
<include>globalBackground</include>
2014-09-28 20:47:53 +02:00
<control type="group">
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="group">
2015-04-02 17:38:10 +02:00
<posx>col-4-begin</posx>
2015-05-18 21:37:03 +02:00
<posy>row-2-begin</posy>
2014-09-28 20:47:53 +02:00
<control type="image">
2015-04-02 17:38:10 +02:00
<posx>0</posx>
<posy>0</posy>
<width>18-col</width>
<height>2-row</height>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
2015-04-02 17:38:10 +02:00
<posx>0</posx>
<posy>2-row</posy>
<width>18-col</width>
2015-05-18 21:37:03 +02:00
<height>22-row</height>
2015-05-04 21:29:51 +02:00
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
2015-05-17 21:57:22 +02:00
<posx>6-col</posx>
<posy>12-row</posy>
2015-05-04 21:29:51 +02:00
<width>12-col</width>
2015-05-18 21:37:03 +02:00
<height>12-row</height>
2015-04-02 17:38:10 +02:00
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
<control type="label" id="1">
2015-04-02 17:38:10 +02:00
<posx>24</posx>
<posy>0</posy>
2014-09-28 20:47:53 +02:00
<width>16-col</width>
2015-04-02 17:38:10 +02:00
<height>2-row</height>
<aligny>center</aligny>
2015-03-27 21:31:13 +01:00
<font>dialogTitle</font>
2015-04-02 17:38:10 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<shadowcolor>-</shadowcolor>
</control>
2015-03-27 21:31:13 +01:00
<control type="group" id="9000">
2015-05-17 21:57:22 +02:00
<!--Info panel-->
<control type="group">
2015-03-27 21:31:13 +01:00
<posx>0</posx>
2015-04-02 17:38:10 +02:00
<posy>2-row</posy>
2015-05-17 21:57:22 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>18-col</width>
<height>10-row</height>
<aspectratio aligny="center">scale</aspectratio>
<texture>vignette.png</texture>
</control>
<control type="image">
<posx>1-col</posx>
<posy>1-row</posy>
<width>4-col</width>
<height>4-col</height>
<aspectratio scalediffuse="false" align="center" aligny="center">keep</aspectratio>
<texture border="0">$INFO[container(6).Listitem.icon]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<fadetime>200</fadetime>
</control>
<control type="label">
<description>Addon Title</description>
<posx>6-col-indent</posx>
<posy>1-row</posy>
<width>12-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>mediumStrong</font>
<label>$INFO[container(6).ListItem.label]</label>
</control>
<control type="label">
<posx>6-col-indent</posx>
<posy>104</posy>
<width>12-col-gutter</width>
<font>itemSubTitle</font>
2016-02-21 19:58:08 +01:00
<textcolor>highlight</textcolor>
2016-08-07 19:54:04 +02:00
<label>$INFO[container(6).ListItem.AddonCreator]</label>
2015-05-17 21:57:22 +02:00
</control>
<control type="textbox" id="400">
<posx>6-col-indent</posx>
<posy>4-row</posy>
<font>textbox</font>
<width>12-col-gutter</width>
<height>160</height>
2016-08-07 19:54:04 +02:00
<label>$INFO[container(6).ListItem.AddonDescription]</label>
2015-05-17 21:57:22 +02:00
<autoscroll delay="5000" time="1000" repeat="10000"/>
</control>
</control>
2015-05-21 00:38:26 +02:00
<!--Used in search from cast listing etc-->
2015-05-17 21:57:22 +02:00
<control type="panel" id="3">
2015-05-21 00:38:26 +02:00
<posx>6-col-indent</posx>
<posy>442</posy>
2015-03-27 21:31:13 +01:00
<width>12-col</width>
2015-05-21 00:38:26 +02:00
<height>410</height>
2015-05-17 21:57:22 +02:00
<onleft>9999</onleft>
2015-05-21 00:38:26 +02:00
<itemlayout height="75" width="12-col">
2015-03-27 21:31:13 +01:00
<control type="image">
<posx>0</posx>
2015-05-21 00:38:26 +02:00
<posy>0</posy>
<width>69</width>
<height>69</height>
2015-05-18 00:38:05 +02:00
<aspectratio scalediffuse="false">stretch</aspectratio>
2015-05-21 00:38:26 +02:00
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.icon]</texture>
2015-03-27 21:31:13 +01:00
</control>
<control type="label">
<visible>ListItem.IsSelected</visible>
2015-05-18 00:38:05 +02:00
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<align>center</align>
<aligny>center</aligny>
2015-03-27 21:31:13 +01:00
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
2015-05-18 00:38:05 +02:00
<selectedcolor>textActive</selectedcolor>
<label></label>
2015-03-27 21:31:13 +01:00
</control>
2015-04-06 21:57:56 +02:00
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>11-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
2015-03-27 21:31:13 +01:00
</itemlayout>
2015-05-21 00:38:26 +02:00
<focusedlayout height="75" width="12-col">
2015-05-18 00:38:05 +02:00
<control type="image">
<posx>0</posx>
2015-05-21 00:38:26 +02:00
<posy>0</posy>
<width>69</width>
<height>69</height>
2015-05-18 00:38:05 +02:00
<aspectratio scalediffuse="false">stretch</aspectratio>
2015-05-21 00:38:26 +02:00
<texture fallback="colors/white.png" border="0">$INFO[Listitem.icon]</texture>
2015-05-18 00:38:05 +02:00
<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>
2015-03-27 21:31:13 +01:00
<control type="image">
2015-04-06 21:57:56 +02:00
<posx>1-col</posx>
<posy>0</posy>
2015-05-21 00:38:26 +02:00
<width>768</width>
<height>69</height>
2015-03-27 21:31:13 +01:00
<aspectratio>stretch</aspectratio>
2015-04-06 21:57:56 +02:00
<texture>colors/white.png</texture>
2015-03-27 21:31:13 +01:00
<bordersize>0</bordersize>
2015-04-06 21:57:56 +02:00
<colordiffuse>ffffffff</colordiffuse>
2015-03-27 21:31:13 +01:00
</control>
<control type="label">
<visible>ListItem.IsSelected</visible>
2015-05-18 00:38:05 +02:00
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<align>center</align>
<aligny>center</aligny>
2015-03-27 21:31:13 +01:00
<font>symbolLarge</font>
2015-05-18 00:38:05 +02:00
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
2015-03-27 21:31:13 +01:00
<shadowcolor>-</shadowcolor>
2015-05-18 00:38:05 +02:00
<label></label>
2015-03-27 21:31:13 +01:00
</control>
2015-04-06 21:57:56 +02:00
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>11-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>black</textcolor>
2015-05-18 00:38:05 +02:00
<selectedcolor>black</selectedcolor>
2015-04-06 21:57:56 +02:00
<label>$INFO[ListItem.Label]</label>
</control>
2015-03-27 21:31:13 +01:00
</focusedlayout>
</control>
2015-05-17 21:57:22 +02:00
<!--skin selection etc-->
2015-03-27 21:31:13 +01:00
<control type="panel" id="6">
2015-05-17 21:57:22 +02:00
<posx>6-col-indent</posx>
2015-05-21 00:38:26 +02:00
<posy>442</posy>
2015-05-17 21:57:22 +02:00
<width>12-col</width>
2015-05-21 00:38:26 +02:00
<height>410</height>
2015-05-17 21:57:22 +02:00
<onleft>9999</onleft>
2015-05-21 00:38:26 +02:00
<itemlayout height="75" width="6-col">
2015-03-27 21:31:13 +01:00
<control type="image">
<posx>0</posx>
2015-05-21 00:38:26 +02:00
<posy>0</posy>
<width>69</width>
<height>69</height>
2015-05-04 21:29:51 +02:00
<aspectratio scalediffuse="false">stretch</aspectratio>
2015-05-21 00:38:26 +02:00
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
2015-03-27 21:31:13 +01:00
</control>
<control type="label">
2015-04-02 17:38:10 +02:00
<posx>1-col-indent</posx>
2015-03-27 21:31:13 +01:00
<posy>0</posy>
2015-07-07 21:58:12 +02:00
<width>324</width>
2015-04-02 17:38:10 +02:00
<height>2-row</height>
<aligny>center</aligny>
2015-03-27 21:31:13 +01:00
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
2015-05-21 00:38:26 +02:00
<focusedlayout height="75" width="6-col">
2015-05-04 21:29:51 +02:00
<control type="image">
<posx>0</posx>
2015-05-21 00:38:26 +02:00
<posy>0</posy>
<width>69</width>
<height>69</height>
2015-05-04 21:29:51 +02:00
<aspectratio scalediffuse="false">stretch</aspectratio>
2015-05-21 00:38:26 +02:00
<texture fallback="colors/white.png" border="0">$INFO[Listitem.thumb]</texture>
2015-05-04 21:29:51 +02:00
<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>
2015-03-27 21:31:13 +01:00
<control type="image">
2015-04-02 17:38:10 +02:00
<posx>1-col</posx>
<posy>0</posy>
2015-05-17 21:57:22 +02:00
<width>348</width>
2015-05-21 00:38:26 +02:00
<height>69</height>
2015-03-27 21:31:13 +01:00
<aspectratio>stretch</aspectratio>
2015-04-02 17:38:10 +02:00
<texture>colors/white.png</texture>
2015-03-27 21:31:13 +01:00
<bordersize>0</bordersize>
2015-04-02 17:38:10 +02:00
<colordiffuse>ffffffff</colordiffuse>
2015-03-27 21:31:13 +01:00
</control>
<control type="label">
2015-04-02 17:38:10 +02:00
<posx>1-col-indent</posx>
2015-03-27 21:31:13 +01:00
<posy>0</posy>
2015-07-07 21:58:12 +02:00
<width>324</width>
2015-04-02 17:38:10 +02:00
<height>2-row</height>
<aligny>center</aligny>
2015-03-27 21:31:13 +01:00
<font>itemTitle</font>
<textcolor>black</textcolor>
2015-04-27 22:30:43 +02:00
<selectedcolor>black</selectedcolor>
2015-03-27 21:31:13 +01:00
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
</control>
2015-04-27 22:30:43 +02:00
2014-09-28 20:47:53 +02:00
<control type="panel" id="9999">
2015-03-27 21:31:13 +01:00
<visible>control.isvisible(3) | control.isvisible(5)</visible>
2015-05-17 21:57:22 +02:00
<posx>0</posx>
2015-04-27 22:30:43 +02:00
<posy>12-row</posy>
2015-05-04 21:29:51 +02:00
<width>429</width>
2015-04-02 17:38:10 +02:00
<height>6-row</height>
2014-09-28 20:47:53 +02:00
<orientation>vertical</orientation>
2015-05-17 21:57:22 +02:00
<onright>9000</onright>
2015-04-02 17:38:10 +02:00
<itemlayout width="6-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="label">
2015-04-02 17:38:10 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-04-02 17:38:10 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
2015-04-02 17:38:10 +02:00
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
2015-04-12 22:22:47 +02:00
<font>buttonTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
2015-04-02 17:38:10 +02:00
<focusedlayout width="6-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-04-02 17:38:10 +02:00
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2015-04-02 17:38:10 +02:00
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col</width>
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-04-02 17:38:10 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-04-02 17:38:10 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</font>
2015-04-02 17:38:10 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
2015-04-02 17:38:10 +02:00
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
2015-04-12 22:22:47 +02:00
<font>buttonTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<description>Ok / manual / get more Button</description>
2014-09-28 20:47:53 +02:00
<label fallback="186">$INFO[control.getlabel(5)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(2000,5)</onclick>
</item>
<item id="2">
<description>Cancel Button</description>
2016-08-07 19:54:04 +02:00
<label>222</label>
2014-09-28 20:47:53 +02:00
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(2000,7)</onclick>
2014-09-28 20:47:53 +02:00
</item>
</content>
</control>
<control type="group">
<visible>false</visible>
<control type="button" id="5">
<description>OK / Manual button</description>
2015-03-27 21:31:13 +01:00
<label>186</label>
</control>
<control type="button" id="7">
<description>Cancel</description>
<label>222</label>
2014-09-28 20:47:53 +02:00
</control>
</control>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogSelect.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>