[Newbies] Morphic question

Lukas Renggli renggli at gmail.com
Mon Feb 5 14:29:05 UTC 2007


> Any hint is greatly appreciated, thanks.

SystemWindow new
	openInWorld;
	position: 0 @ 0;
	extent: World extent

You have to open the window first, because sending #openInWorld asks
your model for the bounds and therefor resets anything you set
manually.

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Beginners mailing list