RevBrowserInit - failing

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
flipjay
Posts: 8
Joined: Tue Mar 25, 2014 8:02 pm

RevBrowserInit - failing

Post by flipjay » Tue Mar 25, 2014 11:20 pm

Here is another livecode beginner completely baffled.

The command RevBrowserOpen(tWindowId,pUrl) throws an error.
I am on a Ubuntu dev platform and have Chrome set as my default browser.

Have verified the target url in native Chrome therefore the Problem must be tWindowId which is blank.
Just before the open call I have verified the contents of twindowid to be the name twindowid
I am assuming that the value should be set (somewhere) in the live code environment and failing????

Is this a platform issue or a platform config issue?

Please give me a work-around.

Contrary to the promotional material I am finding the "natural" language to be equal in syntax issues as Java Script!
Comments????

Phil Johnson

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: RevBrowserInit - failing

Post by Simon » Wed Mar 26, 2014 12:19 am

Hi Phil,
Welcome to the forum :)

Have you tried the "Browser Sampler" from the Resources icon?
See if that works for you.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

flipjay
Posts: 8
Joined: Tue Mar 25, 2014 8:02 pm

Re: RevBrowserInit - failing

Post by flipjay » Wed Mar 26, 2014 6:51 am

Regarding samples/examples i have tested:
BrowserTest
Browser_Sample
MobileBrowserExample
TestDropBox

All fail in the same way!!!
Cannot execute RevBrowserOpen

Flipjay

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: RevBrowserInit - failing

Post by Simon » Wed Mar 26, 2014 7:03 am

Hi Phil,
Which version of liveCode are you using?

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

flipjay
Posts: 8
Joined: Tue Mar 25, 2014 8:02 pm

Re: RevBrowserInit - failing

Post by flipjay » Wed Mar 26, 2014 4:16 pm

Live Code 6.5.0 Build 3009

Flipjay

LCNeil
Livecode Staff Member
Livecode Staff Member
Posts: 1223
Joined: Wed Oct 03, 2012 4:07 pm

Re: RevBrowserInit - failing

Post by LCNeil » Wed Mar 26, 2014 4:30 pm

HI flipJay,

RevBrowser does not currently function on the Linux platform and this is why you will be experiencing this error. This is noted within the LiveCode dictionary under supported operating systems.

We are currently working on implementing a new cross platform browser object which should resolve this.

Kind Regards,


Neil Roger
--
RunRev Support Team ~ http://www.runrev.com
——

flipjay
Posts: 8
Joined: Tue Mar 25, 2014 8:02 pm

Re: RevBrowserInit - failing

Post by flipjay » Wed Mar 26, 2014 7:56 pm

Well that's the Pitts!
Any kind of a time frame?

Urgently need central store/access of data and too cheap to pay for mysql hosting.
Was counting heavily on dropbox.

I asume the same problem exists for any cloud storage service????

Work a rounds anyone?

Flipjay

Post Reply