You can't stop the click from firing before the double-click. Usually elements that respond to double-click either don't respond to click at all, or click puts them in a "selected" state (think of clicking on a file in the Explorer/Finder).
Karl Rudd On Thu, Aug 28, 2008 at 5:36 AM, Liam Byrne <[EMAIL PROTECTED]> wrote: > > Hi folks > > I did this before and can't remember how. > > If click and double-click are both bound to the same object, how can I stop > the "click" from firing during "double-click" ? > > Thanks, > Liam >