Gene, capture click and dblclick in the KeyPress event. Disable the clicks events. In the KeyPress call methods that execute whatever u want accordingly.
HTH, E. >________________________________ > From: Gene Wirchenko <[email protected]> >To: ProFox Email List <[email protected]> >Sent: Thursday, September 26, 2013 2:05 PM >Subject: Re: Double-Clicking and _dblclick > > >At 11:59 2013-09-25, Ted Roche <[email protected]> wrote: >>On Wed, Sep 25, 2013 at 2:33 PM, Gene Wirchenko <[email protected]> wrote: >> >> > I have never been able to get double-clicking to work when there is >> > also a click method. What happens is that the click method always fires. >> > >> >>Is there a DODEFAULT at the end of the Click method? > > No. > > I did try adding it, and it did not work. Frankly, I do not >see why it would. > >>Without that, you override the default behavior of Click with your custom >>method. > > The problem is that I *double-click* and the *click* method >executes. I do not want the click code to execute; that is why I >double-clicked! > >Sincerely, > >Gene Wirchenko > > >_______________________________________________ >Post Messages to: [email protected] >Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox >OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech >Searchable Archive: http://leafe.com/archives/search/profox >This message: http://leafe.com/archives/byMID/profox/ >** All postings, unless explicitly stated otherwise, are the opinions of the >author, and do not constitute legal or medical advice. This statement is added >to the messages for those lawyers who are too stupid to see the obvious. > > > --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

