how to make it apparent that a TextMorph's text (or substring thereof) has been selected?

Alexandre Rousseau alexr at mailsnare.net
Tue Nov 13 04:11:35 UTC 2007


Hi

I am working with a descendant of TextMorph.

The following code does what I want except for one thing: make it  
apparent that there is a selection, i.e., no selection highlight is  
visible.

mouseEnter: evt
	self takeKeyboardFocus.
	self editor selectAll.

Can someone point me in the right direction?

Thanks in advance
Alex

==
Alexandre Rousseau
E: alexr at mailsnare.net
NinerPaint: http://www.ninerpaint.com
flickr: http://www.flickr.com/photos/80052761@N00/


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20071113/9846285c/attachment.htm


More information about the Squeak-dev mailing list