[EMAIL PROTECTED] wrote:

> I have noticed you will get two 'sets' of mouse events for a double click
> 
> mousePressed(where click count == 1)
> mouseReleased(where click count == 1)
> mouseClicked(where click count == 1)
> 
> mousePressed(where click count == 2)
> mouseReleased(where click count == 2)
> mouseClicked(where click count == 2)
> 
> I have not found any way to 'avoid' getting that first set of events 
> when a double click happens. I just test to see if click count ==2  and 
> act accordingly
> 
> hope this helps
> chad
> 
> 

        I'm not getting the second set.  In my event handler I print out the 
event and the click count, and it never goes above one.


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to