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

2010-03-20 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-20 Thread Jussi Lahtinen
That happens once in a while. I wish there would be some good method to check sanity of install... any ideas? Jussi On Sat, Mar 20, 2010 at 08:18, Biro Zoltan office.zol...@gmail.com wrote: Hello for everybody,  I made a new Ubuntu install 9.04 and a new Gambas2-2.20.2 install on a new

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

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 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

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 gam...@users.sourceforge.net HI all! I made some experiments regarding lostfocus event. The conclusion is that lostfocus is not working

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
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

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 office.zol...@gmail.com wrote: Hello Benoit,   This is the small test project attached to mail. Now I set active the gb.qt component and the

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-13 Thread Fabien Bodard
i think you need to try with the same version too on suse ! Le 13 mars 2010 00:19, Benoît Minisini gam...@users.sourceforge.net a écrit : the (textbox) LostFocus() routine is working on Opensuse (with Gambas 2.17) but not on Ubuntu (with Gambas 2.19)! The same components of Gambas are loaded

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

2010-03-13 Thread Les Hardy
zolaysoftsolutions wrote: Hi! I wish to inform you that I have same problem with lostfocus(). I has installed Gambas 2.7 and lostfocus works okay, but yesterday I made an upgrade to 2.20 and lostfocus() is executed when the project is start to run, after this moment is not executed

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

2010-03-13 Thread Ricardo Díaz Martín
I got the same problem in the past when install gambas from ubuntu repository (or other gambas based app from ubuntu repositories). After that, I always compile gambas2 estable versions source code from sourceforge.net but on before I do the web site recommend to do for ubuntu installation

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

2010-03-12 Thread Vassilis K
the (textbox) LostFocus() routine is working on Opensuse (with Gambas 2.17) but not on Ubuntu (with Gambas 2.19)! The same components of Gambas are loaded on both PCs! gb, gb.db, gb.db.form, gb.form, gb.image, gb.net, gb.qt, gb.qt.ext, gb.vb. PUBLIC SUB tEponimia_LostFocus() DIM rs33 AS Result

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

2010-03-12 Thread Benoît Minisini
the (textbox) LostFocus() routine is working on Opensuse (with Gambas 2.17) but not on Ubuntu (with Gambas 2.19)! The same components of Gambas are loaded on both PCs! gb, gb.db, gb.db.form, gb.form, gb.image, gb.net, gb.qt, gb.qt.ext, gb.vb. Several differences are mixed (version and