Balloon3D refactored

David Duke D.Duke at bath.ac.uk
Tue Nov 19 10:30:40 UTC 2002


Ned Konz wrote:

> On Monday 18 November 2002 07:12 am, David Duke wrote:
> 
>>But I'd like to know why I'm having so much trouble
>>removing this BookMorph object; am I doing something stupid, or
>>missing the obvious?
> 
> This is a brute-force method that may work:
> 
> B3DSceneMorph allInstancesDo: [ :ea | ea delete ].
> Smalltalk garbageCollect.

I tried the (less drastic) delete followed by garbage collection.  It 
did not work; I still have one B3dSceneExplorerMorph and two 
AdvancedB3DSceneMorphs that I can't remove from the image.

At this point, I'm simply going to start from a fresh image.  If I get 
time I'll go back into the old and try to figure what happened.

thanks again,
David





More information about the Squeak-dev mailing list