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