2 messages in com.googlegroups.google-desktop-developerRe: Is it possible to embed WebBrowse...
FromSent OnAttachments
GD Newbie07 Jun 2007 17:19 
zap10 Jun 2007 08:56 
Subject:Re: Is it possible to embed WebBrowser control into the content area of a widget?
From:zap (poz@gmail.com)
Date:06/10/2007 08:56:14 AM
List:com.googlegroups.google-desktop-developer

There is no direct way to display html pages in the gadget's main UI. As you said you could display html in the details view.. If you are in control of the html page, I'd suggest you create a mini version of it, preferably as XML and get that from the gadget - then you can interpret it in the gadget and display using the gadget's UI controls.. that is more efficient in terms of memory usage in the gadget too.

On Jun 8, 5:19 am, GD Newbie <mike@gmail.com> wrote:

Hi! Is it possible to embed WebBrowser control into a content area of a widget? I saw some examples on how to do this in a detail view. But all my attemts to embed the browser into a content area control failed.

Many thanks in advance,

--Michael