[Pharo-project] TextMorph: how to change its bounds/extent?
July 24, 2012
12:34 p.m.
Hi All The default behaviour of a TextMorph is for it to grow down as you enter text. How can I change that behaviour so that the TextMorph grows both up AND down as I enter text? Kind Regards Dusty
July 24, 2012
6:20 p.m.
set autoAccept: true and in the view connected to the TextMorph for the #accept: method used on the view let it change bounds as required.. / calculated.. On Tue, Jul 24, 2012 at 6:04 PM, Gareth Cox <gareth.cox@pro-mis.com> wrote:
Hi All
The default behaviour of a TextMorph is for it to grow down as you enter text. How can I change that behaviour so that the TextMorph grows both up AND down as I enter text?
Kind Regards Dusty
5120
Age (days ago)
5120
Last active (days ago)
1 comments
2 participants
participants (2)
-
Gareth Cox -
S Krish