[Pharo-project] Losing click event
I have something strange happening in an image. Randomly, mouse click event seems to be lost. I have to click two or three times to get the event handled. It happens anywhere in the image. Is there a way to fix that? Hilaire -- http://blog.ofset.org/hilaire
Not seen that recently, since I fixed the DockingBar (if you use one) layering and the putting of minimised window (invisible with taskbar) well offscreen. Perhaps you have an inivisble Morph around (World submorphs should verify). Regards, Gary ----- Original Message ----- From: "Hilaire Fernandes" <hilaire@ofset.org> To: "Pharo Development" <pharo-project@lists.gforge.inria.fr> Sent: Monday, March 16, 2009 1:17 PM Subject: [Pharo-project] Losing click event
I have something strange happening in an image.
Randomly, mouse click event seems to be lost. I have to click two or three times to get the event handled. It happens anywhere in the image. Is there a way to fix that?
Hilaire -- http://blog.ofset.org/hilaire
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
No, there is no hidden morph. There is a variation in the bug, as for some time I need to move slighly the mouse to get the clic event handled. I remove all Morph from screen including taskbar, does not get better. I try with different theme Nothing special in the process browser, at least no process I can kill. I saw it is reported in Mantis http://bugs.squeak.org/view.php?id=7039 It seems the problem started to occure from a debugging session with seaside 2009/3/16 Gary Chambers <gazzaguru2@btinternet.com>:
Not seen that recently, since I fixed the DockingBar (if you use one) layering and the putting of minimised window (invisible with taskbar) well offscreen. Perhaps you have an inivisble Morph around (World submorphs should verify).
Regards, Gary
----- Original Message ----- From: "Hilaire Fernandes" <hilaire@ofset.org> To: "Pharo Development" <pharo-project@lists.gforge.inria.fr> Sent: Monday, March 16, 2009 1:17 PM Subject: [Pharo-project] Losing click event
I have something strange happening in an image.
Randomly, mouse click event seems to be lost. I have to click two or three times to get the event handled. It happens anywhere in the image. Is there a way to fix that?
Hilaire -- http://blog.ofset.org/hilaire
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Have you tried the following? TransferMorph allInstances do: [:ea | ea delete] from http://lists.squeakfoundation.org/pipermail/squeak-dev/2008-December/133369.... HTH, Adrian On Mar 16, 2009, at 17:17 , Hilaire Fernandes wrote:
No, there is no hidden morph. There is a variation in the bug, as for some time I need to move slighly the mouse to get the clic event handled. I remove all Morph from screen including taskbar, does not get better. I try with different theme Nothing special in the process browser, at least no process I can kill. I saw it is reported in Mantis http://bugs.squeak.org/view.php?id=7039
It seems the problem started to occure from a debugging session with seaside
2009/3/16 Gary Chambers <gazzaguru2@btinternet.com>:
Not seen that recently, since I fixed the DockingBar (if you use one) layering and the putting of minimised window (invisible with taskbar) well offscreen. Perhaps you have an inivisble Morph around (World submorphs should verify).
Regards, Gary
----- Original Message ----- From: "Hilaire Fernandes" <hilaire@ofset.org> To: "Pharo Development" <pharo-project@lists.gforge.inria.fr> Sent: Monday, March 16, 2009 1:17 PM Subject: [Pharo-project] Losing click event
I have something strange happening in an image.
Randomly, mouse click event seems to be lost. I have to click two or three times to get the event handled. It happens anywhere in the image. Is there a way to fix that?
Hilaire -- http://blog.ofset.org/hilaire
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- http://blog.ofset.org/hilaire
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Have you tried the following? TransferMorph allInstances do: [:ea | ea delete]
or: Utilities cleanseOtherWorldlySteppers David
from http://lists.squeakfoundation.org/pipermail/squeak-dev/2008-December/133369.... HTH, Adrian
On Mar 16, 2009, at 17:17 , Hilaire Fernandes wrote:
No, there is no hidden morph. There is a variation in the bug, as for some time I need to move slighly the mouse to get the clic event handled. I remove all Morph from screen including taskbar, does not get better. I try with different theme Nothing special in the process browser, at least no process I can kill. I saw it is reported in Mantis http://bugs.squeak.org/view.php?id=7039
It seems the problem started to occure from a debugging session with seaside
2009/3/16 Gary Chambers <gazzaguru2@btinternet.com>:
Not seen that recently, since I fixed the DockingBar (if you use one) layering and the putting of minimised window (invisible with taskbar) well offscreen. Perhaps you have an inivisble Morph around (World submorphs should verify).
Regards, Gary
----- Original Message ----- From: "Hilaire Fernandes" <hilaire@ofset.org> To: "Pharo Development" <pharo-project@lists.gforge.inria.fr> Sent: Monday, March 16, 2009 1:17 PM Subject: [Pharo-project] Losing click event
I have something strange happening in an image.
Randomly, mouse click event seems to be lost. I have to click two or three times to get the event handled. It happens anywhere in the image. Is there a way to fix that?
Hilaire -- http://blog.ofset.org/hilaire
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- http://blog.ofset.org/hilaire
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Yeah, the otherworldySteppers is part of my cleanup script too ;-) (which deals with the TransferMorphs, I think). Regards, Gary ----- Original Message ----- From: "David Röthlisberger" <squeak@webcitas.ch> To: <Pharo-project@lists.gforge.inria.fr> Sent: Monday, March 16, 2009 10:18 PM Subject: Re: [Pharo-project] Losing click event
Have you tried the following? TransferMorph allInstances do: [:ea | ea delete]
or: Utilities cleanseOtherWorldlySteppers
David
from http://lists.squeakfoundation.org/pipermail/squeak-dev/2008-December/133369.... HTH, Adrian
On Mar 16, 2009, at 17:17 , Hilaire Fernandes wrote:
No, there is no hidden morph. There is a variation in the bug, as for some time I need to move slighly the mouse to get the clic event handled. I remove all Morph from screen including taskbar, does not get better. I try with different theme Nothing special in the process browser, at least no process I can kill. I saw it is reported in Mantis http://bugs.squeak.org/view.php?id=7039
It seems the problem started to occure from a debugging session with seaside
2009/3/16 Gary Chambers <gazzaguru2@btinternet.com>:
Not seen that recently, since I fixed the DockingBar (if you use one) layering and the putting of minimised window (invisible with taskbar) well offscreen. Perhaps you have an inivisble Morph around (World submorphs should verify).
Regards, Gary
----- Original Message ----- From: "Hilaire Fernandes" <hilaire@ofset.org> To: "Pharo Development" <pharo-project@lists.gforge.inria.fr> Sent: Monday, March 16, 2009 1:17 PM Subject: [Pharo-project] Losing click event
I have something strange happening in an image.
Randomly, mouse click event seems to be lost. I have to click two or three times to get the event handled. It happens anywhere in the image. Is there a way to fix that?
Hilaire -- http://blog.ofset.org/hilaire
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- http://blog.ofset.org/hilaire
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
wanna want to kill them all those oddlySteppers.... Stef On Mar 17, 2009, at 11:13 AM, Gary Chambers wrote:
Yeah, the otherworldySteppers is part of my cleanup script too ;-) (which deals with the TransferMorphs, I think).
Regards, Gary
----- Original Message ----- From: "David Röthlisberger" <squeak@webcitas.ch> To: <Pharo-project@lists.gforge.inria.fr> Sent: Monday, March 16, 2009 10:18 PM Subject: Re: [Pharo-project] Losing click event
Have you tried the following? TransferMorph allInstances do: [:ea | ea delete]
or: Utilities cleanseOtherWorldlySteppers
David
from http://lists.squeakfoundation.org/pipermail/squeak-dev/2008-December/133369.... HTH, Adrian
On Mar 16, 2009, at 17:17 , Hilaire Fernandes wrote:
No, there is no hidden morph. There is a variation in the bug, as for some time I need to move slighly the mouse to get the clic event handled. I remove all Morph from screen including taskbar, does not get better. I try with different theme Nothing special in the process browser, at least no process I can kill. I saw it is reported in Mantis http://bugs.squeak.org/view.php?id=7039
It seems the problem started to occure from a debugging session with seaside
2009/3/16 Gary Chambers <gazzaguru2@btinternet.com>:
Not seen that recently, since I fixed the DockingBar (if you use one) layering and the putting of minimised window (invisible with taskbar) well offscreen. Perhaps you have an inivisble Morph around (World submorphs should verify).
Regards, Gary
----- Original Message ----- From: "Hilaire Fernandes" <hilaire@ofset.org> To: "Pharo Development" <pharo-project@lists.gforge.inria.fr> Sent: Monday, March 16, 2009 1:17 PM Subject: [Pharo-project] Losing click event
I have something strange happening in an image.
Randomly, mouse click event seems to be lost. I have to click two or three times to get the event handled. It happens anywhere in the image. Is there a way to fix that?
Hilaire -- http://blog.ofset.org/hilaire
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- project
-- http://blog.ofset.org/hilaire
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
yes it help, thanks Hilaire 2009/3/16 Adrian Lienhard <adi@netstyle.ch>:
Have you tried the following? TransferMorph allInstances do: [:ea | ea delete] from http://lists.squeakfoundation.org/pipermail/squeak-dev/2008-December/133369.... HTH, Adrian
On Mar 16, 2009, at 17:17 , Hilaire Fernandes wrote:
No, there is no hidden morph. There is a variation in the bug, as for some time I need to move slighly the mouse to get the clic event handled. I remove all Morph from screen including taskbar, does not get better. I try with different theme Nothing special in the process browser, at least no process I can kill. I saw it is reported in Mantis http://bugs.squeak.org/view.php?id=7039
It seems the problem started to occure from a debugging session with seaside
2009/3/16 Gary Chambers <gazzaguru2@btinternet.com>:
Not seen that recently, since I fixed the DockingBar (if you use one) layering and the putting of minimised window (invisible with taskbar) well offscreen. Perhaps you have an inivisble Morph around (World submorphs should verify).
Regards, Gary
----- Original Message ----- From: "Hilaire Fernandes" <hilaire@ofset.org> To: "Pharo Development" <pharo-project@lists.gforge.inria.fr> Sent: Monday, March 16, 2009 1:17 PM Subject: [Pharo-project] Losing click event
I have something strange happening in an image.
Randomly, mouse click event seems to be lost. I have to click two or three times to get the event handled. It happens anywhere in the image. Is there a way to fix that?
Hilaire -- http://blog.ofset.org/hilaire
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- http://blog.ofset.org/hilaire
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (5)
-
Adrian Lienhard -
David Röthlisberger -
Gary Chambers -
Hilaire Fernandes -
Stéphane Ducasse