[Gambas-user] Issue with ColorChooser
Benoît Minisini
g4mba5 at gmail.com
Tue Feb 23 19:47:50 CET 2021
Le 23/02/2021 à 19:15, Bruce Steers a écrit :
> Getting the same problems here.
>
> I tried many different ways , still no events triggered.
>
>
It's usually the case with compound controls.
Low-level events do not have necessarily a meaning for compund controls,
and may not raise at all.
Unless a "proxy" is defined for that compound control (Control.Proxy
property), so that the low-level events of that proxy are seen as
low-level events from the outside.
But I'm afraid ColorChooser has no child that could act as a proxy.
Which one could it be? Maybe the focus in/out could be simulated, I'm
not sure. But for low-level events...
--
Benoît Minisini
More information about the User
mailing list