<div dir="ltr">Right clicking will cycle trough halos for different morhs</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 5, 2016 at 7:22 PM, Eliot Miranda <span dir="ltr">&lt;<a href="mailto:eliot.miranda@gmail.com" target="_blank">eliot.miranda@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hmmm,  thanks.  No joy.  Are you around?</div><div class="gmail_extra"><div><div class="h5"><br><div class="gmail_quote">On Tue, Jul 5, 2016 at 12:48 AM, marcel.taeumel <span dir="ltr">&lt;<a href="mailto:Marcel.Taeumel@hpi.de" target="_blank">Marcel.Taeumel@hpi.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Eliot Miranda-2 wrote<br>
<div><div>&gt; Hi Morphic Mavens,<br>
&gt;<br>
&gt;     anyone out there able to help me unstick a very important project that<br>
&gt; appears to have some large morph taking all mouse clicks away from any<br>
&gt; other morph in the project?  Anyone seen this and have a way out?  When I<br>
&gt; hit the Halos mouse button on a specific windows or menu the halos come up<br>
&gt; all around the entire screen.  Attempts to select the halo fail.  Hitting<br>
&gt; the halo button a second time dismisses the halo.  I can enter and exit<br>
&gt; the<br>
&gt; project, but once inside cannot interact with existing windows.  I can<br>
&gt; create new windows, but these are also unresponsive.<br>
&gt; _,,,^..^,,,_<br>
&gt; best, Eliot<br>
<br>
</div></div>Hi Eliot, you&#39;ve got mail. :-)<br>
<br>
Try:<br>
HandMorph allInstancesDo: [:hand | hand initForEvents; releaseKeyboardFocus;<br>
releaseMouseFocus].<br>
SystemWindow reconfigureWindowsForFocus.<br>
<br>
This seems to be no giant invisible morph but an issue with dispatching user<br>
input events.<br>
<br>
Best,<br>
Marcel<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://forum.world.st/invisible-unselectable-morph-covering-all-my-other-morphs-tp4904896p4904939.html" rel="noreferrer" target="_blank">http://forum.world.st/invisible-unselectable-morph-covering-all-my-other-morphs-tp4904896p4904939.html</a><br>
Sent from the Squeak - Dev mailing list archive at Nabble.com.<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span class="HOEnZb"><font color="#888888">-- <br><div data-smartmail="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div>
</font></span></div>
<br><br>
<br></blockquote></div><br></div>