Updates:
Labels: Component-Roassal
Comment #4 on issue 845 by alexandr...(a)gmail.com: some Roassal layouts
broken when nested
http://code.google.com/p/moose-technology/issues/detail?id=845
I am not sure to fully understand this issue.
TreeLayout works well when embedded.
try the following:
-=-=-=-=-=-=-=-=-=-=-=-=
outterNode := ROElement new + ROBorder blue.
elements := ROElement spritesOn: (1 to: 5).
outterNode addAll: elements.
rawView add: outterNode.
rawView addAll: (edges := ROEdge linesFor: (Array with: elements first ->
elements second with: elements second -> elements fifth with: elements
second -> elements third )).
ROTreeLayout on: elements.
-=-=-=-=-=-=-=-=-=-=-=-=
I've added this example in ROExample>>nestedLayoutOn: it is therefore
accessible from the example section in Roassal