Two Squeak Window Questions

Les Tyrrell tyrrell at canis.uiuc.edu
Tue Feb 10 17:45:43 UTC 1998


For the first question this might work:

StandardSystemView allInstances
	collect: [ : eachView | eachView  -> eachView clippingBox area ].

Find the one with the tiny area.
Inspect it.
Inspect it's controller.
Tell the controller to #closeAndUnschedule.

les





More information about the Squeak-dev mailing list