LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with Application Builder and Custom Menu

I'm having a problem with my custom menu in my application.  I have a project in Labview 8.2 that has a main VI with a custom menu.  There are three items in the menu:  File, View, and Help.  The File menu contains application items, the View menu contains all user items, and the Help menu contains an application and a user item.  When I build the .exe file and run it, I do not see the "View" menu.  The File and Help menu do show up and appear how they should be configured in my menu file.  I do not understand why only the "View" menu doesn't show up.  The menu on the EXE does reflect all the changes that I made for my custom menu file, except for the View menu, so it seems that the .exe file is partially using the menu file.  Any thoughts?
0 Kudos
Message 1 of 2
(2,500 Views)
Check your run time menu. Each item contains an Item Name and an Item Tag. It will show in the list if it has a name. It will not show at run time if the tag is blank. Also check that there is a checkmark in the Enabled box.

If all else fails, delete the VIEW item and recreate it.

     Rob
0 Kudos
Message 2 of 2
(2,493 Views)