Gambas-it

Gambas3 => Domande tecniche => Topic aperto da: vuott - 12 Maggio 2013, 14:13:31

Titolo: Evento Combobox_Change()
Inserito da: vuott - 12 Maggio 2013, 14:13:31
Vorrei riportare questa discussione apparsa nella M.L.I.:


« 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.

piet
»


« 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
»