[Newbies] Text with Link

Hilaire Fernandes hilaire at ofset.org
Thu Dec 6 21:49:31 UTC 2007


How can I append a link to a text in a text morph?

I am trying without success:

| t m |
m := TextMorphPlus new openInWorld.
t := Text
	string: 'hello '
	attribute: (TextColor red).
t append: (Text
	string: ' TOTO'
	attribute: (TextLink scanFrom: (ReadStream on: 'LMorph new;'))).


But really I don't understand the way to use TextLink

Hilaire



More information about the Beginners mailing list