Morph>>Delete

Jeff Longland jlonglan at uwo.ca
Wed Aug 27 03:13:22 UTC 2003


I'm trying to create a button that will delete a morph named JeffsTestMorph
(sublass of Morph).  Through inheritance, JeffsTestMorph inherits the delete
method does it not?  On mouseDown for my button, I have the following:

mouseDown: evt
    JeffsTestMorph delete.

But when I click on the button I get MessageNotUnderstood: delete.  Could
someone tell this Squeak newbie what he's doing wrong?

Thanks,
Jeff




More information about the Squeak-dev mailing list