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)

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

2010-03-13 Thread zolaysoftsolutions
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 anymore. After this experiment with

Re: [Gambas-user] Gridview - alignment

2010-03-11 Thread zolaysoftsolutions
Thank you vey much Benoit! ..it works perfectly. Regards, Zoli B. BenoƮt Minisini wrote: > >> Hello Mr.Minisini, >> >> First time I thank you for develop Gambas..and thank you for try to >> halping me. >> >> If I introduce in "Gridview1_data" the folowing command (this mean during >> the

Re: [Gambas-user] Gridview - alignment

2010-03-11 Thread zolaysoftsolutions
Hello Mr.Minisini, First time I thank you for develop Gambas..and thank you for try to halping me. If I introduce in "Gridview1_data" the folowing command (this mean during the Data event): GridView1.data.Alignment = Align.Right This works perfectly but all my data is aligned to right