R: Newbie question: How to add a link and open browser?

Ned Konz ned at bike-nomad.com
Thu Jul 17 15:33:15 UTC 2003


On Thursday 17 July 2003 07:48 am, Chobin wrote:
> The link seems to work fine if the text is in a scrolling text
> area. If the url is in the simple Text Area, url seems not working
> at all ("[No hidden info]", ...)
> Does anybody know the reason of this effect?

Yes, this is because the text links don't work in the TextMorphEditor.

It looks as if they were trying to suppress the code-related links 
(link to class/definition/hierarchy/method) for eToys. However, the 
logic is wrong here, and so you also miss the URL link.

If you change the "index + 5" in ParagraphEditor>>changeEmphasis: to 
"index + 4" it works.

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list