6 messages in com.googlegroups.google-desktop-developerRe: Any way for Desktop gadget to Des...
FromSent OnAttachments
ferne.ych27 Mar 2008 07:33 
Bijoy Thangaraj27 Mar 2008 08:41 
Teo27 Mar 2008 11:09 
ferne.ych27 Mar 2008 22:24 
Bijoy Thangaraj [API Guru]28 Mar 2008 00:11 
David Lockley28 Mar 2008 05:47 
Subject:Re: Any way for Desktop gadget to Desktop gadget communication?
From:Teo (teom@gmail.com)
Date:03/27/2008 11:09:54 AM
List:com.googlegroups.google-desktop-developer

Also, you can achieve direct communication between gadgets using Google Talk: http://code.google.com/apis/desktop/docs/gadget-googletalk_apiref.html

Here's an article about it: http://code.google.com/support/bin/answer.py?answer=87204&topic=13819

On Thu, Mar 27, 2008 at 5:42 PM, Bijoy Thangaraj <jspl@gmail.com> wrote:

This is not available at this point of time through the API.

However, there are other ways that are tough to implement like communicating through some database hosted on server through server scripts. In that case, communication with server scripts can be done via XMLHttpRequest object.

Check this post:

http://groups.google.com/group/Google-Desktop-Developer/browse_thread/thread/a38955153d90ff09/e0e3a0d3b68347c1?hl=en&lnk=gst&q=database#e0e3a0d3b68347c1

On Thu, Mar 27, 2008 at 8:03 PM, ferne.ych <fern@gmail.com> wrote:

Is there any way for the Desktop gadget to Desktop gadget communication, just like the publish-subscribe mode in Google gadgets?