[Gambas-user] Textbox - Valuebox

2010-10-04 Thread Zoltan Biro
Hello everybody.. Can somebody told me how I can make the cursor to leave textbox with a simple key? By defaul I can leave these controls only with the tab or directional keys..this is very unconfortable. Thank you for your answer in advance. Best regards, Zoli B. ---

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

[Gambas-user] Gridview - alignment

2010-03-11 Thread Zoltan Biro
HI everybody, I have the folowing strange problem: I filled a grid with data from an sql command result as you can see in the code: PUBLIC SUB Button_click hrex = Proced.$db.Exec(miex) GridView1.Columns.count = 6 GridView1.rows.count = hrex.count END PUBLIC SUB GridView1_Data(Row AS Intege