Re: [Gambas-user] ComboBox not editable + Combopbox_Change Event

2014-05-31 Thread Benoît Minisini
Le 31/05/2014 11:49, abbat81 a écrit : > How to prevent editing any text in a ComboBox ? > I can do it by "ReadOnly", but at I lose Combobox_Change Event. > So, how to prevent editing any text in a ComboBox ? > Set ReadOnly to TRUE, and don't use the Change event, but the Click event. Change eve

Re: [Gambas-user] ComboBox not editable + Combopbox_Change Event

2014-05-31 Thread abbat81
How to prevent editing any text in a ComboBox ? I can do it by "ReadOnly", but at I lose Combobox_Change Event. So, how to prevent editing any text in a ComboBox ? -- View this message in context: http://gambas.8142.n7.nabble.com/ComboBox-not-editable-Combopbox-Change-Event-tp46748p46768.html

Re: [Gambas-user] ComboBox not editable + Combopbox_Change Event

2014-05-30 Thread B Bruen
On Fri, 30 May 2014 21:13:01 +0200 Fabien Bodard wrote: > Le 30 mai 2014 16:39, "abbat81" a écrit : > > > > I need those 2 properties: > > > > 1) ComboBox not editable > > 2) Combopbox_Change Event > > > > in one control. > > > > ReadOnly locks Event and default property allows to edit ComboBox.

Re: [Gambas-user] ComboBox not editable + Combopbox_Change Event

2014-05-30 Thread Fabien Bodard
Le 30 mai 2014 16:39, "abbat81" a écrit : > > I need those 2 properties: > > 1) ComboBox not editable > 2) Combopbox_Change Event > > in one control. > > ReadOnly locks Event and default property allows to edit ComboBox.Text. ??? > > Thanks > > > > -- > View this message in context: http://g

[Gambas-user] ComboBox not editable + Combopbox_Change Event

2014-05-30 Thread abbat81
I need those 2 properties: 1) ComboBox not editable 2) Combopbox_Change Event in one control. ReadOnly locks Event and default property allows to edit ComboBox.Text. Thanks -- View this message in context: http://gambas.8142.n7.nabble.com/ComboBox-not-editable-Combopbox-Change-Event-tp46748