Re: [python-win32] win32gui and SysListView32

2010-02-18 Thread Michel Claveau
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

Re: [python-win32] win32gui and SysListView32

2010-02-18 Thread Tim Roberts
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

Re: [python-win32] pywin32 documentation wiki

2010-02-18 Thread Tim Golden
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

Re: [python-win32] Python Automation Question

2010-02-18 Thread Dahlstrom, Roger
>> -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

[python-win32] problems loading Windows services with pywin32 214

2010-02-18 Thread Tim Brown
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

[python-win32] win32gui and SysListView32

2010-02-18 Thread Michel Claveau
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