[Q] How to dispose of SystemWindow's? They never seem to go away!

Bob Arning arning at charm.net
Sat Jul 15 13:11:38 UTC 2000


On Fri, 14 Jul 2000 23:39:49 -0700 John M McIntosh <johnmci at smalltalkconsulting.com> wrote:
>Also if you open an object explorer window, then it and all the things you
>are exploring lurk even after you close the window.

John,

This is not the normal behavior. If I 

- open an explorer on something
- ObjectExplorer instanceCount ===> 1
- close the explorer
- Smalltalk garbageCollect "just to be safe"
- ObjectExplorer instanceCount ===> 0
- SystemWindow allSubInstances ===> shows no explorer-type window in existence

Do you have an example that differs?

Cheers,
Bob





More information about the Squeak-dev mailing list