When I want to use a DblClick event on some controls that don't have the 
"Activate" event (eg PictureBox), I get difficulties:

The MouseDown event is (of course) raised before the DblClick event.
So, before I can react to DblClick, I always land in MouseDown. Here I can tell 
if the mouse was pressed left or right and
everything, but I can't see if it is just the first click of a DblClick.

I don't see a possibility to respond to a single-click on the control in one 
Sub, and to a double-click in another, because
there are always two events when there is a double-click.

Any ideas?
Thanks, Matti

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to