TiiToo / vegas

Automatically exported from code.google.com/p/vegas
1 stars 0 forks source link

lunas.display.components.bar.EasyScrollbar #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello Eka,

i watch you do a lot of work today :p great ^^

When we want to change the direction ( Direction.VERTICAL ||
Direction.HORIZONTAL ), the bar doesn't go to his real position.

<code>
bar.direction = Direction.VERTICAL;
bar.setSize(10, 200);
bar.position = 50;
bar.direction = Direction.HORIZONTAL;
bar.setSize(200, 10);
</code>

Original issue reported on code.google.com by nicolas....@gmail.com on 1 Sep 2006 at 7:31

GoogleCodeExporter commented 9 years ago
yes when you change the Direction, the bar get the position 0 . I must create a
property to choose if you return to 0 or not.

Original comment by ekamel...@gmail.com on 4 Sep 2006 at 7:50

GoogleCodeExporter commented 9 years ago
ok this issue must be fixed - i commit the SVN Now with the new version.

Original comment by ekamel...@gmail.com on 4 Sep 2006 at 8:22

GoogleCodeExporter commented 9 years ago
it s could be good to have a notifyChanged() is the boolean property for 0 or 
not is
set to true, no ?

Original comment by nicolas....@gmail.com on 4 Sep 2006 at 9:24

GoogleCodeExporter commented 9 years ago

Original comment by ekamel...@gmail.com on 12 Sep 2007 at 9:07