3 messages in com.googlegroups.google-desktop-developerRe: Some problems when developing des...
FromSent OnAttachments
Kevin16 Jul 2006 20:50 
Zklik.net15 Aug 2006 16:55 
Kevin16 Aug 2006 02:28 
Subject:Re: Some problems when developing desktop gadgets using script
From:Zklik.net (webm@zklik.net)
Date:08/15/2006 04:55:05 PM
List:com.googlegroups.google-desktop-developer

Hi Kevin,

have you - or anybody else - had any luck with #1 below? What I've seen is that the first item being dynamically added is directly displayed with no delay at all; any additional ones appear after 3-4 sec.

-n-

Kevin wrote:

I am writing a gadget using scripts and encoutered some problems. 1. Is there a way to force a refresh of a ContentArea in the regular view? In regular view, the ContentArea does not refresh immediately when ContentItems are added. The newly added ContentItems appear after a while automatically or when the expanded view is opened. Is there a way to let the added ContentItems appear immediately? 2. How to implement "share my Google Gadget content and settings across multiple computers"? Google gadgets such as the Scratch Pad, Weather, and To Do can save settings across multiple computers. How is this done in scripts? 3. How to enable accelerators in a WebBrowser object hosted in the details view? When a WebBrowser object is used in the details view, input fields on a page in the WebBrowser does not seem to receive certain key inputs such as delete, ctrl-c, ctrl-v, ctrl-x, ctrl-z, and tab. Can this be fixed?

I could not find answers to the above problems in the documentation and in past discussions. Any suggestions will be welcomed. Thanks in advance.