[Gambas-user] Compiling Error

2009-04-10 Thread Jason Hackney
reconf and configure work, but running make gives me this: make[4]: Entering directory `/home/hackney/trunk/gb.db.odbc/src' make[4]: Leaving directory `/home/hackney/trunk/gb.db.odbc/src' make[3]: Leaving directory `/home/hackney/trunk/gb.db.odbc' make[2]: Leaving directory `/home/hackney/trunk/gb

Re: [Gambas-user] Gambas freezes with Qt apps

2009-04-10 Thread Benoît Minisini
> Here is the output of the gdb program. Alas it is not very useful. Can you run the program that freeze in the console with the strace command, and send me the output? $ cd /path/to/my/project $ strace gbx2 > strace.out 2>&1 Thanks in advance. -- Benoît

Re: [Gambas-user] Proper use of containers

2009-04-10 Thread Benoît Minisini
> That's what I've noticed. > I really need it to arrange, and the only way I can manage that right > now is to add other containers inside the frame control and resize > these containers manually using the form_resize() event. > > But this really shouldn't be necessary. > > Will this be fixed? >

[Gambas-user] Form refresh problem

2009-04-10 Thread Tomas Eroles i Forner
Hi all I'm writing a program to present the results of the ping command in a TableView. The user can select the amount of times the program has to repeat the process. The program executes a While..Wend loop in which executes the ping command, analyzes the result, and inserts a row in the TableView