[Cuis] [4.1][Bug] LimitedHeightTextMorph

H. Hirzel hannes.hirzel at gmail.com
Fri Jan 4 05:34:44 CST 2013


>From the comment of LimitedHeightTextMorph


A TextMorph that will expand and contract vertically to adjust for the
contents, but limited to a specific max height. If contents are
larger, a scrollbar will be used.

LimitedHeightTextMorph new
	maxHeight: 48;
	model: (TextModel new contents: 'This is some text to test the morph.');
	openInWorld


REMARK:
The example code does not work.


--Hannes




More information about the Cuis mailing list