Isn't the problem that you're assigning the periodical updater to a
global variable objTick and then later you're trying to access the
same object via this.objTick?

> objTick = new Ajax.PeriodicalUpdater(
> ...
> this.objTick.stop();

The Ajax.PeriodicalUpdater object most certainly supports the stop
method, I use it all the time and have never had a problem.

-justin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to