4 messages in com.googlegroups.google-desktop-developerRe: notifications without using conte...
FromSent OnAttachments
Chris Przybycien18 Jun 2008 12:52 
James [GD Team]18 Jun 2008 13:24 
Chris Przybycien18 Jun 2008 14:00 
James [GD Team]18 Jun 2008 14:40 
Subject:Re: notifications without using contentarea
From:James [GD Team] (jy@google.com)
Date:06/18/2008 01:24:40 PM
List:com.googlegroups.google-desktop-developer

Hi Chris,

You don't need to use a content area to display notifications. You do create ContenItem objects, but no content area is needed.

Please check out this article:

http://code.google.com/support/bin/answer.py?answer=87205&topic=13819

Cheers! James

On Jun 18, 12:52 pm, Chris Przybycien <imth@gmail.com> wrote:

My gadget must use a listbox instead of a contentarea due to custom display needs but I would still like to use notifications. Is there a way to do notifications without using the contentarea object?