10 messages in com.googlegroups.google-gearsRe: go_offline.js: Store has no prope...
FromSent OnAttachments
popcorndrink08 Sep 2007 13:58 
Chris Prince08 Sep 2007 14:31 
popcorndrink08 Sep 2007 14:48 
jeremy johnson09 Sep 2007 02:52 
Chris Prince09 Sep 2007 17:12 
popcorndrink10 Sep 2007 12:31 
Chris Prince10 Sep 2007 12:45 
Aaron Boodman10 Sep 2007 13:00 
popcorndrink11 Sep 2007 10:51 
Kosmaj12 Sep 2007 20:00 
Subject:Re: go_offline.js: Store has no properties
From:popcorndrink (popc@gmail.com)
Date:09/11/2007 10:51:43 AM
List:com.googlegroups.google-gears

Alright. Will do. Thanks :)

On Sep 10, 9:45 pm, "Chris Prince" <cpri@google.com> wrote:

Why change the documentation to the developer version?

Well, because the developer docs are aimed at developers. :) We want to make sure developers have docs for all the latest APIs. We hate working on projects where features are "released" to developers but not documented.

It's not quite right to call that release "unstable". Rather, we have the latest stable end-user release (the 0.1 version you are running), and the latest stable developer release (the 0.2 version I mentioned). The only way to get an unstable release is by building the code yourself at some arbitrary point.

I'd encourage you to install the developer release I mentioned below if you are interested in web development using Gears.

On 9/10/07, popcorndrink <popc@gmail.com> wrote:

Oh that sucks :)

Why change the documentation to the developer version?

On Sep 10, 2:12 am, "Chris Prince" <cpri@google.com> wrote:

I think I see the problem. Many of the developer samples were updated to use Gears 0.2 features, but you are running Gears 0.1 (the latest stable release).

You could either install the developer version of Gears from code.google.com, or wait for the stable version of Gears to be updated to 0.2 (probably within a couple weeks).

On 9/8/07, popcorndrink <popc@gmail.com> wrote:

It doesn't say anything BUT gears.google.com says that Gears is installed.

So what to do?

On Sep 8, 11:31 pm, "Chris Prince" <cpri@google.com> wrote:

When you load go_offline.html, what does the 2nd line ("Status Message") say? Do you see "Google Gears is installed"?

The "store has no properties" error sounds like init() is not setting the 'store' variable.

On 9/8/07, popcorndrink <popc@gmail.com> wrote:

Hello,

So I've installed Google Gears with Mozilla Firefox (latest stable version for Windows XP) and when I try to capture documents with the supplied go_offline.html file nothing happens. It simply doesn't capture.

My JavaScript error console shows that go_offline.js says "Store has no properties" when I click "Capture".

Any thoughts? I've tried to restart my system, change the file path for the manifest file in go_offline.js accordingly etc. etc.