PluggableTextMorphs and squeak locking up

Karl Ramberg karl.ramberg at chello.se
Sun Aug 22 17:47:04 UTC 2004



Marcin Tustin wrote:
> 
>     I've been playing with this, and found that dragging does not
> cause squeak to hang, but that double-clicking on the black borders
> around the textboxes does.
> 
> The following code demonstrates this:
> 
> |w f t1 t2 |
> w := SystemWindow labelled: 'Ahh Kirsty'.
> 
> f := Morph new.
> t1 := PluggableTextMorph new.
> t2 := PluggableTextMorph new.
> 
> w addMorph: f frame: w fullFrame.

w addMorph: f frame: (0 at 0 corner:1 at 1).
Use this instead. 
Karl



More information about the Squeak-dev mailing list