Board index » delphi » listbox unabled to add items

listbox unabled to add items

Hi:

I have  problem with the listbox component, when I try to add  above to
32500 items, is this number the listbox's limit? How can I  add more items
to it.

Please Help me.

 

Re:listbox unabled to add items


You seem to be using Win95/98. This is the Win limit.
Needless to say that WinNT does not have this limit,
but that's about it.

Rene

--
Ing.Buero R.Tschaggelar - http://www.ibrtses.com

Re:listbox unabled to add items


The best solution is a TListView in virtual mode.  Not only
will this not limit the amount of lines you can use...but it
will also solve the speed issue I am sure you are noticing
when using TListBox with so many items.

This solution has been a miracle worker for us!!!

Let me know if I can help further,
Lance Olvey

Quote
Manuel Rodil <manuel_ro...@hotmail.com> wrote in message

news:8aq860$11l1@bornews.borland.com...
Quote
> Hi:

> I have  problem with the listbox component, when I try to
add  above to
> 32500 items, is this number the listbox's limit? How can I
add more items
> to it.

> Please Help me.

Re:listbox unabled to add items


In <38D0DB03.137D7...@access.ch>, Rene Tschaggelar hastily scribbled:

Quote
> You seem to be using Win95/98. This is the Win limit.
> Needless to say that WinNT does not have this limit,
> but that's about it.

> Rene

> --
> Ing.Buero R.Tschaggelar - http://www.ibrtses.com

potential workaround - keep the items in a stringlist (no effective limits at all) and populate the listbox with appropriate chunks from the stringlist when you need to

Roger Morton
roger.mor...@dial.pipex.com

Re:listbox unabled to add items


Quote
In article <8aq860$1...@bornews.borland.com>, Manuel Rodil wrote:
> I have  problem with the listbox component, when I try to add  above to
> 32500 items, is this number the listbox's limit? How can I  add more items
> to it.

Move to NT.

 Mike Orriss (TeamB)
 (Unless stated otherwise, my replies relate to Delphi 4.03/5.00)
 (Unsolicited e-mail replies will most likely be ignored)

Other Threads