On Wed, 14 Nov 2007 17:30:18 +0100 Federico Fanton <[EMAIL PROTECTED]> wrote:
> > Can you try using something like > > setThrottleDelay(Duration.milliseconds(500)) > > to help eliminate the accidental, quick-fire second click? > > I completely overlooked that X-) I'll try it, many thanks :) Mmh.. Using throttleDelay works like "wait X millisecs THEN fire event", not "fire event THEN wait", right? Since I'm working on a generic component and I don't know how much time the Ajax request will take, I can't use this approach.. :/ (I'm also trying to prevent second-clicks-while-Ajax-does-its-thing) Thanks anyway :) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
