[Gambas-user] Form refresh problem
Tomas Eroles i Forner
tomas.eroles at ...277...
Fri Apr 10 18:07:48 CEST 2009
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.
The problem is that I want that it writes each line before execute the
next ping, and it presents the information when it finishes all the
loops, if it's made using GTK, but it seems to refresh if made using Qt.
I've added the Requery method, both for TableView and for all the form,
but I would like it shows the real progress and the real adding rows
each loop, and not like this.
Is there any way to do it?
Thanks in advance
More information about the User
mailing list