Trying to be "clever" with a URL in Linux

Mark Waddingham mark at livecode.com
Thu May 14 14:13:35 EDT 2015


Not entirely true - revBrowser is coming to Linux in 8... (CEF is a bit of a hoary beast, however, we still haven't got a 32-bit build working as the CEF project has stopped producing builds for it, and indeed 32-bit CEF - like Chrome I believe - is likely to be desupported at some point in the nearish future).

In the meantime simple web pages will sort of work by setting the htmlText property of a field to the data returned from the url.

(htmlText is a bit of a misnomer in this day and age, it was html with some additions many years ago, but html is now much larger and bigger than it once was - indeed you really need a web browser to display general pages)

Sent from my iPhone

> On 14 May 2015, at 19:07, Richmond <richmondmathewson at gmail.com> wrote:
> 
> So, revBrowser is a non-Linux thing . . .
> 
> So, I tried this in a button:
> 
> on mouseUp
>   put URL "http://www.distrowatch.org" into fld "wab"
> end mouseUp
> 
> and got the raw HTML code in my field.
> 
> Wonder if there is a way to get that to display like a web-page in a field on Linux?
> 
> Richmond.
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode




More information about the use-livecode mailing list