Thanks Teo. your idea clarified in http://code.google.com/apis/desktop/articles/5.html
2008/11/18 Teo <[EMAIL PROTECTED]> > Hi, > you can only do this from main.js > > What you can do though is intercept the onoptionchanged event in the main > view and make the required changes in that function. I pasted the > explanation below: > > Fires when a property in the options object is added, changed, or > removed. event.propertyName specifies which item was changed. > > Thanks, > Teo > > On Tue, Nov 18, 2008 at 7:26 AM, Faisal Mohammed <[EMAIL PROTECTED]>wrote: > >> Hi, >> I'm new to Google Desktop. >> learning things to do now. >> >> I've basically four files. >> namely, >> 1.main.xml >> 2.main.js >> 3.options.xml >> 4.options.js >> >> I would like to assign value for one label which is in main.xml from >> options.js. >> I tried using getElementByName(lblFajr).innerText="asd"; >> even I used view.getElementByName(lblFajr).innerText="asd"; >> but both resulted in error. >> could anyone please help me, >> your time and patience are appreciated. >> >> >> > > > -- > Teo (a.k.a. Teominator a.k.a. Teodor Filimon) > site www.teodorfilimon.com | blog www.teodorfilimon.blogspot.com > GMT +2 > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Desktop Developer Group" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Desktop-Developer?hl=en -~----------~----~----~----~------~----~------~--~---
