12-22-2024 10:59 AM
When a VI's window is active, and you select an item from the tools menu, the VI that runs the tool can use this to get to the active VI:
However if a library window is active when a tool is called, "Application:Menu Launch:VI" returns "_ProjectWindow2".
Is there a way to get a reference to the library from that?
Solved! Go to Solution.
12-23-2024 04:11 PM
This works:
12-24-2024 08:01 PM
12-25-2024 08:34 AM
My guess is that LabVIEW needs to do that in order to present the library in its own tree.