[Proto-Scripty] Re: trouble with delayedobserver

2008-10-28 Thread ecb
where you mean to name a > function instead of calling it. > > Walter > > On Oct 28, 2008, at 1:22 PM, ecb wrote: > > > > > I need it once. I've done some testing on this. Everything in the > > callback function is called twice. In fact, the callback function

[Proto-Scripty] Re: trouble with delayedobserver

2008-10-28 Thread ecb
ct 23, 10:05 am, kangax <[EMAIL PROTECTED]> wrote: > On Oct 21, 2:30 pm, ecb <[EMAIL PROTECTED]> wrote: > > > Here's the code. It's simple enough: > > > > > > new Form.Element.DelayedObserver( 'inputfield', .50, function() > >

[Proto-Scripty] trouble with delayedobserver

2008-10-21 Thread ecb
Here's the code. It's simple enough: new Form.Element.DelayedObserver( 'inputfield', .50, function() { simplefunction(); }) function simplefunction() { alert("here I am"); } The problem I'm having is that "simplefunction" is being called twice. Best Adam --~--~-~--~~-