Solution
This behavior can be seen if the calling VI has
Dialog selected on the
Window Appearance page of the
VI Properties dialog box. With this option the calling VI will function as a dialog box in the operating system, so the user cannot interact with other LabVIEW windows while this VI window is open. When highlight execution is active the windows will not be locked, as it needs to allow for interaction with the block diagram for its proper use.
In order to avoid this behavior you would need to use another option in the Windows Appearance page. You can also customize it and select either
Default or
Float in the
Window Behavior options:
The
Modal option keeps the front panel of the VI on top of all other LabVIEW windows and you cannot interact with them while the modal window is open.