Posted by
Tudor Girba-2 on
May 30, 2013; 8:27pm
URL: https://forum.world.st/Roassal-Spec-tp4690745p4690834.html
You could also try to use Glamour for that:
Here is an example that renders something along the wished lines. You can run it in a Moose image:
https://ci.inria.fr/moose/job/moose-latest-dev-4.8/lastSuccessfulBuild/artifact/moose-latest-dev-4.8.zipcomposer := GLMCompositePresentation new.
composer tabulator with: [ :t |
t row: #visualization; row: #list; row: #details.
t transmit to: #visualization; andShow: [ :a |
a roassal
title: 'Visualization';
painting: [ :view :collection |
view nodes: collection.
view edgesFrom: [ :x | x // 5 ].
view radialNarrowTreeLayout ] ].
t transmit from: #visualization; to: #list; andShow: [ :a |
a list
title: 'List';
display: [ :number | 1 to: number ]
].
t transmit from: #list; to: #details; andShow: [ :a |
a text
title: 'Details';
display: [ :number | number asString ] ] ].
composer openOn: (1 to: 420)
Cheers,
Doru
On May 30, 2013, at 11:40 AM, MartinW <
[hidden email]> wrote:
--
www.tudorgirba.com
"Problem solving efficiency grows with the abstractness level of problem understanding."