Just starting to use CVI - how do I associate a menu with a panel? I've filled out the menu dialog several times, and the code generator creates all the call backs, but when I run the application, no menu! What am I missing?
You can add a menu t a panel in two ways: in the UIR editor popup the panel properties panel and select the appropriate menu bar to display on the panel; if you don't want to load the menu bar in the editor, you can add a menu bar to a panel by using LoadMenuBar (panelHandle, menuBar...) (written by memory, so some parameter can be missing...).