On Fri, 19 Jan 2007 20:29:55 +0300
Al Boldi <[EMAIL PROTECTED]> wrote:

> Mattias Gaertner wrote:
> > Can TStringGrid handle 30.000 rows?
> > Because this is easily created by compiling with -vt and TListBox
> > can not handle it fast enough.
> 
> I noticed this too.  So I added a TMemo to the Messages window with a 
> TSplitter.  TMemo is then updated with the full (including hidden)
> message dump on EndBlock.  TMemo can handle a lot of lines without
> slowdown.
> 
> Maybe TListBox can be updated to handle the list like TMemo?

TListBox speed depends on the widgetset implementation, so it's speed
is always limited.
The best speed you get by not talking to external libs. ;)


Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to