1 message in com.googlegroups.google-desktop-developermain view to options view communication
FromSent OnAttachments
Alexander25 Jun 2007 21:32 
Subject:main view to options view communication
From:Alexander (mist@gmail.com)
Date:06/25/2007 09:32:28 PM
List:com.googlegroups.google-desktop-developer

Hi,

In my new gadget I have used options view as I want user to customize main view accordingly, but I unable to communicate from main view to options view. Eg: in options view i have a line edit field named "Place" where user enters some Place say "India", now I want to access this field in main view on some event (say button click) so in the onclick handler I have added this code, var n = options.getValue("Name"); but I dont get anything in n ?

can somebody help me, and please explain using some code.

Thanks, Prashant Sabnekar