is offline possible ?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller

Post Reply
dme69
Posts: 22
Joined: Sat Nov 14, 2009 5:57 pm

is offline possible ?

Post by dme69 »

Hello all,
I'm still discovering revMedia. Is it possible to have a revlet working offline ?
I mean I want to make a web application with revMedia but i want to know if it is possible to use offline cache (of html5) or something else so that users can still see the application even without an internert connection ? (I'm not sure to be clear ?) ?

Thanks for your help.
Best regards.
Dominique.
RRobert
Posts: 151
Joined: Sat Feb 28, 2009 8:20 pm

Post by RRobert »

Yes, if the user installed the plugin before.

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

Post by shadowslash »

If you're planning on using it on an offline computer, be sure to get the installer here first http://revweb.runrev.com/ then regularly check for updates if ever you can go online.... Once the user has the installed it, there won't be any more problems unless the revlet they're going to use has a certain minimum IDE version... (This can be seen at the Standalone Application Settings from the File menu.)
Parañaque, Philippines
Image
Image
dme69
Posts: 22
Joined: Sat Nov 14, 2009 5:57 pm

Post by dme69 »

Thanks for your replies.
I want to have a web app working on online computers but also available when you are in hollidays or just when the network is not present.
The main idea is to be available on netbook and smartphones (I know it's not yet possible but maybe one day ...).

Dominique.
malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Contact:

Post by malte »

Hi dominque,

in cases like this it might be worth considdering going to studio and building a standalone application to download for your users for offline use. Though it is possible to build it for offline use, your users still would need to / want to download the site to a local machine to ensure the revlet is available once they want to use the app. A stndalone would IMHO be much more reliable in that case.

Just my 2 cents.

Malte
dme69
Posts: 22
Joined: Sat Nov 14, 2009 5:57 pm

Re: is offline possible ?

Post by dme69 »

Thanks for your answser.
I think webApp will be very important in the future and RIA technologies will have a real big place in the IT world.
You are true standalone App will always be powerful but web app must be closed to standalone and work together.

Dominique.
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10104
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: is offline possible ?

Post by FourthWorld »

Standalones can use Internet protocols (many http and FTP tasks can be one-liners with Rev's libUR), they can embed a browser within their windows, and they can register themselves to handle custom protocols, launchable with a link from a web page. With the plugin, browser can embed Rev. Both can talk to Rev on the server.

The possibilities for mixing up these technologies are endless...
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Post Reply