How to make the hyper links clicable in rich Text field

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

pkmittal
Posts: 111
Joined: Thu Feb 08, 2007 11:27 am
Contact:

Post by pkmittal » Wed Jun 11, 2008 12:35 pm

It works now,. When I use additional command which you mentioned.

set the textStyle of line 1 of field 1 to link

Thanks for your help. Now I will try to make what I was looking for.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Wed Jun 11, 2008 1:14 pm

Dear Pradeep,

You need to set the textStyle of the chunk to link, to have the linkClicked message sent.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply