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 [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
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" <[hidden email]> To: "Pharo Development" <[hidden email]> 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 > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] 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 <[hidden email]>: > 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" <[hidden email]> > To: "Pharo Development" <[hidden email]> > 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 >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- http://blog.ofset.org/hilaire _______________________________________________ Pharo-project mailing list [hidden email] 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.html 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 <[hidden email]>: >> 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" <[hidden email]> >> To: "Pharo Development" <[hidden email]> >> 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 >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > > -- > http://blog.ofset.org/hilaire > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] 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.html > 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 <[hidden email]>: >>> 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" <[hidden email]> >>> To: "Pharo Development" <[hidden email]> >>> 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 >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >> >> >> -- >> http://blog.ofset.org/hilaire >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Adrian Lienhard
yes it help, thanks
Hilaire 2009/3/16 Adrian Lienhard <[hidden email]>: > Have you tried the following? > TransferMorph allInstances do: [:ea | ea delete] > from http://lists.squeakfoundation.org/pipermail/squeak-dev/2008-December/133369.html > 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 <[hidden email]>: >>> 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" <[hidden email]> >>> To: "Pharo Development" <[hidden email]> >>> 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 >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >> >> >> >> -- >> http://blog.ofset.org/hilaire >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- http://blog.ofset.org/hilaire _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by David Röthlisberger-2
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" <[hidden email]> To: <[hidden email]> 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.html >> 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 <[hidden email]>: >>>> 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" <[hidden email]> >>>> To: "Pharo Development" <[hidden email]> >>>> 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 >>>>> [hidden email] >>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>> >>> >>> -- >>> http://blog.ofset.org/hilaire >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] 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" <[hidden email]> > To: <[hidden email]> > 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.html >>> 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 <[hidden email]>: >>>>> 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" <[hidden email]> >>>>> To: "Pharo Development" <[hidden email]> >>>>> 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 >>>>>> [hidden email] >>>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>>> >>>>> _______________________________________________ >>>>> Pharo-project mailing list >>>>> [hidden email] >>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- >>>>> project >>>>> >>>> >>>> >>>> -- >>>> http://blog.ofset.org/hilaire >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >>> >> >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |