You cannot post messages because only members can post, and you are not currently a member.
Description:
The Google Desktop Developer group is an unmoderated forum for developers to have discussions about the Google Desktop APIs.
|
|
|
ANNOUNCE: New issue tracker
|
| |
Hello,
We've set up an issue tracker that you can use to report problems with
the Google Desktop APIs, Gadget Designer, and SDK.
[link]
You can also use the issue tracker to make feature requests and
suggestions. Google Desktop team members are monitoring the issue... more »
|
|
ANNOUNCE: Lively and Desktop gadgets
|
| |
Hello,
Just today, Google released Lively - a 3D virtual experience that is
the newest addition to Google Labs. Please check out this blog post:
[link]
Lively uses Desktop gadgets to provide rich media and interaction... more »
|
|
New gadgets submitted: 2008-07-24
|
| |
[bcc: gadget developer(s)] New gadgets have been submitted! If you have feedback about these gadgets, please post it to the group by replying to this message. Your feedback will help developers build better gadgets. DISCLAIMER: Google has not tested or verified the features or security of these gadgets. Please direct all questions to the authors.... more »
|
|
Moving Gadget position?
|
| |
I have been considering the possibility of a "virtual pet", or sorts,
using Desktop Gadgets.
The first thing that comes to mind, and something I haven't been able
to find in my hasty searches, is whether or not an undocked gadget can
move itself. I can understand some of the (security) issues that could... more »
|
|
Hide Details view or options view [window]
|
| |
Hi,
Just started working on Google Desktop Gadget, and I'm in middle
of my project, I just wanted to know how to hide the detailsview with
out closing it, and see when ever i would like to.
Thanks in Advance.
|
|
New gadgets submitted: 2008-07-23
|
| |
[bcc: gadget developer(s)] New gadgets have been submitted! If you have feedback about these gadgets, please post it to the group by replying to this message. Your feedback will help developers build better gadgets. DISCLAIMER: Google has not tested or verified the features or security of these gadgets. Please direct all questions to the authors.... more »
|
|
Custom property for object
|
| |
Hi
I would like to extend a A basicElement with the custom
property .detView to save the address of a own object. In the code it
would look like:
cmdFokus.detView = new detViewFocus("detail.xml");
However, during runtime I get the error 0x800a01b6
I didn't find a predefined attribute which I can use for that... more »
|
|
Sending out XMLHTTPRequests with cookie values
   
|
| |
Hello,
I'm trying to develop a Gadget that authenticates with Google's
account services and then accesses Google Reader's API. The problem is
that I need to create and send off a cookie as part of the
authentication (or so I read). But so far, I'm having no luck.
To figure out how to do the job, I created a local PHP page on my own... more »
|
|
How to Customize the RSS Gadget for a XML feed in my local system?
   
|
| |
I have a XML feed in my system. Its path is "d:\myrss.xml"
I want to use RSS gadget in the samples folder for this feed.
I opened the editme\config_constants.js and edited the feed variable
to 'file:///D:/myrss.xml'
ITS NOT WORKING.. It displays only "Trying to Connect"
What should be the value of the feed variable?... more »
|
|
Transparent integration of low-level local and cloud based functions
|
| |
Hello,
Before posting this, I searched all Google code groups for information
on development of applications integrating low-level system functions
with cloud computing based functions but could not find any.
Let me give you an example of what we would like to do.
One of the functions of our application is a disk clean-up function.... more »
|
|
New gadgets submitted: 2008-07-21
|
| |
[bcc: gadget developer(s)] New gadgets have been submitted! If you have feedback about these gadgets, please post it to the group by replying to this message. Your feedback will help developers build better gadgets. DISCLAIMER: Google has not tested or verified the features or security of these gadgets. Please direct all questions to the authors.... more »
|
|
various issues
|
| |
Three Questions
1) Anyone know how I can insert an element at the beginning of a
list.
I've found that I can insert an element at the beginning of list
using
list.insertElement(<xml>...</x ml>, list.children(-1)) and it works in
the designer
but when I install and run the gadget in the desktop the gadget... more »
|
|
|