Double Click Event

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
charlesd
Posts: 22
Joined: Thu Oct 20 2005
Location: Orem, Utah
Contact:

Double Click Event

Post by charlesd »

I've noticed that the PDF Creator exposes a OnMouseDown event. I tried to use this to detect when the user double clicked the control. However, the OnMouseDown event only fires if a click is not the second click of a double click. Is there any other way to detect a double click?
Jose
Amyuni Team
Posts: 553
Joined: Tue Oct 01 2002
Contact:

Post by Jose »

Hello,

I suggest that you look at the MouseUp() event which is fired each time the event is called. You can compare the time internals between MouseUp() events and if it is in between a specific interval, this will indicated that the user has double-clicked.

Hope this helps?
Post Reply