by JoeFF1 on Thu Nov 22, 2007 5:31 am
Is it possible for a GDViewer object to have BOTH a ClickControl and DblClickControl event. I want Procedure 1 to run after Click and Procedure 2 to run after double click. If I set up ONLY Click event, then procedure 1 runs fine. Similiarly, if ONLY doubleclick event set up, procedure 2 works correctly. The problem occurs when I set up BOTH events for same GdViewer object. The Click event still runs perfectly. However, when I try to double click, the Click event (procedure 1) runs immediately after the first click (no matter how fast I double click) and the double click event does not fire. Any suggestions? Thank you!