I've just rewritten one of my gadgets to use objects and I've run into a problem with setInterval. When I use setInterval to call a method of the object it only runs once.
setInterval(main.test(),1000); Is this something that setInterval can't do? I've tried it with a test function outside of the object and it runs fine but the same function within the object will only run once. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
