[Gambas-user] Gambas web form

T Lee Davidson t.lee.davidson at gmail.com
Fri Mar 17 16:58:06 CET 2023


On 3/17/23 11:26, Fabien Bodard wrote:
> Hi,
> 
> How to make WebTable react on a click ?.. or dblClick ?

There was a related discussion about this a couple of weeks ago:
https://lists.gambas-basic.org/pipermail/user/2023-March/078696.html

WebTable does not raise its own Click event. The Click event is raised when a control in a cell raises its Click event.

As for dblClick, catch that with the Activate event.


-- 
Lee



More information about the User mailing list