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

Eliot Miranda eliot.miranda at gmail.com
Tue Jul 5 17:22:23 UTC 2016


Hmmm,  thanks.  No joy.  Are you around?

On Tue, Jul 5, 2016 at 12:48 AM, marcel.taeumel <Marcel.Taeumel at hpi.de>
wrote:

> 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.
>
>


-- 
_,,,^..^,,,_
best, Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20160705/08148cd5/attachment.htm


More information about the Squeak-dev mailing list