Re: Trying to be "clever" with a URL in Linux

2015-05-15 Thread Bob Sneidar
Did you try put URL "http://www.distrowatch.org"; into foo set the htmlText of field “wab” to foo Bob S > On May 14, 2015, at 11:07 , Richmond wrote: > > So, revBrowser is a non-Linux thing . . . > > So, I tried this in a button: > > on mouseUp > put URL "http://www.distrowatch.org"; int

Re: Trying to be "clever" with a URL in Linux

2015-05-15 Thread Bob Warren
On 15/05/15 05:55, Bob Warren wrote: On 14 May 2015, at 19:07, Richmond 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

Re: Trying to be "clever" with a URL in Linux

2015-05-14 Thread Richmond
On 15/05/15 05:55, Bob Warren wrote: On 14 May 2015, at 19:07, Richmond 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 w

Re: Trying to be "clever" with a URL in Linux

2015-05-14 Thread Bob Warren
On 14 May 2015, at 19:07, Richmond 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-p

Re: Trying to be "clever" with a URL in Linux

2015-05-14 Thread Richard Gaskin
Mark Waddingham wrote: > revBrowser is coming to Linux in 8... Given what we all hope will be a long and patient development cycle for v8, would it be too hard to backport revBrowser for LC 7.x? -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile,

Re: Trying to be "clever" with a URL in Linux

2015-05-14 Thread Richmond
On 14/05/15 21:13, Mark Waddingham wrote: 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 li

Re: Trying to be "clever" with a URL in Linux

2015-05-14 Thread Mark Waddingham
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

Trying to be "clever" with a URL in Linux

2015-05-14 Thread Richmond
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. _