Bringing a window on top on mouse over

Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Wed Feb 7 11:06:30 UTC 2007




El 2/7/07 7:48 AM, "Cédrick Béler" <cbeler at enit.fr> escribió:

> Hi
> 
> Do you know if there is a way to bring morph on top just by moving the
> mouse over...
> 
> Thanks
> 
> Cédrick

| myMorph |

my Morph := Morph new openInHand.
myMorph setBalloonText: 'MouseOver'

Each time what you mouse is over the Morph , the balloon text shows.

So , what you could do for learn the Morph how to is follow senders and
implementors, like as clues in mystery movie.

In message names type handlesMouseOver: and you found implemented in Morph
events handling category

Edgar



	

	
		
__________________________________________________ 
Preguntá. Respondé. Descubrí. 
Todo lo que querías saber, y lo que ni imaginabas, 
está en Yahoo! Respuestas (Beta). 
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas 




More information about the Squeak-dev mailing list