[Gambas-user] listbox refresh while filling

Frank Rudolph frrudolph at ...339...
Thu Feb 5 16:35:12 CET 2004


Hello Together
While reading a big File(about 500000 lines)  i will fill a Listbox with 
the results.
Read line in string s
listbox.add(s)
Because of long running i will refresh my listbox - parhaps every 500 
lines of results.
If i perform a listbox1.refresh - noting happens.
If i create a textlabel and do a
textlabel.text=s
textlabel.refresh
every line is shown. (it works ok)
The question - is the refresh method the right method updateing listboxes
or is listbox the wrong control or is it a problem of the operating 
system (suse9)
This is not a very important Problem for me ..... but if anybody knows 
something please tell me....
Thanks
Frank





More information about the User mailing list