Feb. 22, 2010
4:08 p.m.
s/squeak/pharo (sorry) On 2010-02-22 13:02:36 -0300, Esteban Lorenzano <estebanlm@gmail.com> said:
Hi, I want to prevent squeak to load the world morph... it is for a process running on background, anyway, and I want to prevent the time taken to draw the main window... so, I tried some simple things like:
Smalltalk at: World put: nil.
but that doesn't work... so, any idea?
Thanks, Esteban