I think it should be possible in theory.

You can embed a browser control in the HtmlDetailsView...
i.e.

embedBrowser = new WebBrowser();
embedBrowser.navigate(url);
plugin.showDetailsView(embedBrowser, "Gears Page")

An example showing usage of the HtmlDetailsView can be found here:

http://google-desktop-sdk.googlecode.com/svn/trunk/HtmlDetailsView/

Regards Rosie

2008/12/17 jperez <[email protected]>

>
> Does anyone know whether it's possible to use Google Gears from a
> Google Desktop Gadget?
> Regards
>

Reply via email to