On Sep 19, 2019, at 10:51 AM, Andreas Merl <andreas.m...@nxp.com> wrote:
> 
> I am trying to automate CST Studio.
> ...
> As example “Quit()”
> When I try to call this method nothing happens
> mws.Quit()
> It should quit the project.
> What happens:
> Nothing
>  
> For me it looks as the methods of mws are never called.

Have you tried the other methods, or are you basing that conclusion on exactly 
1 sample?

How can you tell it didn’t quite the project?  Does the app open a new instance 
when you call EnsureDispatch?  Excel, for example, is perfectly happy to run in 
the background as a COM server, so there’s no visible change when you quiet.
— 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to