Hi, Tim!
Thanks for your answer.
- The size is limited to lines ; how define more?
The number of items is limited only by available memory
You are right. I tried with 300 000 lines, without problem.
I do not know I had a limit on my first tests... Sorry for trouble.
Little inf
Michel Claveau wrote:
>
> I use a SysListView32 in a Window, for show a list of lists.
> It is very good, but I have two questions :
> - The size is limited to lines ; how define more?
The number of items is limited only by available memory. I know of apps
that have used more than 100,000 i
Hi, "le dahut". (Sorry; how would you prefer to be addressed?)
What would be really useful is one or two paragraphs outlining
the problem you're solving with this solution :) I've more-or-less
followed your posts here over the past year, and your code's quite
readable so I can get an idea, but pe
>> -Original Message-
>> From: python-win32-bounces+rdahlstrom=directedge@python.org
>> [mailto:python-win32-
>> bounces+rdahlstrom=directedge@python.org] On Behalf Of Tim Roberts
>> Sent: Wednesday, February 17, 2010 5:43 PM
>> To: python-win32@python.org
>> Subject: Re: [python-w
Hi,
I'm using Python 2.5 and pywin32 build 212 to produce an application with
services.
The services load C++ DLLs, for example snap.pyd, to do some of the work.
All working fine until a customer installed pywin32 build 214 then some of the
services
don't load, because some of the DLLs load othe
Hi!
I use a SysListView32 in a Window, for show a list of lists.
It is very good, but I have two questions :
- The size is limited to lines ; how define more?
- I did not found how define alignment for columns (Left, Right, Center) ;
have you a sample?
Thanks in advance, and sorry for m