Running Livecode apps in a Browser: what is the status?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Running Livecode apps in a Browser: what is the status?
I am confused.
Recent posts claim that web deployment is no more possible/practicable.
http://forums.runrev.com/viewtopic.php? ... gin#p64622
http://forums.runrev.com/viewtopic.php?f=11&t=12823
Yet, the RunRev website touts web deployment as one of the platforms available.
http://runrev.com/products/livecode/cro ... eployment/
Can someone clarify this issue? If it is still on, is there a document that would guide me through the steps?
Thank you,
Sri.
Recent posts claim that web deployment is no more possible/practicable.
http://forums.runrev.com/viewtopic.php? ... gin#p64622
http://forums.runrev.com/viewtopic.php?f=11&t=12823
Yet, the RunRev website touts web deployment as one of the platforms available.
http://runrev.com/products/livecode/cro ... eployment/
Can someone clarify this issue? If it is still on, is there a document that would guide me through the steps?
Thank you,
Sri.
Re: Running Livecode apps in a Browser: what is the status?
Hi Scri,
the browser plug-in is not being developed anymore!
So in the next version it may have disappeared completely.
Right now it only supports 32bit, that's why it does not run in modern
browsers except in 32bit comatibility mode.
Resume: Do not rely on it or use it anymore, it is a dead horse!
Best
Klaus
the browser plug-in is not being developed anymore!
So in the next version it may have disappeared completely.
Right now it only supports 32bit, that's why it does not run in modern
browsers except in 32bit comatibility mode.
Resume: Do not rely on it or use it anymore, it is a dead horse!

Best
Klaus
Re: Running Livecode apps in a Browser: what is the status?
Hi,
As you can read here, it looks like the web plugin has completely disappeared from the next version of LiveCode.
Best,
Mark
As you can read here, it looks like the web plugin has completely disappeared from the next version of LiveCode.
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
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Running Livecode apps in a Browser: what is the status?
Thank you, Klaus and Mark!
In the absence of a web-app, what would be a way to offer a pay-per-use application with LiveCode?
(These are specialized exercises; subscribers would be charged for each use of the exercise; we would maintain the results and provide them with analysis as they need).
Thanks,
Sri.
In the absence of a web-app, what would be a way to offer a pay-per-use application with LiveCode?
(These are specialized exercises; subscribers would be charged for each use of the exercise; we would maintain the results and provide them with analysis as they need).
Thanks,
Sri.
Re: Running Livecode apps in a Browser: what is the status?
Hi Sri,
*Could be a webservice (CGI) where you pass the username and password or whatever,
or maybe just a text file on your server, many options possible
Best
Klaus
A standalone that loads stacks from the internet after checking permission of the current user online*.sritcp wrote:In the absence of a web-app, what would be a way to offer a pay-per-use application with LiveCode?
*Could be a webservice (CGI) where you pass the username and password or whatever,
or maybe just a text file on your server, many options possible

Best
Klaus
Re: Running Livecode apps in a Browser: what is the status?
Hi,
I would write something like that in PHP. If you have LiveCode server, you might use that. Otherwise, it will have to be a standalone application that connects to a server.
Kind regards,
Mark
I would write something like that in PHP. If you have LiveCode server, you might use that. Otherwise, it will have to be a standalone application that connects to a server.
Kind regards,
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
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Running Livecode apps in a Browser: what is the status?
Thank you, guys!
Sri.
Sri.