Re: Double Click mouse event problems

2006-01-08 Thread scott_gui
Thank you very much. Adding in a timer delay is a good fake out. I guess I always considered a double-click to be one distinct behavior aside from the single click. I have rarely seen where a double-click action engaged an object without single clicks to select the object. For example, the Window's

Re: Double Click mouse event problems

2006-01-07 Thread Scott David Daniels
scott_gui wrote: > I am creating a Windows application: > The mouse event has a conflict when the > event also has a binding. Double clicks will first perform the single > click action. This seems a little silly. > > Anyone know how to circumvent this? Right now I am having the function > that i

Double Click mouse event problems

2006-01-07 Thread scott_gui
I am creating a Windows application: The mouse event has a conflict when the event also has a binding. Double clicks will first perform the single click action. This seems a little silly. Anyone know how to circumvent this? Right now I am having the function that is bound to the double click eve

Double Click mouse event problems

2006-01-07 Thread scott_gui
I tried to post this a few seconds ago and isn't showing. My apologies if it posts twice. I am creating a Windows application: The mouse event has a conflict when the event also has a binding. Double clicks will first perform the single click action. This seems a little silly. Anyone know how t