7 messages in com.googlegroups.google-gearsRe: [google-gears] Re: Gearpad with n...
FromSent OnAttachments
popcorndrink14 Sep 2007 04:18 
Aaron Boodman14 Sep 2007 09:12 
popcorndrink14 Sep 2007 09:18 
Aaron Boodman14 Sep 2007 09:45 
popcorndrink14 Sep 2007 09:55 
Aaron Boodman14 Sep 2007 10:23.php
popcorndrink14 Sep 2007 11:16 
Subject:Re: [google-gears] Re: Gearpad with no content
From:Aaron Boodman (a.@google.com)
Date:09/14/2007 09:45:25 AM
List:com.googlegroups.google-gears

Are you using Firefox? The easiest way is probably to install Firebug: http://getfirebug.com/. It has a nice network monitor built into it. Once you get it installed, enable it with the icon in the bottom right of the browser, click on options an enable XMLHttpRequests, and then try Gears. You should see the requests that Gearpad is making and their responses.

- a

On Sep 14, 2007 9:18 AM, popcorndrink <popc@gmail.com> wrote:

Not that I know of. The JS error console is empty.

No I can't. Seems like the app can't write to the sqlite database but I can do it manually with the dbquery tool.

How can I tell if the requests make it to my webserver?

On Sep 14, 6:12 pm, "Aaron Boodman" <a.@google.com> wrote:

Do any errors occur? Also, can you see the requests making it to your webserver?

- a

On Sep 14, 2007 4:19 AM, popcorndrink <popc@gmail.com> wrote:

Hi,

So I've installed Google Gears version 0.2 and it seems to work.

I then moved on to test Gearpad. I can perfectly connect to the database on my server and create a user. Now, the my problem is when I start using the notepad. First of all, the standard content "Hello, world!" doesn't appear in the input field and I can't save any data at all.

Why doesn't the Gearpad app fetch data from the user table and save it when new changes occur?

Thanks