LabWindows/CVI Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
0 Kudos
dorian_h

Not blocking message popup

Status: New

It would be nice to have another type of message popups, which do not block the program flow.

 

For example:

MessagePopup ("Do something");

Program continues.

Program checks if the user has done it.

RemovePopup

 

I know it can be done with custom panels and InstallPopup, but a simple MessagePopup would be a lot better.