05-29-2024 05:29 AM
In LabView 2018, is it possible to remove a run-time menu from a VI?
I can disable the menu from VI Properties > Window Appearance > Customize and deselecting "Show menu bar", but I'd like to remove it altogether so that the .rtm file no longer appears in the project dependencies.
Deleting the .rtm file, or deleting all the menu items, doesn't fix the issue. As far as I can tell, there are no references to the menu in the block diagram.
Solved! Go to Solution.
05-29-2024 05:47 AM
Hi Tevildo,
@Tevildo wrote:
I'd like to remove it altogether so that the .rtm file no longer appears in the project dependencies.
Deleting the .rtm file, or deleting all the menu items, doesn't fix the issue.
Why is there a RTM file at all?
Did you switch back to "Default" in the RunTimeMenu editor for this VI?
What happens when you delete the RTM file?
05-29-2024 10:09 AM - edited 05-29-2024 10:10 AM
The RTM file exists because this was originally a top-level VI, and we now need to use it as a sub-VI.
If I delete the RTM file, it still appears in the dependency list, with the "Warning - this file has been deleted or moved" tag.
Switching to "Default" in the RunTimeMenu editor is the solution I needed, thanks.
05-29-2024 05:44 PM
Property Inspector Free will search all the VIs in your project and find the Runtime menu property is not blank. It can then remove the property from each VI in a single click. I had a large project with 70 VIs linked to a deleted menu.