Hello,
I have a text field, and I defined some "hyperlinks" using linkText and textStyle=link.
No I need to get a list of all defined linkText in a field. I need something like a list.
Is it possible?
If I haven't that function, I need to parse char by char the field, in order to "discover" if a specific word has a defined linkText.
Thank you for your help
How to get all "linkText" in a field
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
How to get all "linkText" in a field
Runtime Revolution Widgets, tutorials, tips & tricks and more!
http://runrevwidgets.com/wiki
http://runrevwidgets.com/wiki
Re: How to get all "linkText" in a field
ale870,
You could use the offset function to search the htmlText property of a field for "http://".
Best regards,
Mark
You could use the offset function to search the htmlText property of a field for "http://".
Best 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
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: How to get all "linkText" in a field
This idea is interesting! I will make a test!
Thank you!
Thank you!
Runtime Revolution Widgets, tutorials, tips & tricks and more!
http://runrevwidgets.com/wiki
http://runrevwidgets.com/wiki