[squeak-dev] Re: invisible unselectable morph covering all my other morphs?

marcel.taeumel Marcel.Taeumel at hpi.de
Tue Jul 5 07:48:25 UTC 2016


Eliot Miranda-2 wrote
> Hi Morphic Mavens,
> 
>     anyone out there able to help me unstick a very important project that
> appears to have some large morph taking all mouse clicks away from any
> other morph in the project?  Anyone seen this and have a way out?  When I
> hit the Halos mouse button on a specific windows or menu the halos come up
> all around the entire screen.  Attempts to select the halo fail.  Hitting
> the halo button a second time dismisses the halo.  I can enter and exit
> the
> project, but once inside cannot interact with existing windows.  I can
> create new windows, but these are also unresponsive.
> _,,,^..^,,,_
> best, Eliot

Hi Eliot, you've got mail. :-)

Try:
HandMorph allInstancesDo: [:hand | hand initForEvents; releaseKeyboardFocus;
releaseMouseFocus].
SystemWindow reconfigureWindowsForFocus.

This seems to be no giant invisible morph but an issue with dispatching user
input events.

Best,
Marcel



--
View this message in context: http://forum.world.st/invisible-unselectable-morph-covering-all-my-other-morphs-tp4904896p4904939.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list