Path: utzoo!attcan!uunet!mailrus!umich!terminator!flam.ifs.umich.edu!jwh From: jwh@flam.ifs.umich.edu (Jim Howe) Newsgroups: comp.lang.smalltalk Subject: Re: How to find instances of a class in Smalltalk/v PM Message-ID: <1990Oct1.173032.10527@terminator.cc.umich.edu> Date: 1 Oct 90 17:30:32 GMT References: <8462@ul.ie> Sender: usenet@terminator.cc.umich.edu (usenet news) Organization: University of Michigan, IFS Project Lines: 21 In article <8462@ul.ie> wangw@ul.ie writes: >I am using Smalltalk V/PM now. I met a problem to find a instance of a class. >For example, when I want to delete a class, the system tells me that there >is some instances of that class so that I cannot delete that class. >[stuff deleted] In Smalltalk V/PM you can generally get rid of unwanted window occurrences by executing the following statement: Notifier reinitialize. This will close all open windows and create a new empty transcript. You should save any data in any windows that are currently open if you have made any changes in any open window. James W. Howe internet: jwh@ifs.umich.edu University of Michigan uucp: uunet!mailrus!ifs.umich.edu!jwh Ann Arbor, MI 48103-4943