Roassal2, navigate in your view with scrollbars
Hi all, new version of smooth scrollbars and pads is available, it allows you to navigate with scalability in the view, check this out: https://vimeo.com/122758568 try out: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | b | b := RTMondrian new. b shape rectangle withBorder; width: [ :cls | cls numberOfVariables * 5]; height: #numberOfMethods; linearFillColor: #numberOfLinesOfCode within: RTObject withAllSubclasses. b nodes: RTObject withAllSubclasses. b edges connectFrom: #superclass. b layout tree. b build. b view @ RTDoubleScrollBar -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= More examples in RTScrollBarBuilderExamples â Cheers, Pierre
Really cool video! Thanks Pierre Alexandre
On Mar 20, 2015, at 2:02 PM, Pierre CHANSON <chans.pierre@gmail.com> wrote:
Hi all,
new version of smooth scrollbars and pads is available, it allows you to navigate with scalability in the view, check this out:
try out: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | b | b := RTMondrian new. b shape rectangle withBorder; width: [ :cls | cls numberOfVariables * 5]; height: #numberOfMethods; linearFillColor: #numberOfLinesOfCode within: RTObject withAllSubclasses. b nodes: RTObject withAllSubclasses. b edges connectFrom: #superclass. b layout tree. b build.
b view @ RTDoubleScrollBar -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
More examples in RTScrollBarBuilderExamples
<scroll1.png> <scroll2.png> â
Cheers,
Pierre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (2)
-
Alexandre Bergel -
Pierre CHANSON