Re: For the ListView Pros.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Hi Tony,

----- Original Message -----
From: "Tony Steward" <figjam at nlc.net.au>
To: "EUforum" <EUforum at topica.com>
Subject: RE: For the ListView Pros.

> Thanks for replying, Ok this looks like it is over my head I think my
> customers will have to put up with slow loading. I haven't tried but do
you
> think E to C compliler would help.

No, I doubt that it would as all the time is probably being taken up inside
the Windows DLL code rather than in your application. I'll see what I can do
to optimise loading items in the next release (or two).

> Can you tell me how many items I can have in a list view. I didn't realize
> it was limited.
>

The number of items is really only limited by memory, but of course the more
you "load" in to the ListView the slower it will be. A "virtual" listview
simulates loading heaps of data but in fact only loads what would be visible
at any one time. Yes, it is not easy 'cos you have to handle scrolling
etc...

Another idea, if loading time is the issue, why don't you see if hiding the
listview during loading (maybe a "please wait..." message) and showing it
when all is loaded. This might speed it up a bit if it's not doing all the
graphics during the load.

------
Derek Parnell
Melbourne, Australia
"To finish a job quickly, go slower."

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu