5 messages in com.googlegroups.google-desktop-developerRe: Wants OnMinimized, not OnClosed, ...
FromSent OnAttachments
CarlosVaro22 May 2008 09:53 
James [GD Team]22 May 2008 10:22 
Arnab Roy22 May 2008 10:24 
Benjamin [API Guru]22 May 2008 13:09 
CarlosVaro23 May 2008 04:02 
Subject:Re: Wants OnMinimized, not OnClosed, when the Sidebar is minimized.
From:CarlosVaro (carl@gmail.com)
Date:05/23/2008 04:02:28 AM
List:com.googlegroups.google-desktop-developer

If I save to hdd, even if the password is encrypted, I've got the problem that a user can copy the file to another computer and get's logged. The information I display in the Gadget is different for all users...

I could save additional information and save the computername or something to solve the copy-file problem between computers, but I smell a lot of problems there...

On 22 mayo, 19:23, "James [GD Team]" <j.@google.com> wrote:

Hi Carlos,

When the sidebar is minimized, consider the gadgets closed. That is the intended behavior.

You could always add a "remember me" checkbox to the login screen and store the login information using options.encryptValue()

That way, when the gadget loads up again, the user is automatically logged in with the stored credentials.

Cheers! James

On May 22, 9:53 am,CarlosVaro<carl@gmail.com> wrote:

Hi folks. I'm new in the GD Dev Group.

My problem is that I have a Gadget that makes a log-on through a webservice and gets the information from there to display on the Gadget. When the user minimize the Sidebar the Gadget gets a OnClose event and disapear. What I really would like is to keep the instance of the Gadget when the Sidebar is minimized and when they expand it again the user doesn't have to make the logon.

If the user minimize the Gadget instead of the Sidebar everything works fine (because the Gadget gets the OnMinimize event).

Is there any way to solve this problem?- Ocultar texto de la cita -

- Mostrar texto de la cita -