LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Handling of Menus when converting to *.exe.

Hello,

I created a custom menu that works fine in the Labview (5.1) development
environment. When I use Application Builder to create an executable, the
menu shown is the default menu. What do I need to do to have my custom menu
appear when the executable file is run?

Thanks,

Peter
0 Kudos
Message 1 of 2
(2,252 Views)
I had the same problem. Here is
what you need to do.


1) save with options to single file (*.llb).


2) Use edit library to delete .rtm file from library.


3) Open vi in library that uses the menu in question.


4) Select edit>run time menu. The menu editor will open with an error that
the file specified does not exist.


5) on the menu editor select File>open and point to the .rtm file outside
the library.


6) save all these changes and re-compile. this should take care of it.

I hope this helps,
Jared
0 Kudos
Message 2 of 2
(2,252 Views)