03-27-2018 04:05 AM
I have a CVI application with a graphical user interface.
In order to interact automatically with this UI, I would like to use something like AutoIT.
AutoIT works fine with Windows Application but not with CVI application.
Is there a solution for that?
Thanks
03-28-2018 08:11 AM
Hello gypaete33,
I don't think you can interract with CVI applications using autoIT since CVI is not using windows controls.
Best regards,
Caillot Antoine
03-29-2018 02:22 AM
What interaction do you need with the UI?
If you want to control the UI from within your application you can use FakeKeystroke
AutoIT should also work. The main problem with it is syncronization. E.g: if you send 2 keys, one for opening a dialog and one for the new dialog, you can't guarantee that the dialog was opened when the 2nd key is sent.