On Sep 19, 2019, at 10:51 AM, Andreas Merl <[email protected]> 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, [email protected] Providenza & Boekelheide, Inc.
_______________________________________________ python-win32 mailing list [email protected] https://mail.python.org/mailman/listinfo/python-win32
