5 messages in com.googlegroups.google-desktop-developerRe: How can a google gadget run on de...
FromSent OnAttachments
ferne.ych27 Mar 2008 08:04 
Jeremy27 Mar 2008 08:24 
ferne.ych27 Mar 2008 22:36 
Teo27 Mar 2008 22:51 
ferne.ych27 Mar 2008 23:29 
Subject:Re: How can a google gadget run on desktop?
From:Teo (teom@gmail.com)
Date:03/27/2008 10:51:18 PM
List:com.googlegroups.google-desktop-developer

Hi,

Google Desktop gadgets are programmed differently: http://code.google.com/apis/desktop/

As far as i know only select iGoogle gadgets can be added via the Add Gadgets dialog, but a better solution is in the works. Here are some previous discussions about a workaround: http://groups.google.com/group/Google-Desktop-Developer/browse_thread/thread/90857fb979b3d9b/a31efa6456a777fc?lnk=gst&q=iGoogle#a31efa6456a777fc http://groups.google.com/group/Google-Desktop-Developer/browse_thread/thread/2895020cd20f905a/5a9aa00dfd23025c?lnk=gst&q=iGoogle+benjamin#5a9aa00dfd23025c

2008/3/28 ferne.ych <fern@gmail.com>:

Hi, Jeremy. Thank you for your help! Here is the HelloWorld example of gadget:

<?xml version="1.0" encoding="UTF-8"?> <Module> <ModulePrefs title="hello world example" /> <Content type="html"><![CDATA[ Hello, world! ]]></Content> </Module>

It cannot run on desktop! The <Module>, <ModulePrefs>, <Content> tags is illegal in desktop. And the JavaScript Libraries in google gadget is unacceptable in desktop too.

On 3月27日, 下午11时25分, Jeremy <jgla@gmail.com> wrote:

Well, for one thing, any iGoogle gadget (perhaps with some exceptions such as inlined gadgets) will work in Google Desktop (http:// desktop.google.com/). People can also use Prism to partially make websites into desktop applications.

Other than that, I'm sure you can make an ordinary desktop application that can run the required javascript to load an iGoogle gadget onto your program.

Hope that helps. Good luck!

On Mar 27, 11:04 am, "ferne.ych" <fern@gmail.com> wrote:

There is one sentence, "gadgets can run on multiple sites and platforms", in this page: http://code.google.com/apis/gadgets/docs/overview.html Is that mean a google gadget (maybe it is only a XML file) can run on desktop? How could this happen???- 隐藏被引用文字 -

- 显示引用的文字 -