How Do I Create a Modal Pop-up Panel in LabWindows/CVI?

Updated Mar 27, 2023

Reported In

Software

  • LabWindows/CVI

Issue Details

How do I create a modal pop-up panel in LabWindows/CVI?

Solution

You can use the function:
int InstallPopup (int Panel_Handle);
This function displays and activates a panel as a dialog box. You must call this function from the thread in which you create the panel. While the modal dialog box is visible, the user cannot operate any other panels that you created in the same thread.