Or, open a workspace, and evaluate the following:<br><br>PreDebugWindow allInstances do: [:ea | ea delete]<br><br>What I did was to open a MNU notifier and use the halo to find out what class implemented the window (PreDebugWindow). Then with Smalltalk API knowledge (the #allInstances) and Morphic knowledge (#delete) I did the rest.
<br><br>One would wonder, though, why we don&#39;t have a &quot;close all&quot; button in those windows.<br><br>Regards,<br>Hernán<br><br><br><div><span class="gmail_quote">On 8/21/07, <b class="gmail_sendername">David Mitchell
</b> &lt;<a href="mailto:david.mitchell@gmail.com">david.mitchell@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
See also delete unchanged windows<br><br>Which if you use the type ahead menus, you can get there with<br><br>right click on world, type wi, Enter, unc, Enter<br><br>That is:<br><br>world -&gt; wi_ndows -&gt; delete _unc_hanged windows
<br><br><br><br>On 8/21/07, Matthias Berth &lt;<a href="mailto:matthias.berth@googlemail.com">matthias.berth@googlemail.com</a>&gt; wrote:<br>&gt; Alt-w closes the top-most window, I suppose that&#39;s what you want.<br>&gt; It&#39;s in the world menu&nbsp;&nbsp;-&gt;&nbsp;&nbsp;windows&nbsp;&nbsp;-&gt; close&nbsp;&nbsp;top window (m)
<br>&gt;<br>&gt;<br>&gt; -- Matthias<br>&gt;<br>&gt;<br>&gt; On 8/21/07, Enno Schwass &lt;<a href="mailto:onkelenno@mac.com">onkelenno@mac.com</a>&gt; wrote:<br>&gt; &gt; Hello<br>&gt; &gt;<br>&gt; &gt; Every time I show squeak to someone else I just play around a bit.
<br>&gt; &gt; So other people can see how powerful squeak is.<br>&gt; &gt;<br>&gt; &gt; After a few minutes I always do something wrong. Sometimes I<br>&gt; &gt; only get a single mnu. This is not problematic. But then I get
<br>&gt; &gt; numerous mnu and it doesnt look very professional if I have to<br>&gt; &gt; click million times to get rid of it.<br>&gt; &gt;<br>&gt; &gt; Just an example. Someone asked me for a squeak entry field.<br>&gt; &gt; I remembered that method finder has one.
<br>&gt; &gt;<br>&gt; &gt; So I open method finder click on the debug halo of the input field<br>&gt; &gt; and show him<br>&gt; &gt; the morph with the class browser. No problem at all.<br>&gt; &gt;<br>&gt; &gt; Then I want to demonstrate PluggableTextMorph
<br>&gt; &gt;<br>&gt; &gt; PluggableTextMorph new openInWorld.<br>&gt; &gt;<br>&gt; &gt; Fine. Works.<br>&gt; &gt;<br>&gt; &gt; Then the mouse enters the newly created morph and a dozen mnu appear.<br>&gt; &gt;<br>&gt; &gt; What are YOU doing then?
<br>&gt; &gt;<br>&gt; &gt; bye<br>&gt; &gt; Enno<br>&gt; &gt;<br>&gt; &gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br><br></blockquote></div><br><br clear="all"><br>-- <br>Saludos,<br>Hernán<br>