[Gambas-user] CheckBox

Matti matti.eber at ...3240...
Sat Feb 15 20:56:48 CET 2014


Yes, of course.
But I was talking about action groups.
To find out if the user has changed anything on a form, you can't use the MyActionGroup_Change() event if there are CheckBoxes on the form. They don't react on 'Change', and you need a separate MyCheckBoxesGroup_Click() event.
So, a 'Change' synonymous for 'Click' would be nice to catch them all in one event.

Am 14.02.2014 17:37, schrieb Benoît Minisini:
> Le 12/02/2014 18:56, Matti a écrit :
>> Why doesn't have the CheckBox a 'Change' event?
>> Would be very handy to use in an action group with other controls, to catch if the user made changes.
>> Now, the 'Click' events for CheckBoxes have to be handled separately.
>> Regards
>> Matti
>>
> I don't understand: the Click event *is* your Change event.
>





More information about the User mailing list