Re: [Gambas-user] calling back to the caller

2010-03-19 Thread Doriano Blengino
Charlie Reinl ha scritto: my project (from now on called 'the program') use a in gambas2 written component (from now on called 'the component' [which is by it's own, also a executable]). 'the component' is embedded on a form of 'the program'. So the parent is known. What I want is calling

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