Where is my cursor?

Vince Mazo taenia at libertysurf.fr
Thu Jul 19 11:16:01 UTC 2001


When I drop a morph over an other one, I want to delete them to create a new
one.
Everything works but the mouse cursor also disappear.
How can I do to keep it visible?

here is the method:

acceptDroppingMorph: aMorph event: evt

| cel |
(self confirm:'Voulez vous créer un Roll-Over?') ifTrue:[
cel_CelluleImageSurvoleeMorph avec: self survolee: aMorph.
cel openInWorld.
aMorph delete.
self owner addMorph: cel.
self delete.].

Thanks in advance.





More information about the Squeak-dev mailing list