Thanks for the reply. The code for the button click event is all created on
the fly. I am going to have to look at the generating code to see how easily
it will be to sneak this in. I will do some testing on simply disabling the
button to see if it happens fast enough to catch the second click event.

Thanks,
Jim


On Thu, Sep 4, 2008 at 7:54 PM, Petr Kobalíček <[EMAIL PROTECTED]>wrote:

> Hi Jim,
>
> very easy solution is to set some variable to true (or request object
> itself) and don't allow second request. You can also disable button
> during request.
>
> Cheers
> - Petr
>
> 2008/9/4 Jim Hunter <[EMAIL PROTECTED]>:
> >
> > How have any of you trapped for and solved the problem where a user
> double
> > clicks on a button instead of single clicking? Right now, since a
> > double-click also fires a second single click event, I get two requests
> sent
> > to the server. Has anyone found a quick and easy way to deal with this?
> >
> > Thanks,
> > Jim
> >
> >
> > -------------------------------------------------------------------------
> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> > Build the coolest Linux based applications with Moblin SDK & win great
> > prizes
> > Grand prize is a trip for two to an Open Source event anywhere in the
> world
> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > _______________________________________________
> > qooxdoo-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> >
> >
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>



-- 
Jim Hunter

DAILY THOUGHT: SOME PEOPLE ARE LIKE SLINKIES - NOT REALLY GOOD
FOR ANYTHING BUT THEY BRING A SMILE TO YOUR FACE WHEN PUSHED DOWN THE STAIRS
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to