[lazarus] Another one bug add: TMemo & TListBox I/O errors?

Marc Weustink Marc.Weustink at cuperus.nl
Wed Apr 26 08:46:14 EDT 2000


+ From: Bogdan M.Maryniuck [mailto:mbm at diprintas.lt]
+ 
+ Yes, it's work. Question is HOW.
+ For example:
+ 
+ while not eof(sometextfile) do
+    begin
+       readln(sometextfile,someasciistring);
+       listbox.items.add(someasciistring);   
+    end;
+ 
+ ...hanging a system and _NOT_ load a lines into a listbox. :-(

How many lines are you trying to add? Have you tried one ?

Marc
 






More information about the Lazarus mailing list