Next problem, the TextMorph is always the size of the initial string. It will grow vertically as lines are added, but I don't see how to make it resize to fit the frame. Any clues?
window := StandardWindow labelled: 'Text test'.
text := (TextMorph new contents: 'Hello, world!' asText).
text fillStyle: (Color white).
window
addMorph: text
frame: (0@0 corner: 1@1).
window openInWorld.
Thanks again,
--
Daniel Lyons
