Re: [Gambas-user] Problem with ComboBox

2010-08-01 Thread craf
-Mensaje original- De: Benoît Minisini Reply-to: mailing list for gambas users Para: mailing list for gambas users Asunto: Re: [Gambas-user] Problem with ComboBox Fecha: Sun, 1 Aug 2010 19:44:09 +0200 > > Hi. > > > > 1.Objective-: > > > > *Select a

Re: [Gambas-user] Problem with ComboBox

2010-08-01 Thread Benoît Minisini
> > Hi. > > > > 1.Objective-: > > > > *Select an item from a ComboBox control and execute an action on your > > Change event > > > > 2.Actions---: > > > > *Load the ComboBox with the elements "1" and "2" > > > > *Create a message in the Change event of the ComboBox: > > PRIVATE ComboBo

Re: [Gambas-user] Problem with ComboBox

2010-08-01 Thread Benoît Minisini
> Hi. > > 1.Objective-: > > *Select an item from a ComboBox control and execute an action on your > Change event > > 2.Actions---: > > *Load the ComboBox with the elements "1" and "2" > > *Create a message in the Change event of the ComboBox: > PRIVATE ComboBox1_Change() > Message("The

[Gambas-user] Problem with ComboBox

2010-08-01 Thread craf
Hi. 1.Objective-: *Select an item from a ComboBox control and execute an action on your Change event 2.Actions---: *Load the ComboBox with the elements "1" and "2" *Create a message in the Change event of the ComboBox: PRIVATE ComboBox1_Change() Message("There was a change in the text"