04-11-2013 11:46 PM
I am developing a labview program to test another labview program. I don't have access to the block diagram of the vi to be tested. Right now I am able to use VI server to open and run the program. The problem is that program sometimes opens up 2/3 button dialogs and wait user's input. Is there a way to monitor such activities and dismiss the dialogs programmatically? Thanks!
04-12-2013 12:27 AM
Is the dialog box coming from the code you are testing or its a LabVIEW generated error?. Can you show a picture of the dialog box you are referring here?
04-12-2013 08:50 AM
The dialogs are generated by the code not errors. thanks