BalloonMorph

Hilaire Fernandes hilaire at ext.cri74.org
Tue Jan 10 16:04:31 UTC 2006


I am not sure how to do it. But I would like to popup at will a balloon 
morph around the mouse position.

I try the following:

a := BalloonMorph string: 'My tip' for: ActiveHand.
a popUpForHand: ActiveHand .


However I don't knwow how to get rid of the tip, any idea.

I try without result:

a setTarget: nil.


Hilaire



More information about the Squeak-dev mailing list