LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure "About" tab/selection when running LabVIEW program

Solved!
Go to solution

Hi, 

 

When I run my main LabVIEW VI, there is this "About" selection that when pressed, nothing happens.

 

How do I configure this tab so when clicked, another subVI or text blurb opens to state what this project is about?

00engineer_0-1680013077524.png

Thanks!

0 Kudos
Message 1 of 2
(1,146 Views)
Solution

Depends how that VI was built. Most likely you have a custom menu and there should be an event structure case for the according custom menu item.

 

Alternatively you can also use the default About application menu APP_ABOUT in your custom menu. If you then add a VI that has the name "About <something>" to your exe build, LabVIEW will actually show this VI instead of its own default About  dialog.

 

But I would recommend to just do it through a custom menu item and add an according case in your event structure.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 2 of 2
(1,135 Views)