aachyee / google-desktop-sdk

Automatically exported from code.google.com/p/google-desktop-sdk
0 stars 0 forks source link

Request: More advanced storage for gadget settings #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The current putValue/getValue storage is inadequate.  Would like to see 
storage more along the lines of either a small database (e.g. registry) 
which can store arrays easily, or an equivalent to the text-based INI file 
that lets us store a larger amount of data that is easier to manage.  
Would like to also specify the "name" of the storage and be able to use 
multiple storage containers in a single gadget.

Original issue reported on code.google.com by capture....@gmail.com on 21 Feb 2008 at 4:57

GoogleCodeExporter commented 8 years ago
Ahh, one more thing.... a easy way to import/export these settings so I can 
give my 
user the option to save/load different configurations for future use, maybe 
even to 
assign settings to multiple instances of a gadget.

Original comment by capture....@gmail.com on 21 Feb 2008 at 5:23

GoogleCodeExporter commented 8 years ago
SQLite support would be ideal, however maybe we are straying outside the realms 
of
"gadgets" and into full "applications"

Original comment by benc...@gmail.com on 18 Mar 2008 at 9:51