[Proto-Scripty] Re: Resuming a stopped PeriodicalExecuter

2009-09-18 Thread david

Hi jojo,

In the code, the start() function does the oposite of the stop()
function, I think that function could be used.
But effectivelly, it's not in the doc.

So you could restart it with start, or recreate a new one.

--
david

On 18 sep, 09:42, JoJo tokyot...@gmail.com wrote:
 Hi David,

 I know PeriodicalUpdater has a start() function, but
 PeriodicalExecuter does not (according to the documentation).

 On Sep 16, 5:27 am, david david.brill...@gmail.com wrote:

  Hi Jojo,

  if you look at prototype source, you will see that there is a start
  function on the PeriodicalUpadter

  --
  david

  On 15 sep, 02:04, JoJo tokyot...@gmail.com wrote:

  http://www.prototypejs.org/api/periodicalExecuter

   I noticed that there is no start method of a PeriodicalExecuter.
   However, AJAX.PeriodicalUpdater does have one.  I'm trying to mix
   these two types and polymorphically start and stop them.  To restart a
   PE, do I really have to redeclare it?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Resuming a stopped PeriodicalExecuter

2009-09-16 Thread david

Hi Jojo,

if you look at prototype source, you will see that there is a start
function on the PeriodicalUpadter

--
david

On 15 sep, 02:04, JoJo tokyot...@gmail.com wrote:
 http://www.prototypejs.org/api/periodicalExecuter

 I noticed that there is no start method of a PeriodicalExecuter.
 However, AJAX.PeriodicalUpdater does have one.  I'm trying to mix
 these two types and polymorphically start and stop them.  To restart a
 PE, do I really have to redeclare it?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---