Same thing happens to me w/ chrome.

When accessed from firefox, the module doesn't even load so db isn't
accessed.

On Mar 20, 4:41 am, "@vi" <[email protected]> wrote:
> Lucky you... for me it is not working in IE 8 either. I have to
> compile the code each time and run. Do let me know if you found a
> solution.
>
> On Feb 23, 3:23 pm, mdolphin <[email protected]> wrote:
>
>
>
> > I've tried to follow  the "Using the Gears Database in GWT" Tutorial
> > from Google. In IE8 it works like a charm, but when I try to open my
> > Project in Developer Mode in Google Chrome Browser, I get an Exception
> > evertytime when db.execute(...) is called.
>
> > I.E. this Line causes an Exception:
>
> > db.execute("create table if not exists tutorial (Timestamp int)");
>
> > I get:
>
> >  com.google.gwt.gears.client.database.DatabaseException: Objekt
> > [object DOMWindow] has no method 'execute'
>
> > Is there any workaround for this Problem?
>
> > It's really a bit dissapointing at the moment!
>
> > - Can't test this in Firefox 4.6 because theres currently no GWT
> > Developer Plug In available.
> > - In Chrome it doesn't work because of this Problem
> > - IE8 is the only Browser where I currently can test my Gears
> > Application during Development
>
> > Cheers
>
> > Michael

Reply via email to