Roassal2, navigate in your view with scrollbars

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Roassal2, navigate in your view with scrollbars

Pierre Chanson
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

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Roassal2, navigate in your view with scrollbars

abergel
Thanks Pierre!

Scrollbars are indeed a nice add-on!

Alexandre

> On Mar 20, 2015, at 2:08 PM, Pierre CHANSON <[hidden email]> 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:
>
> 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
>
> <scroll1.png>
> <scroll2.png>
> ​
> cheers,
>
> Pierre
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev