[Gambas-user] Does ListBox ''_MouseDown()" Event work ?
Benoît Minisini
benoit.minisini at gambas-basic.org
Fri Dec 8 14:12:06 CET 2023
Le 08/12/2023 à 14:06, T Lee Davidson a écrit :
> On 12/7/23 20:13, vuott--- via User wrote:
>> Hello,
>> the ListBox ''_MouseDown()" Event does not work for me.
>>
>>
>> [System]
>> Gambas=3.18.90 38b49c0 (master)
> [snip]
>
> The issue exists with v3.18.4 as well. Interestingly, a double-click
> triggers the MouseDown event with both Qt5 and GTK3.
>
Compound non-native controls usually eat some of the low-level events.
You should normally never try to handle low-level events on complex
controls.
Regards,
--
Benoît Minisini.
More information about the User
mailing list