[comp.lang.smalltalk] Digitalk Smalltalk/V

smd@caip.UUCP (04/22/87)

	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