Can't jump to new web page from Revlet

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Ron Zellner
Posts: 106
Joined: Wed May 31, 2006 9:56 pm
Contact:

Can't jump to new web page from Revlet

Post by Ron Zellner » Sun Feb 07, 2010 11:15 pm

Hi,

I have a function for launching a web page with a specified URL that works fine in Revolution, but does not work when saved and accessed as a web-based standalone file (Revlet).
The basic code is:

Code: Select all

  launch URL "http://server/folder/file...."
Nothing happens when it gets to this line in the standalone version.
Any suggestions?

Ron

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Can't jump to new web page from Revlet

Post by Mark » Mon Feb 08, 2010 12:34 am

Ron,

You need to set the Processes permission in the Web pane of the standalone settings window.

Best,

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

Ron Zellner
Posts: 106
Joined: Wed May 31, 2006 9:56 pm
Contact:

Re: Can't jump to new web page from Revlet

Post by Ron Zellner » Tue Feb 09, 2010 3:46 am

That was it. Thanks for the help!

Ron

shadowslash
Posts: 344
Joined: Tue Feb 24, 2009 6:14 pm
Contact:

Re: Can't jump to new web page from Revlet

Post by shadowslash » Wed Feb 10, 2010 10:59 pm

Any information as to how to jump to a new web page from within the revlet's own page? I mean without making the browser opening in a new tab or window?
Parañaque, Philippines
Image
Image

shadowslash
Posts: 344
Joined: Tue Feb 24, 2009 6:14 pm
Contact:

Re: Can't jump to new web page from Revlet

Post by shadowslash » Thu Feb 11, 2010 1:09 am

shadowslash wrote:Any information as to how to jump to a new web page from within the revlet's own page? I mean without making the browser opening in a new tab or window?
Ignore my previous post as I have found the answer.
http://forums.runrev.com/phpBB2/viewtop ... 519#p21519
Parañaque, Philippines
Image
Image

Post Reply