Re: Question on Morphic drawOn: method.
Posted by
Ricardo Moran on
Feb 04, 2015; 7:22pm
URL: https://forum.world.st/Question-on-Morphic-drawOn-method-tp4803695p4803729.html
Hi Nacho,
The red box with two crossing yellow lines indicates that you made a mistake in the drawOn: method.
Whenever that happens, here is a tip that might help you. If you can't easily spot your error, you can debug it by evaluating:
aBall drawOn: Display getCanvas.
This will bring up the debugger and hopefully give you more information.
Best regards,
Richo