Hello, and probably a bug.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Hello, and probably a bug.

Mateusz Grotek
Hi.
It's my first post on this list, so I'd like to say hi.
Also please consider the following code:

mrph:=Morph new.
mrph on: #mouseDown send:#cr to: Transcript
mrph click

I get MessageNotUnderstood: UndefinedObject>>yellowButtonPressed

Messages are:

-->click-->mouseDown-->yellowButtonPressed
Morph's #click method sends "self mouseDown: nil"
but Morph's #mouseDown method do: "evt yellowButtonPressed", but evt is nil.

Version is 4.1
md5sum of image:
ffbd95f34e94dfdc5f18345c0b875f57  Squeak4.1.image
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Hello, and probably a bug.

Jerome Peace
Yep Its a bug.

Best thing to do is make a mantis report.

You can get a manitis account freely and easily.
A good place to start is:
http://bugs.squeak.org/view_all_bug_page.php

Mantis is patient and persistent. A good complaint with a recipe for reproducing it is a good way to begin.

What you have here is enough.

If you wish to learn more squeak I would encourage you to make a test case that will fail when run until the problem is fixed.

Again it can be done from what you have here.

Good work.

Yours in curiosity and service, --Jerome Peace

--- On Wed, 5/5/10, Mateusz Grotek <[hidden email]> wrote:

> From: Mateusz Grotek <[hidden email]>
> Subject: [Newbies] Hello, and probably a bug.
> To: [hidden email]
> Date: Wednesday, May 5, 2010, 6:40 PM
> Hi.
> It's my first post on this list, so I'd like to say hi.
> Also please consider the following code:
>
> mrph:=Morph new.
> mrph on: #mouseDown send:#cr to: Transcript
> mrph click
>
> I get MessageNotUnderstood:
> UndefinedObject>>yellowButtonPressed
>
> Messages are:
>
> -->click-->mouseDown-->yellowButtonPressed
> Morph's #click method sends "self mouseDown: nil"
> but Morph's #mouseDown method do: "evt
> yellowButtonPressed", but evt is nil.
>
> Version is 4.1
> md5sum of image:
> ffbd95f34e94dfdc5f18345c0b875f57  Squeak4.1.image
> _______________________________________________
> Beginners mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>



_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners