Added : [PM3.HD] Scrollbar to addon settings

git-svn-id: http://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd@13 0c45cd24-f56c-ec91-222f-6e3ca35936fa
This commit is contained in:
JezzX2 2010-05-26 02:39:55 +00:00
parent 3c0b3cd1c3
commit 86ac5572de

View File

@ -46,13 +46,32 @@
<description>control area</description>
<posx>40</posx>
<posy>85</posy>
<width>720</width>
<width>695</width>
<height>420</height>
<itemgap>5</itemgap>
<pagecontrol>60</pagecontrol>
<onup>2</onup>
<ondown>2</ondown>
<onleft>10</onleft>
<onright>60</onright>
<animation effect="slide" start="0,0" end="10,0" time="0" condition="!Control.IsVisible(60)">Conditional</animation>
</control>
<control type="scrollbar" id="60">
<posx>740</posx>
<posy>85</posy>
<width>20</width>
<height>420</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="button" id="3">
<description>Default Button</description>