Added : [PM3.HD] more mouse stuff

git-svn-id: http://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd@14 0c45cd24-f56c-ec91-222f-6e3ca35936fa
This commit is contained in:
JezzX2 2010-05-26 02:53:56 +00:00
parent 86ac5572de
commit a8f19d52a1
2 changed files with 31 additions and 7 deletions

View File

@ -35,6 +35,12 @@
<label>-</label>
<textcolor>dialogheader</textcolor>
</control>
<control type="button">
<description>Close Window button</description>
<posx>730</posx>
<posy>35</posy>
<include>WindowCloseButtonCommons</include>
</control>
<control type="image">
<posx>40</posx>
<posy>78</posy>

View File

@ -52,19 +52,20 @@
<control type="list" id="5">
<posx>40</posx>
<posy>85</posy>
<width>720</width>
<width>695</width>
<height>440</height>
<onleft>5</onleft>
<onright>5</onright>
<onup>5</onup>
<ondown>5</ondown>
<pagecontrol>-</pagecontrol>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<animation effect="slide" start="0,0" end="10,0" time="0" condition="!Control.IsVisible(60)">Conditional</animation>
<itemlayout height="40">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<width>695</width>
<height>35</height>
<texture border="5">button-nofocus.png</texture>
</control>
@ -83,7 +84,7 @@
<control type="label">
<posx>210</posx>
<posy>0</posy>
<width>500</width>
<width>475</width>
<height>35</height>
<font>font12</font>
<aligny>center</aligny>
@ -96,7 +97,7 @@
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<width>695</width>
<height>35</height>
<colordiffuse>FFFFFFFF</colordiffuse>
<visible>!Control.HasFocus(5)</visible>
@ -105,7 +106,7 @@
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<width>695</width>
<height>35</height>
<colordiffuse>FFFFFFFF</colordiffuse>
<visible>Control.HasFocus(5)</visible>
@ -126,7 +127,7 @@
<control type="label">
<posx>210</posx>
<posy>0</posy>
<width>500</width>
<width>475</width>
<height>35</height>
<font>font12</font>
<aligny>center</aligny>
@ -136,6 +137,23 @@
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<posx>740</posx>
<posy>85</posy>
<width>20</width>
<height>440</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>2</onleft>
<onright>10</onright>
<ondown>60</ondown>
<onup>60</onup>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="label">
<description>number of files/pages in list text label</description>
<posx>750</posx>