Clickable URL link from a field
Posted: Tue Mar 24, 2009 10:06 pm
Have been experimenting with creating a clickable link from text in a field. Using
which works. I also tried using clickText but I did not manage to make that work.
If this is the way to do this I am left with a couple of questions:
The text that you click on does not indicate that it is a clickable link. Is there some way to make it appear so or should it just be Styled -underlined etc?
It seems only a single word can be clicked on. Ideally I would like to click anywhere on "some clickable text" as a link. I did see mention of GroupText (or possible TextGroup) in the docs but did not manage to find any details.
Am I heading in the right direction? Any pointers where to head next will be much appreciated.
Code: Select all
if mouseText () ="clickable" then launch url "http://w....
If this is the way to do this I am left with a couple of questions:
The text that you click on does not indicate that it is a clickable link. Is there some way to make it appear so or should it just be Styled -underlined etc?
It seems only a single word can be clicked on. Ideally I would like to click anywhere on "some clickable text" as a link. I did see mention of GroupText (or possible TextGroup) in the docs but did not manage to find any details.
Am I heading in the right direction? Any pointers where to head next will be much appreciated.