Store Revolution online

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
bsouthuk
Posts: 261
Joined: Fri Dec 05, 2008 7:25 pm

Store Revolution online

Post by bsouthuk » Fri Feb 27, 2009 9:25 pm

Could somebody tell me how I go around storing one of my revolution programs online? Am looking to sell software which requires constant updates.

Cheers

Dan

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

Post by Mark » Fri Feb 27, 2009 10:23 pm

Hi Dan,

Copy a zip file or dmg file to your web server...?

What exactly is the problem you're having?

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

bsouthuk
Posts: 261
Joined: Fri Dec 05, 2008 7:25 pm

Post by bsouthuk » Fri Feb 27, 2009 11:52 pm

Hey Mark

Well i've uploaded my zipped software file to my website and have used the following scrypt on a button on my main stack:

go stack URL "http://www.porrima365.org/index.html" which is the webpage i have uploaded my zipped software file (the software file is my saved standalone application) but its not opening the software file so wondered what exactly i an doing wrong?

The meaning behind my madness is that my software will be updated daily therefore i want users to be able to select a button opn a 'splash screen' which will download the latest version of the software from the internet.

Does that make sense?

Cheers

Daniel

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

Post by Mark » Sat Feb 28, 2009 12:02 am

Dear Daniel,

You are trying to open a stack with the name index.html, which fails because that file is not a stack but an html page.

You write you uploaded a zipped file, which implies that you can't open it as a stack. You have to download and unzip it first.

Upload your stack as a stack rather then anything else and go stack url "http://www.domain.com/your%20stack.rev".

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

bsouthuk
Posts: 261
Joined: Fri Dec 05, 2008 7:25 pm

Post by bsouthuk » Sat Feb 28, 2009 12:43 pm

Hi Mark

Right ok that makes sense - now the only problem i have and I know this may sound really blonde but how exactly do i upload my standalone rev file onto my website as a stack and not the html page?

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

Post by Mark » Sat Feb 28, 2009 12:49 pm

Daniel,

Zip the files and upload if you have an executable.

I thought you wanted to upload your stack...? So, just upload it.

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

Post Reply