Re: [Gambas-user] Change envent in ComboBox is not fired

2011-04-20 Thread Ricardo Díaz Martín
Thanks Matti, I'm sorry, I haven't read the doc about. The click() event works as expected. I usually use public controls in projects but in this example I forget to set in project properties. Thanks again. Regards, 2011/4/20 Matti > This is because you have set the ReadOnly property to 'tru

Re: [Gambas-user] Change envent in ComboBox is not fired

2011-04-20 Thread Matti
This is because you have set the ReadOnly property to 'true'. See wiki: in this case the change event is not raised. Set ReadOnly to 'false', and it works. (but you have to replace 'Me.ComboBox1' with 'ComboBox1' in the Message). If you need ReadOnly=True, maybe you could use the Click event? Re

[Gambas-user] Change envent in ComboBox is not fired

2011-04-20 Thread Ricardo Díaz Martín
Hi, Example is attached. I'm trying with qt4 libs. Regards, Ricardo Díaz [OperatingSystem] OperatingSystem=Linux KernelRelease=2.6.35-28-generic DistributionVendor=Ubuntu DistributionRelease="Ubuntu 10.10" [System] CPUArchitecture=x86_64 TotalRam=2057124 kB Desktop=Gnome [Gambas] Gamba