Re: [Gambas-user] Combobox change event question

2008-06-19 Thread Ron
Benoit Minisini schreef: > On jeudi 19 juin 2008, Ron wrote: > >> Benoit Minisini schreef: >> >>> On jeudi 19 juin 2008, Ron wrote: >>> Hi, the change event of a combobox is only triggered if a combobox is not set to read-only. So it detects only the con

Re: [Gambas-user] Combobox change event question

2008-06-19 Thread Benoit Minisini
On jeudi 19 juin 2008, Ron wrote: > Benoit Minisini schreef: > > On jeudi 19 juin 2008, Ron wrote: > >> Hi, > >> > >> the change event of a combobox is only triggered if a combobox is not > >> set to read-only. > >> > >> So it detects only the content change of the textbox which is part of > >> the

Re: [Gambas-user] Combobox change event question

2008-06-19 Thread Ron
Benoit Minisini schreef: > On jeudi 19 juin 2008, Ron wrote: > >> Hi, >> >> the change event of a combobox is only triggered if a combobox is not >> set to read-only. >> >> So it detects only the content change of the textbox which is part of >> the combo box. >> > > Yes. The Change event c

Re: [Gambas-user] Combobox change event question

2008-06-19 Thread Benoit Minisini
On jeudi 19 juin 2008, Ron wrote: > Hi, > > the change event of a combobox is only triggered if a combobox is not > set to read-only. > > So it detects only the content change of the textbox which is part of > the combo box. Yes. The Change event comes from its interal TextBox. It means that the t

[Gambas-user] Combobox change event question

2008-06-19 Thread Ron
Hi, the change event of a combobox is only triggered if a combobox is not set to read-only. So it detects only the content change of the textbox which is part of the combo box. If you have a box which is read-only you can only detect some activity via the clicked event, but then you also get