Small Squeak 3.7 image

Lic. Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Wed Feb 16 08:51:04 UTC 2005


On 15/02/05 19:34, "Pavel Krivanek" <squeak1 at continentalbrno.cz> wrote:

>> As I said in other mail, all problem is attaching morphs to HandMorph.
> 
> As far as I remember this problem is bound with removing of Presenter.
> This may help:
> 
> PasteUpMorph >> acceptDroppingMorph: dropped event: evt
> 
> | aMorph |
> aMorph _ dropped.
> super acceptDroppingMorph: aMorph event: evt.
> 
> aMorph submorphsDo: [:m | (m isKindOf: HaloMorph) ifTrue: [m
> delete]].
> 
> 
> Pavel
Pavel:

This fix the problem.

Very thanks !

Edgar





More information about the Squeak-dev mailing list