[Gambas-user] Form refresh problem
Tomas Eroles i Forner
tomas.eroles at ...277...
Sat Apr 11 19:58:48 CEST 2009
Grazie mille
It seems it works
I hope add more things and then publish the program for if anyone wants
to add something
Thanks Doriano
El ds 11 de 04 del 2009 a les 09:53 +0200, en/na Doriano Blengino va
escriure:
> Tomas Eroles i Forner ha scritto:
> > 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?
> >
> It seems you only need to add a WAIT instruction inside the loop, just
> after finished to update the table.
>
> Regards,
>
More information about the User
mailing list