[python-win32] win32api: How to send WM_SIZING to a Window

Tim Roberts timr at probo.com
Thu Sep 30 23:12:52 CEST 2010


 Andreas Holtz wrote:
> The program is CATIA from Dassault.
> They have a parameter to control the refresh of
> the display (CATIAApplication.RefreshDisplay = False) but this
> only works within their macro engine. For details see here:
> http://ww3.cad.de/foren/ubb/Forum137/HTML/001099.shtml#000002

Have you tried it?  That's exactly the switch you need.  Although I
don't speak German, there's also a reference to an "Interactive"
property that might help you.

(I believe their explanation is justifying a bug, not describing
necessary behavior.  Many COM servers handle this just fine.)

Beyond that, you're just hacking, and you'll need to experiment.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list