[Fix] In 7066 #rootInPasteUp is called but unimplemented. See: http://bugs.impara.de/view.php?id=5285 For this one. In a workspace type rootInPasteUp. select it from the popup menu request find senders (you'll get TileMorph>>mouseMove:) request implementors (you''ll get there aren't any) get an object get a script for it try to moving the mouse on a tile sometimes you will get a series of DNU debug boxes This can be stopped with the user interupt key. ---- The method was implemented in 7022 (and maybe later I was just sampling old images until I found it) There were also five senders instead of just one so I suspect it got removed when the other four senders did. I've uploaded Morph>>rootInPasteUp. This seemed to cure the problem. This should be fixed before we release this to someone who might use etoys. Because its pretty likely to be stumbled across just as I did. [OT] The rapid succession of debuggers is probably another bug. I'll wait to see if I stumble upon it in a solid fashion before reporting it to mantis. This is the mantis report. The fix upload is on mantis. Yours in service, --Jerome Peace __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
Hi Edgar,
Thanks for your feedback. I was simply reporting a bug I stumbled into. If you think what you have written below is a better fix for the 3.9 image can you please add it to the report on mantis? That way it can do some good. I agree that the otherway to remove the bug is to remove the calling routine. So let's add it and let the harvester choose. Cheers, -Jer --- "Edgar J. De Cleene" <[hidden email]> wrote: > Jerome Peace puso en su mail : > > > > > [Fix] In 7066 #rootInPasteUp is called but > > unimplemented. > > > > See: > > http://bugs.impara.de/view.php?id=5285 > > > > For this one. > > In a workspace type rootInPasteUp. > > select it > > from the popup menu request find senders > > (you'll get TileMorph>>mouseMove:) > > request implementors (you''ll get there aren't > any) > > > > get an object get a script for it > > try to moving the mouse on a tile > > sometimes you will get a series of DNU debug boxes > > This can be stopped with the user interupt key. > > > > ---- > > > > The method was implemented in 7022 (and maybe > later I > > was just sampling old images until I found it) > > > > There were also five senders instead of just one > so I > > suspect it got removed when the other four senders > > did. > > > > I've uploaded Morph>>rootInPasteUp. > > This seemed to cure the problem. > > > > This should be fixed before we release this to > someone > > who might use etoys. Because its pretty likely to > be > > stumbled across just as I did. > > > > [OT] The rapid succession of debuggers is probably > > another bug. I'll wait to see if I stumble upon it > in > > a solid fashion before reporting it to mantis. > > > > This is the mantis report. The fix upload is on > > mantis. > > > > Yours in service, --Jerome Peace > > > > Jerome: > > In 3.9a-6705, the last image before the Traits (and > others things ) take > the actual path to develop the image, you have > > Player getRootOwner (for category *connectors-slot > getters/setters) > getRootOwner > "Answer the player for my root morph." > | source | > source := self getValueFromCostume: > #rootInPasteUp. > ^source ifNil: [ costume presenter > standardPlayer ] > ifNotNil: [ source assuredPlayer ] > > And was in a .image with Connectors loaded > So , seems safe not having in a not Connectors > image. > > hope this have some value to you. > > edgar > > > __________________________________________________ > Correo Yahoo! > Espacio para todos tus mensajes, antivirus y > antispam ¡gratis! > ¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar > ____________________________________________________________________________________ Everyone is raving about the all-new Yahoo! Mail (http://advision.webevents.yahoo.com/mailbeta/) |
Free forum by Nabble | Edit this page |