Has anyone created a simple web browser using runrev?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Has anyone created a simple web browser using runrev?
That must seem like an odd question, but the reason i ask, is that i need a field that can contain hyperlinks. I need to be able to change the color of those links based on their status. I need to be able to dynamically update the list of those links. I would like to be able to designate those links as sublinks of other links. At first I was looking into a third party "tree builder" software, however I am more of a student programmer and can't afford to shell out the cash for that software. (I am using the trial version of runrev and am trying to scrounge up the coin to buy a license). after hours of searching for anything with such a tree in it, it occured to me that if some one had written a simple web browser that i could butcher for the code, i could parse my links into an html file and view them with a modified version of such a browser.
Dear magice,
In the docs, you will find explanations about linkColor, linkHiliteColor and linkVisitedColor.
Best regards,
Mark
In the docs, you will find explanations about linkColor, linkHiliteColor and linkVisitedColor.
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
Yes, I found those properties, but they appear to effect every link in the text area. I need to be able to change the color of individual links so that there are several different colors within the same text box. In my project, they need to be different colors based on whether the link is complete, incomplete but exists, or does not exist yet.