[Q] Morph owners

Chris Muller afunkyobject at yahoo.com
Fri Sep 5 05:41:16 UTC 2003


I have a composition of Morphs that, when I pick up an inner one (e.g., whose
owner is not the world), would like to use a NCConnector to point to its former
owner.

I tried overriding privateOwner: to:

  super privateOwner: aMorph.
  self resetLines

where I implemented resetLines to do what I want.  It didn't work.  It didn't
appear to call privateOwner: when I dragged out or even dropped onto the
current World.

It seems clunky to be overriding this private method anyway.  Is there a better
way?

Thanks!
  Chris

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com



More information about the Squeak-dev mailing list