Updates: Labels: -Milestone-4.2 Milestone-4.3
Comment #6 on issue 114 by tudor.gi...@gmail.com: Resizable panes in Finder http://code.google.com/p/moose-technology/issues/detail?id=114
The basic structure is in place. There are still a couple of things to do: - include the changes to GeneralScrollPane - solve the small scrolling animation problem
Comment #7 on issue 114 by tudor.gi...@gmail.com: Resizable panes in Finder http://code.google.com/p/moose-technology/issues/detail?id=114
| finder | finder := GLMFinder new. finder fixedSize: false. finder show: [:a | a list display: [:x | 1 to: x ]]. finder openOn: 100.
Comment #8 on issue 114 by tudor.gi...@gmail.com: Resizable panes in Finder http://code.google.com/p/moose-technology/issues/detail?id=114
The only problem left here is the smooth scrolling.
Updates: Labels: -Milestone-4.3
Comment #9 on issue 114 by tudor.gi...@gmail.com: Resizable panes in Finder http://code.google.com/p/moose-technology/issues/detail?id=114
Not critical for 4.3
Updates: Status: Fixed Labels: Milestone-4.6
Comment #10 on issue 114 by tudor.gi...@gmail.com: Resizable panes in Finder http://code.google.com/p/moose-technology/issues/detail?id=114
This can be considered done. We can still open another issue if we are not satisfied with the scrolling.