LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Where is Menu Launch : Application in LV 2009?

Solved!
Go to solution

I want to get to the app instance for Tool's Menu VIs (its name is NI.LV.Dialog). In LV 2013, the property node is App.Menu LaunchApp. However, I cant find it in LV 2009. Does anyone know where it is or what is the workaround?MenuLaunchApp.png

 

I tried to revert a LV 2013 VI that contains this property node back to LV 2009. However, it generates an error 42 (generic error).

0 Kudos
Message 1 of 2
(2,678 Views)
Solution
Accepted by awang_synovus

You don't see the property in 2009 because it was defined as private. As you can see, you can save back and use it.

 

It returns an error 42 presumably because you're running the VI yourself instead of launching it from a menu. If you put it in a VI which is launched from a menu it should work properly. You can see one such example in the Code Capture Tool, which is launched from the Tools menu and uses this to get a reference to the VI you opened it from.


___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,647 Views)