Hey., I hav written the following code for getting an alert in every 3
seconds

/
*************************************************************************************/


function view_onopen()
{
 getAlert();
}
function getAlert()
{
  view.alert("in alert");
  view.setTimeout("getAlert()",3000);
}

/
*************************************************************************************/

It is working fine., now I'm trying to call a function 'getUpdates()'
method from 'getAlert()' method, in which i am writing code to request
my server to get updates if any.. but it is not working....

any suggestion from u...

also I increased the duration from 3 sec to 30 sec., even though it is
not working...


waiting for ur suggestion...

thank u in advance



On Feb 21, 10:37 pm, Wagner Nitsch <[email protected]> wrote:
> Hello Mrf,
>
> I have more informations about the gadget's icon.
>
> The right way you change the icon of your gadget is to open a text editor
> and edit the file gadget.gmanifest with the following parameters:
>
> <smallIcon> icon_small.png </ SmallIcon>
> <icon> icon_large.png </ icon>
>
> This article explains everything in the file 
> gadget.gmanifest:http://code.google.com/apis/desktop/docs/script.html# 
> gmanifest
>
>
>
> On Sun, Feb 21, 2010 at 2:07 PM, Wagner Nitsch <[email protected]> wrote:
> > Hello Mrf,
>
> > To change the image of my gadget, I simply rename the new icons and replace
> > files icon_large.png and icon_small.png in the project folder.
>
> > For the test I did, Google Desktop uses both png and gif.
>
> > I believe this solves your problem unless you will change the image
> > dynamically. Is this your case?
>
> > Best Regards,
> > Wagner Nitsch Bressan
>
> > On Sun, Feb 21, 2010 at 2:27 AM, mrf <[email protected]> wrote:
>
> >> Hey Mr. wagner I'm plannig to change the image at the top of my gadget
> >> [the one by default displaying some digital clock design, wat eva] but
> >> some time its working and not for some time., can u please say any
> >> possile reasons to overcome this and also can u  send me the exact
> >> code in changing the image at the top of the gadget so that I will
> >> cross check with my code.... Hope U put forward  the code and am
> >> waiting...
>
> >> Thank you in advance.....- Hide quoted text -
>
> - Show quoted text -

-- 
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.

Reply via email to