>
My point is that I want to do a board with multiple views. I saw that in the Roassal example pane.If you mean what I think that's not actually Roassal, that is just regular images. You can always investigate the source code of Roassal>ExampleBrowser package/RTExampleBrowser/RTAbstractExample.
> can you give an example? Does that mean all builders have a view: method (or is that renderIn:?). I'm interested because I'd like to mix builders.
The base class RTBuilder have both view: and renderIn:; if not specified the builder will create its own view.
I don't know if this is the intended way, but that's how I use it and it seems to work. :)
Look at RTComposerExample>>exampleClassAnalysis.
Peter