From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a "Ding" sound and "block" other VIs when a subVI is open?

Solved!
Go to solution

Hello everyone,

 

I am working in a user interface with a main VI and some subVIs and I would like to add the "property" that windows uses sometimes to force the user to select something that is on a given window (in this case would be in a subVI).

 

In windows, when there is a small window that emerges, the user is forced to select one of the alternatives. In such cases, when the user clicks outside of the window, there is a "ding" sound, the small window blinks, and the mouse can not select anything from other windows (I hope I could explain my self).

 

That is what I would like to implement in labview (if it is possible).

 

Many thanks,

 

Daniel

0 Kudos
Message 1 of 3
(3,013 Views)
Solution
Accepted by topic author Daniel_CB

Just set the VI to be Modal.  Go into the VI properties, then the Window Appearance tab.  You can just select the Dialog option for a quick fix.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(3,005 Views)

Thanks!!

 

That is exactly what I needed!

0 Kudos
Message 3 of 3
(2,952 Views)