Re: [python-win32] Installer crashes on embedded system.

2010-03-28 Thread Roberto Aguilar
On Mar 22, 2010, at 8:32 AM, Bob Cowdery wrote: > Hi > > I've been using the extensions on many machines with no issues. I am now > trying to install on an XP embedded touch screen machine and the > installer crashes. I know it's virtually no information, but thats all I > get. The system is Windo

Re: [python-win32] Pywin32+MFC Ok on 7 & Vista, bad on XP

2010-03-28 Thread Tim Roberts
You wrote: > >Hi, all ! > >I write several scripts with Pywin32, for work with MFC's windows & some >controls. >All scripts run good on Windows-7 (32 & 64) and Vista. > >But, on XP, all windows are white. >Labels, fields, treeviews, listviews, images, buttons, etc. are present, >but not visible. >

Re: [python-win32] Pywin32+MFC Ok on 7 & Vista, bad on XP

2010-03-28 Thread Michel Claveau
Hi! Sorry for the lack of information. I use win32gui + directAPI (SendMessage). With differents tests, I found: - No problem, if I use dialog (CreateDialogIndirect instead CreateWindowEx). But dialog is limited (no NM_CUSTOMDRAW...) - No problem, if I do not use any: SetGraphicsMode or Selec