LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

run-time menu problem?

Can someone explain me what happens with run-time menus in my llb's after
Application Builder processing?
When I distribute my application in different directory, I can't see custom
run-time menu. At the same time my custom run-time menu operates normally at
directory where my llb was born.
0 Kudos
Message 1 of 3
(2,679 Views)
Sergey Yakovlev wrote:

> Can someone explain me what happens with run-time menus in my llb's after
> Application Builder processing?
> When I distribute my application in different directory, I can't see custom
> run-time menu. At the same time my custom run-time menu operates normally at
> directory where my llb was born.

I believe that once you make the app using the app builder
the directory structure is one level deeper than in the development
environment.
If I am not mistaken, C:\labview\main.llb\main.vi becomes
C:\labview\main.exe\main.llb\main.vi
The same should apply to the run-time menus.
Kevin Kent
0 Kudos
Message 2 of 3
(2,679 Views)
Hello,

To incorporate your runtime menus in a .exe make sure _NOT_ to save them
into the .llb

A quick fix is to open them from the VI and use 'save as' in the same dir
as the .llb

Save everything and build your app... custom menus are incorporated now.
The menu files are NOT saved with them...

Regards,

Frank Lubbers
AIR Technical Automation
0 Kudos
Message 3 of 3
(2,679 Views)