1
vote
2answers
41 views
Google Gears Geolocation in Java/C
Hi (first question)
I'm trying to find the physical location of a computer using a language like Java/C. The only good accurate solution seems to be Google Gears …
0
votes
1answer
11 views
Does Google Gears Allow Metadata Access
Loving Gears, but does anyone here know how to access Google Gears metadata? Like system tables or tables that will show me a list of the tables within the database?
Thanks!
1
vote
2answers
39 views
Session data storage
Does anyone know of a reliable way to store data to use across pages of a site?... Here is what I've found so far:
Cookies - Not enough capacity to store what I need atm.
URL hash - Same as above
…
1
vote
1answer
53 views
how to store blob data in sqlite database from javascript with google gear ?
Hi,
We have a very special requirement to store blob data in SQLite database, where We have to store documents. We have static html page which is in user disk, so we want user to upload document …
0
votes
0answers
64 views
Calling Java methods in a GWT module via Javacript of a Google Gears worker in a workerpool
I would like to know if it would be possible to call Java method of a GWT module
within a worker in a Google Gears workerpool. For example given the class and
method of a GWT module.
package …
0
votes
1answer
35 views
how to create database in the specific folder with google gear ?
Hi,
When we are using any gear enable site, and we go offline the gear automatically creating folder with /dbName#database ...
assume 2 diff. website is there www.abc.com and www.xyz.com.
when I …
0
votes
1answer
30 views
getting null for google.gears object when working offline …
Hi,
I am new to gear, We are using gear in our web application were flow
is ...
When ever user assign with some task user will get message attached
with static html file, In that html we are showing …
3
votes
9answers
368 views
How does Google calculate my location on a desktop?
Right this is confusing me quite a bit, i'm not sure if any of you have noticed or used the "my location" feature on google maps using your desktop (or none GPS/none mobile device). If you have a …
6
votes
2answers
517 views
Is there a good jQuery Drag-and-drop file upload plugin?
Is there a nice tidy jQuery plugin that allows including a single JS script then using a simple snippet to enable a form? Something like this:
$j('#MyForm').enableDragDropUploads('.upload-area')
…
3
votes
1answer
76 views
Can I access Gears from a Chrome extension?
Developing extensions for Google Chrome 4.x. I'd like to keep a couple of parameters persistent, and thought about using Google Gears' Database object - since it's always installed with Chrome.But I …
0
votes
0answers
57 views
Webkit.framework and Google Gears drag and drop support
I would like to support drag and drop from Google Gears in my MacOS application (Google Wave client Waveboard - http://www.getwaveboard.com). Although the Gears plugin seems to work in my WebView it …
0
votes
2answers
267 views
Google Geolocation API library
Hey all,
Is there a library out there that will get you your approximate location using the google service (https://www.google.com/loc/json)?
Google Gears has support for it as described here …
0
votes
1answer
41 views
Stroring binary files in Google Gears DB?
Can I store binary files in the Google Gears DB?
For example an image file from the users hard drive.
2
votes
6answers
124 views
Client Side Persistence (Storage)
In my demos, I'd like to avoid using traditional DBs and store all the data on the client side, e.g. information submitted via a form.
What alternatives do I have for that. I've heard about Gears but …
0
votes
0answers
29 views
Google Gears Geolocation Simulator
I'm trying to do something with Google Gears to get my GPS location and display some directions on a map, and I can make my changes, upload and then test on my Android phone, but it would be much …
