5 messages in com.googlegroups.google-desktop-developerRe: Passing variables between the Opt...
FromSent OnAttachments
Phil27 Feb 2008 01:30 
Bijoy Thangaraj [API Guru]27 Feb 2008 03:41 
Phil27 Feb 2008 07:14 
Bijoy Thangaraj27 Feb 2008 08:37 
Phil27 Feb 2008 15:36 
Subject:Re: Passing variables between the Options window and the main window
From:Bijoy Thangaraj [API Guru] (jspl@gmail.com)
Date:02/27/2008 03:41:50 AM
List:com.googlegroups.google-desktop-developer

Are you using options.putValue(...) and options.getValue(...) to pass the values?

On Feb 27, 2:31 pm, Phil <pspe@orlandosentinel.com> wrote:

Hi,

I'm trying to take the standard RSS Feed gadget and modify it a bit. What I want to do is display a list of other RSS feeds someone can click on in the Options window. Problem is I can't seem to get the CONFIG_FEED_URL variable from the Config_constants.js passed into the options window and I can't pass it back to the main window so that it will monitor a different RSS feed.

I saw a post that looked similar where they suggested using the "plugin.onShowOptionsDlg = OnInitOptions;" command, but when I do it errors saying OnInitOptions is undefined.

Any suggestions on how I can do this?

Thanks,