Hi Mark,
There is an initializeView: method that you could you use to create a custom view
composite roassal2
title: 'Complexity';
titleIcon: MooseIcons mooseSystemComplexity;
initializeView: [ RTMondrian new ];
painting: [ :view :each |
"build views" ]
Does this help?
Cheers,
Andrei