LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Automatically select ignore button when Non-fatal pop-up error occured.

Solved!
Go to solution

Just want to ask how to select "IGNORE" button programmatically when non-fatal error pop-up occurred. thanks.

0 Kudos
Message 1 of 4
(2,816 Views)
Solution
Accepted by topic author kero06

You may check "ignore library Errors" for not displaying non fatal warnings messages from APIs being popped up. 

0 Kudos
Message 2 of 4
(2,797 Views)

Thanks. BTW, I am referring to the error pop-up when the program is running. The error says that some thread was being used by other thread, wait until finished.

I will try your recommendation. Would like also to ask if I implemented this action, is the "FATAL ERROR" message pop-up will be not shown as well? I am worrying that the "FATAL ERROR" or some other error will not be shown once I check the "ignore library errors". All I want is only the "Non Fatal Error" pop-up message.

Thanks again for your support.

0 Kudos
Message 3 of 4
(2,783 Views)

This shall only affect the non fatal errors. The fatal error dialogues shall be still get popped up. 

0 Kudos
Message 4 of 4
(2,762 Views)