[Gambas-user] Change envent in ComboBox is not fired
Matti
math.eber at ...221...
Wed Apr 20 19:21:36 CEST 2011
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?
Regards
Matti
Am 20.04.2011 10:24, schrieb 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]
>
> Gambas1=Not Installed
>
> Gambas2=Not Installed
>
> Gambas3=2.99.1
>
> Gambas3Path=/usr/local/bin/gbx3
>
>
>
> ------------------------------------------------------------------------------
> Benefiting from Server Virtualization: Beyond Initial Workload
> Consolidation -- Increasing the use of server virtualization is a top
> priority.Virtualization can reduce costs, simplify management, and improve
> application availability and disaster protection. Learn more about boosting
> the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
>
>
>
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
More information about the User
mailing list