[Proto-Scripty] Re: does prototype have a plain timer?

2009-08-24 Thread Paul Kim
Cool. Glad to know its there. Thanks.

On Mon, Aug 24, 2009 at 4:27 PM, JoJo  wrote:

>
> Nevermind. I found it though Google search:
> http://www.prototypejs.org/api/periodicalExecuter
>
> Boy, was it hard to find.
>
> On Aug 24, 4:24 pm, Paul Kim  wrote:
> > I don't think Prototype has a plain timer, but couldn't you just use
> > setTimeOut?
> >
> > setTimeout("javascript statement", 1000);
> >
> > - Paul
> >
> > On Mon, Aug 24, 2009 at 4:21 PM, Mojito  wrote:
> >
> > > I'm sifting through the API docs and cannot seem to find a plain
> > > timer.  I just want to call a function every second.
> >
> > > I see there's an Ajax timer and a form validation timer, but no plain
> > > Jane timer.
> >
>

--~--~-~--~~~---~--~~
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: does prototype have a plain timer?

2009-08-24 Thread JoJo

Nevermind. I found it though Google search: 
http://www.prototypejs.org/api/periodicalExecuter

Boy, was it hard to find.

On Aug 24, 4:24 pm, Paul Kim  wrote:
> I don't think Prototype has a plain timer, but couldn't you just use
> setTimeOut?
>
> setTimeout("javascript statement", 1000);
>
> - Paul
>
> On Mon, Aug 24, 2009 at 4:21 PM, Mojito  wrote:
>
> > I'm sifting through the API docs and cannot seem to find a plain
> > timer.  I just want to call a function every second.
>
> > I see there's an Ajax timer and a form validation timer, but no plain
> > Jane timer.
--~--~-~--~~~---~--~~
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: does prototype have a plain timer?

2009-08-24 Thread Paul Kim
I don't think Prototype has a plain timer, but couldn't you just use
setTimeOut?

setTimeout("javascript statement", 1000);

- Paul


On Mon, Aug 24, 2009 at 4:21 PM, Mojito  wrote:

>
> I'm sifting through the API docs and cannot seem to find a plain
> timer.  I just want to call a function every second.
>
> I see there's an Ajax timer and a form validation timer, but no plain
> Jane timer.
> >
>

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