12-17-2018 02:21 AM
I have a question!
Is there a way in LabWindows / CVI to automatically unblock pop-ups from the program, rather than by user-selectable [FileSelectPopup] or [ConfirmPopup]?
I wonder what functions are available or how to handle them.
12-17-2018 07:25 AM - edited 12-17-2018 07:39 AM
Not sure why you'd want to do that... The popup you cite are modal, so the program doesn't keep going, unless you have a separate thread.
You can't call RemovePopup() from a spparate thread: "You must call this function from the same thread in which you call InstallPopup"
Option is to use non-modal popups: just display your own popup-like panel.