Hallo
ich habe ne scollbar erstellt, mit folgenden werten :
PHP
<control type="scrollbar" id="1112">
<description>Scrollbar</description>
<posx>60</posx>
<posy>430</posy>
<width>10</width>
<height>410</height>
<onup>9333</onup>
<onleft>9333</onleft>
<onright>9333</onright>
<texturesliderbar border="1">views/other/scrollbar-light.png</texturesliderbar>
<texturesliderbarfocus border="1">views/other/scrollbar-light.png</texturesliderbarfocus>
<orientation>vertical</orientation>
<showonepage>true</showonepage>
<animation effect="fade" start="100" end="0" time="300" tween="sine" easing="inout" condition="!Control.IsVisible(141)">Conditional</animation>
<animation effect="fade" start="40" end="100" time="300" tween="sine" easing="inout" condition="Control.HasFocus(1112)">Conditional</animation>
<animation effect="fade" start="100" end="40" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(1112)">Conditional</animation>
<visible>Control.hasfocus(141)</visible>
</control>
Alles anzeigen
das problem ist wenn die liste zb nur 2 einträge hat zieht er die grafik unendlich in die länge, da er ja eine höhe von 410 hat.
wenn ich dann zb 120 einträge habe geht es wunderbar da er die grafik ja klein anzeigt.
kann man da was machen?
habe die grafik mal angehängt.