Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!caip!smd From: smd@caip.UUCP Newsgroups: comp.lang.smalltalk Subject: Digitalk Smalltalk/V Message-ID: <4194@caip.RUTGERS.EDU> Date: Wed, 22-Apr-87 16:21:06 EST Article-I.D.: caip.4194 Posted: Wed Apr 22 16:21:06 1987 Date-Received: Fri, 24-Apr-87 03:21:18 EST Organization: Rutgers Univ., New Brunswick, N.J. Lines: 24 Keywords: Close Window Help......... I have been running digitalk smalltalk/V on a pc/xt. My application requires that I open various classes that in turn have topPanes associated with them. My problem is that I want to close the topPane associated with a class that is opening a different class and its topPane. If I execute the method closeIt from the dispatcher associated with the topPane I wish to close it produces strange results. If closeIt is called before opening the new topPane then the first window is closed propoerly, but the second topPane is never opened. If on the other hand I call closeIt after opening the new window, both windows are closed, but not completely. This leaves me with an extra Dependent ("Dependents size." show it). I can only remove this extra Dependent by reinitializing the Scheduler. Can anyone offer suggestions? Thanks in advance, Ed Bartz