Updated [PM3.HD] Dialog Select in-line with current xbmc svn. Updated addon.xml summary
git-svn-id: http://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd@32 0c45cd24-f56c-ec91-222f-6e3ca35936fa
This commit is contained in:
@ -59,6 +59,7 @@
|
||||
<onright>61</onright>
|
||||
<pagecontrol>61</pagecontrol>
|
||||
<scrolltime>200</scrolltime>
|
||||
<animation effect="slide" start="0,0" end="10,0" time="0" condition="!Control.IsVisible(61)">Conditional</animation>
|
||||
<itemlayout height="40">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
@ -109,35 +110,191 @@
|
||||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
<control type="scrollbar" id="61">
|
||||
<posx>550</posx>
|
||||
<posy>90</posy>
|
||||
<width>20</width>
|
||||
<height>475</height>
|
||||
<texturesliderbackground border="2,2,2,2">scrollbar_bar_back2.png</texturesliderbackground>
|
||||
<texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
|
||||
<texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
|
||||
<textureslidernib>scrollbar_nib.png</textureslidernib>
|
||||
<textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
|
||||
<onleft>3</onleft>
|
||||
<onright>3</onright>
|
||||
<ondown>61</ondown>
|
||||
<onup>61</onup>
|
||||
<showonepage>true</showonepage>
|
||||
<orientation>vertical</orientation>
|
||||
<control type="group">
|
||||
<visible>Control.IsVisible(3)</visible>
|
||||
<control type="scrollbar" id="61">
|
||||
<posx>550</posx>
|
||||
<posy>90</posy>
|
||||
<width>20</width>
|
||||
<height>475</height>
|
||||
<texturesliderbackground border="2,2,2,2">scrollbar_bar_back2.png</texturesliderbackground>
|
||||
<texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
|
||||
<texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
|
||||
<textureslidernib>scrollbar_nib.png</textureslidernib>
|
||||
<textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
|
||||
<onleft>3</onleft>
|
||||
<onright>3</onright>
|
||||
<ondown>61</ondown>
|
||||
<onup>61</onup>
|
||||
<showonepage>false</showonepage>
|
||||
<orientation>vertical</orientation>
|
||||
</control>
|
||||
<control type="label">
|
||||
<description>number of files/pages in list text label</description>
|
||||
<posx>570</posx>
|
||||
<posy>570</posy>
|
||||
<width>300</width>
|
||||
<height>35</height>
|
||||
<font>font12b</font>
|
||||
<align>right</align>
|
||||
<aligny>center</aligny>
|
||||
<scroll>true</scroll>
|
||||
<textcolor>white</textcolor>
|
||||
<label>($INFO[Container(3).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(3).CurrentPage]/$INFO[Container(3).NumPages])</label>
|
||||
</control>
|
||||
</control>
|
||||
<control type="label">
|
||||
<description>number of files/pages in list text label</description>
|
||||
<posx>570</posx>
|
||||
<posy>570</posy>
|
||||
<width>300</width>
|
||||
<height>35</height>
|
||||
<font>font12b</font>
|
||||
<align>right</align>
|
||||
<aligny>center</aligny>
|
||||
<scroll>true</scroll>
|
||||
<textcolor>white</textcolor>
|
||||
<label>($INFO[Container(3).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(3).CurrentPage]/$INFO[Container(3).NumPages])</label>
|
||||
<control type="list" id="6">
|
||||
<posx>45</posx>
|
||||
<posy>90</posy>
|
||||
<width>500</width>
|
||||
<height>360</height>
|
||||
<onup>6</onup>
|
||||
<ondown>6</ondown>
|
||||
<onleft>5</onleft>
|
||||
<onright>62</onright>
|
||||
<pagecontrol>62</pagecontrol>
|
||||
<scrolltime>200</scrolltime>
|
||||
<animation effect="slide" start="0,0" end="10,0" time="0" condition="!Control.IsVisible(62)">Conditional</animation>
|
||||
<itemlayout height="40">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>500</width>
|
||||
<height>35</height>
|
||||
<texture border="3">button-nofocus.png</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>3</posx>
|
||||
<posy>3</posy>
|
||||
<width>40</width>
|
||||
<height>29</height>
|
||||
<texture>$INFO[ListItem.Icon]</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>50</posx>
|
||||
<posy>0</posy>
|
||||
<width>440</width>
|
||||
<height>35</height>
|
||||
<font>font12</font>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<selectedcolor>green</selectedcolor>
|
||||
<info>ListItem.Label</info>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout height="40">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>500</width>
|
||||
<height>35</height>
|
||||
<visible>!Control.HasFocus(6)</visible>
|
||||
<texture border="3">button-nofocus.png</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>500</width>
|
||||
<height>35</height>
|
||||
<visible>Control.HasFocus(6)</visible>
|
||||
<texture border="3">button-focus.png</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>3</posx>
|
||||
<posy>3</posy>
|
||||
<width>40</width>
|
||||
<height>29</height>
|
||||
<texture>$INFO[ListItem.Icon]</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>50</posx>
|
||||
<posy>0</posy>
|
||||
<width>440</width>
|
||||
<height>35</height>
|
||||
<font>font12</font>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<selectedcolor>green</selectedcolor>
|
||||
<info>ListItem.Label</info>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
<control type="group">
|
||||
<visible>Control.IsVisible(6)</visible>
|
||||
<control type="scrollbar" id="62">
|
||||
<posx>550</posx>
|
||||
<posy>90</posy>
|
||||
<width>20</width>
|
||||
<height>355</height>
|
||||
<texturesliderbackground border="2,2,2,2">scrollbar_bar_back2.png</texturesliderbackground>
|
||||
<texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
|
||||
<texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
|
||||
<textureslidernib>scrollbar_nib.png</textureslidernib>
|
||||
<textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
|
||||
<onleft>3</onleft>
|
||||
<onright>3</onright>
|
||||
<ondown>62</ondown>
|
||||
<onup>62</onup>
|
||||
<showonepage>false</showonepage>
|
||||
<orientation>vertical</orientation>
|
||||
</control>
|
||||
<control type="label">
|
||||
<description>number of files/pages in list text label</description>
|
||||
<posx>570</posx>
|
||||
<posy>450</posy>
|
||||
<width>320</width>
|
||||
<height>35</height>
|
||||
<font>font12b</font>
|
||||
<align>right</align>
|
||||
<aligny>center</aligny>
|
||||
<scroll>true</scroll>
|
||||
<textcolor>white</textcolor>
|
||||
<label>($INFO[Container(6).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(6).CurrentPage]/$INFO[Container(6).NumPages])</label>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>40</posx>
|
||||
<posy>490</posy>
|
||||
<width>510</width>
|
||||
<height>1</height>
|
||||
<colordiffuse>55FFFFFF</colordiffuse>
|
||||
<texture>separator.png</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>40</posx>
|
||||
<posy>495</posy>
|
||||
<width>180</width>
|
||||
<height>110</height>
|
||||
<texture>$INFO[Container(6).ListItem.Icon]</texture>
|
||||
<bordertexture border="3">black-back2.png</bordertexture>
|
||||
<bordersize>5</bordersize>
|
||||
<aspectratio>keep</aspectratio>
|
||||
</control>
|
||||
<control type="fadelabel">
|
||||
<description>Currently Selected Title</description>
|
||||
<posx>230</posx>
|
||||
<posy>500</posy>
|
||||
<width>330</width>
|
||||
<height>35</height>
|
||||
<font>font12</font>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<scroll>true</scroll>
|
||||
<textcolor>white</textcolor>
|
||||
<label>[B]$INFO[Container(6).ListItem.Label][/B]</label>
|
||||
<scrollout>false</scrollout>
|
||||
<pauseatend>2000</pauseatend>
|
||||
</control>
|
||||
<control type="textbox">
|
||||
<description>Currently Selected Summary</description>
|
||||
<posx>230</posx>
|
||||
<posy>540</posy>
|
||||
<width>330</width>
|
||||
<height>80</height>
|
||||
<font>font12</font>
|
||||
<align>left</align>
|
||||
<textcolor>grey</textcolor>
|
||||
<label>$INFO[Container(6).ListItem.Label2]</label>
|
||||
</control>
|
||||
</control>
|
||||
<control type="button" id="5">
|
||||
<description>OK button</description>
|
||||
@ -146,7 +303,7 @@
|
||||
<width>200</width>
|
||||
<height>35</height>
|
||||
<label>186</label>
|
||||
<font>font13</font>
|
||||
<font>font12</font>
|
||||
<textcolor>grey2</textcolor>
|
||||
<focusedcolor>white</focusedcolor>
|
||||
<align>center</align>
|
||||
@ -156,6 +313,7 @@
|
||||
<onright>3</onright>
|
||||
<onup>3</onup>
|
||||
<ondown>3</ondown>
|
||||
<animation effect="slide" start="0,0" end="0,-120" time="0" condition="Control.IsVisible(6)">Conditional</animation>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
Reference in New Issue
Block a user