[Gambas-user] Combobox_Change() Event
Benoît Minisini
gambas at ...1...
Sun May 12 13:25:13 CEST 2013
Le 12/05/2013 08:01, piet at ...3034... a écrit :
>
>
> Don't know if it's just a misunderstanding.
>
> If I change the
> ReadOnly-Property of a Combobox to true, it doens't raise a change-event
> when I switch between elements.
>
> In a ReadOnly-false-combobox it works
> fine.
>
The Change event is only for Read-Write combo-box, because it is the
Change event of the internal TextBox used by the ComboBox.
Use the Click event for Read-Only combo-box.
Regards,
--
Benoît Minisini
More information about the User
mailing list