Comment #1 on issue 845 by google....@ben.coman.com.au: some Roassal layouts broken when nested http://code.google.com/p/moose-technology/issues/detail?id=845
Just one side point - when modifying the original example to add nesting, there was a problem with the line... view circleLayout executeOnElements: (view raw elementsFromModels: (1 to: 5)).
which I don't know understand why #executeOnElements was required since just... view circleLayout
seemed to work just as well.