Re: [Gambas-user] ComboBox_Click Problem

2011-07-11 Thread tobias
On 11.07.2011 21:37, Matti wrote: > Hi Tobias, > > for me, it looks like ComboBox.Text is made only to show something like > "Please > select something" or "All entries". As soon as you select an item, > ComboBox.Text > is replaced by that item. I tried the Click and the Change event, and in both

Re: [Gambas-user] ComboBox_Click Problem

2011-07-11 Thread Matti
Hi Tobias, for me, it looks like ComboBox.Text is made only to show something like "Please select something" or "All entries". As soon as you select an item, ComboBox.Text is replaced by that item. I tried the Click and the Change event, and in both cases it's gone. Benoit might correct me her

[Gambas-user] ComboBox_Click Problem

2011-07-09 Thread tobias
hi, i encountered a problem - for me - in gambas3 regarding ComboBox_Click() event. i have a directory name in ComboBox.Text and the contents of this directory in ComboBox.List. i implemented _Click() to append the current item's text to the directory path: Public Sub ComboBox1_Click() Dim