3 messages in com.googlegroups.google-desktop-developerRe: Enable Alert is not working..
FromSent OnAttachments
Vikas16 Nov 2006 08:05 
Dustin16 Nov 2006 13:37 
Vikas16 Nov 2006 13:51 
Subject:Re: Enable Alert is not working..
From:Vikas (gupt@gmail.com)
Date:11/16/2006 01:51:56 PM
List:com.googlegroups.google-desktop-developer

Thanks for the quick response Dustin....

BTW, I Found the ContentItem Display Options:

gddItemDisplayInSidebar: Display the item in the Sidebar. gddItemDisplayInSidebarIfVisible: Display the item in the Sidebar if it is visible. gddItemDisplayAsNotification: Display the item in the notification window. gddItemDisplayAsNotification: IfSidebarHidden Display the item in the notification window if the Sidebar is hidden

e.g; contentArea.addContentItem(<<ContentItem>>, gddItemDisplayAsNotification);