7 messages in com.googlegroups.google-gearsRe: [google-gears] Working offline fo...
FromSent OnAttachments
rameshj21 Feb 2008 21:02 
Ben Lisbakken21 Feb 2008 21:41 
rameshj22 Feb 2008 21:55 
sarch21 Apr 2008 01:05 
Ben Lisbakken21 Apr 2008 09:46 
sarch21 Apr 2008 19:51 
Ben Lisbakken23 Apr 2008 08:30 
Subject:Re: [google-gears] Working offline for non-accessed html files
From:Ben Lisbakken (lisb@google.com)
Date:02/21/2008 09:41:50 PM
List:com.googlegroups.google-gears

Ramesh --

Yes, you can enable non-visited tabs. What you should do is look at the ManagedResourceStore sample application here: http://code.google.com/apis/gears/samples/hello_world_managedstore/managed_store.html

WIth the manifest file, you can specify what URLs you want to be enabled for offline use. Then, when the ManagedResourceStore is initialized with that manifest file on any part of your site, it will download all URLs that are specified in the manifest file.

Does that help? -Ben

On Thu, Feb 21, 2008 at 9:03 PM, rameshj <rame@gmail.com> wrote:

Hi,

I am planning to give off-line support for an application. My application has several tabs(say 5 tabs). The user who logged-in to my application accessed 3 tabs while working with online. I understand the google gears saved those accessed 3 tabs in local hard disk and it can be accessible while working the user with off-line. But my question is, Can the user able to access the non-accessed tabs(2 tabs) in off-line ? Is there any way to user access the non-visited tabs in off-line ?

I greatly appreciate your help on this.

Thanks, Ramesh