[Gambas-user] LostFocus() not working on ubuntu !

2010-03-19 Thread Biro Zoltan
Hello for everybody, I made a new Ubuntu install 9.04 and a new Gambas2-2.20.2 install on a new computer..and here is everything okay. I apologize and I'm shame for the false alert..but I thanks for everybody who try to help me. Until the error occured I made the folowing steps: Ubuntu 8.10

Re: [Gambas-user] LostFocus() not working on ubuntu !

2010-03-19 Thread EA7DFH
Benoît Minisini escribió: > > So, to resume, the LostFocus() event is not working on Ubuntu 9.10 and with > gb.qt only? > > Can someone else confirm? I didn't succeed in reproducing that with my own > Ubuntu 9.10. > No problems here with Ubuntu 9.10 32 bits and Gambas 2.20.1. Regards, Jesus

Re: [Gambas-user] LostFocus() not working on ubuntu !

2010-03-19 Thread Biro Zoltan
Ok, I will try to reinstall Gambas2 on my computer. Initially I has Gambas 2.7, and I upgraded folow the instructions.. after the new install I make a new attempt..and i will inform you about the result. Thanks for try to helping me.. Regards, Zoli B. 2010. 03. 19, péntek keltezéssel 20.30-kor

Re: [Gambas-user] LostFocus() not working on ubuntu !

2010-03-19 Thread Jussi Lahtinen
I can't reproduce your problem with Qt nor GTK+. Ubuntu 9.10 64bit Gambas 2.20 revision 2813 Jussi On Fri, Mar 19, 2010 at 19:07, Zoltan Biro wrote: > Hello Benoit, > >   This is the small test project attached to mail. Now I set active the > gb.qt component and the lostfocus is ignored.  If yo

Re: [Gambas-user] LostFocus() not working on ubuntu !

2010-03-19 Thread Zoltan Biro
Hello Benoit, This is the small test project attached to mail. Now I set active the gb.qt component and the lostfocus is ignored. If you uncheck the gb.qt and make active the gb.gui...the lostfocus will work. (gb.qt and gb.qui cannot be active same time). Best regards, Zoli B. 2010/3/19 Ben

Re: [Gambas-user] LostFocus() not working on ubuntu !

2010-03-19 Thread Benoît Minisini
> Hi, > > The lostfocus() is working only with gb.gui > ...and is NOT working with gb.qt.. this is for sure.. > > Regards, > Zoli B. > > I've just tested on my Ubuntu 9.10 64 bits, and it works perfectly with gb.qt. Can you send me the project you used to test? -- Benoît Minisini ---

Re: [Gambas-user] LostFocus() not working on ubuntu !

2010-03-19 Thread Zoltan Biro
Hi, The lostfocus() is working only with gb.gui ...and is NOT working with gb.qt.. this is for sure.. Regards, Zoli B. 2010/3/19 Benoît Minisini > > HI all! > > > >I made some experiments regarding lostfocus event. > > The conclusion is that lostfocus is not working on gb.qt projects. >

Re: [Gambas-user] LostFocus() not working on ubuntu !

2010-03-19 Thread Benoît Minisini
> HI all! > >I made some experiments regarding lostfocus event. > The conclusion is that lostfocus is not working on gb.qt projects. > I made a smal code with a textboxt. The lostfocus is okay if I activated > the gb.gui componenet, but when I activated the gb.qt component the > lostfocus is i

Re: [Gambas-user] LostFocus() not working on ubuntu !

2010-03-19 Thread zolaysoftsolutions
HI all! I made some experiments regarding lostfocus event. The conclusion is that lostfocus is not working on gb.qt projects. I made a smal code with a textboxt. The lostfocus is okay if I activated the gb.gui componenet, but when I activated the gb.qt component the lostfocus is ignored. I

Re: [Gambas-user] LostFocus() not working on ubuntu !

2010-03-19 Thread zolaysoftsolutions
Hi Hardy, I think the problem is that my code is written under Gambas2 version 2.7 I tried to make small codes, without connection to mysql database, just a simple one with a textbox and a label..and here the lostfocus of the textbox is working. Now I try to write again my old code (2.7)