> Benoit,
> 
> Something new about this? How can I help you?
> 
> Regards,
> 

Yes, sorry for the delay!

You must use the Activate event which is raised when the user actually double-
clicks on a row, or activate a keyboard shortcut (but not in GridView I 
think). 

The DblClick is a low level event that is raised only when the mouse is used, 
and on all the widget (because the scrollbar internally does not catch it).

This is the same problem with popup menus: you must use the Menu event, not 
the MouseDown event.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to