appropriate list

Lex Spoon lex at cc.gatech.edu
Mon Feb 11 05:14:30 UTC 2002


> Then I create a separate form using a generic Form command
> (method?) and although it gets posted as well, and displays the
> results of the sim I've created, as soon as the sim finishes execution
> the jpeg form retakes precedence and covers up the sim form.   This is
> a simple MVC project so far; do I have to get into morphic to get
> multiple displays?
> 

You will probably find Morphic nicer than MVC.  I believe this command
would work for you:

	(SketchMorph withForm: yourForm) openInWorld


By the way, in Squeak there is a difference between a Form, and a window
(be it a Morph or a View) that is displaying a Form.

-Lex



More information about the Squeak-dev mailing list