Remove underline in HTMLText?

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

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Garrett
Posts: 386
Joined: Sat Apr 08, 2006 8:15 am
Contact:

Remove underline in HTMLText?

Post by Garrett » Fri Sep 26, 2008 10:56 pm

I'm using an edit field, and putting some htmltext in there with some links on some of the text, but what I would like if possible is to have the links without the underline on them. Is that possible?

Or am I going to have to search through the text when it reaches the edit and set a textstyle of plain on them, and if so, will that kill the link?

Thanks in advance,
~Garrett

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

Post by Mark » Fri Sep 26, 2008 11:46 pm

Hi Garret,

Code: Select all

set the underLineLinks of this stack to false
Just too easy, right? ;-)

Best,

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

Garrett
Posts: 386
Joined: Sat Apr 08, 2006 8:15 am
Contact:

Post by Garrett » Fri Sep 26, 2008 11:59 pm

LOL!!! You ain't kidding either!

Thanks a bunch Mark, much appreciated :-)
~Garrett

Post Reply