Problem dragging morph with form

Yoshiki.Ohshima at acm.org Yoshiki.Ohshima at acm.org
Thu Jul 3 16:52:30 UTC 2003


  Todd,

> Any hints on how to debug this are most welcome.

  m _ YourMorph new.
  f _ FormCanvas on: (Form extent: 200 at 200 depth: 16).
  self halt.
  m drawOn: f.

will bring up a notifier to step through your drawOn: code.

-- Yoshiki



More information about the Squeak-dev mailing list