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] Magnify 0.0.8

2011-04-20 Thread richard terry
On Thursday 21 April 2011 04:20:35 Matti wrote: > Hi Shane and Richard (and whoever, didn't follow the conversation), > > this is a nice idea! > > After trying it just once with a few images, a question: The lens > magnifies, but definitely doesn't show the original size of the image. My > test

Re: [Gambas-user] Magnify 0.0.8

2011-04-20 Thread Matti
Hi Shane and Richard (and whoever, didn't follow the conversation), this is a nice idea! After trying it just once with a few images, a question: The lens magnifies, but definitely doesn't show the original size of the image. My test images are about 3200x2400, and your lens shows about 2/3 of th

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

Re: [Gambas-user] Magnify 0.0.8

2011-04-20 Thread Shane Powell
On 20/04/11 15:49, richard terry wrote: On Wednesday 20 April 2011 14:25:03 Shane Powell wrote: Had a quick play with this, works ok, except when the image is expanded the mouse-over is no longer accurate. Have a think about my previous post about the 'hidden image' as the one you read off for t

[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

Re: [Gambas-user] using a "file system database"

2011-04-20 Thread Doriano Blengino
Kevin Fishburne ha scritto: >>> My current plan is to create a directory for each region >>> ([65536/32/32]^2). Each region directory contains 32^2 data files >>> (1024). Hopefully this won't stress any particular file system as far as >>> how many directories and files are contained within a singl