ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing runtime menu item names dynamically in executable

I want to change the language of my application dynamically. In the run-time menu i do this by changing de item names (leaving de item tags the same) In Labview (6.1) this works but in a application builder build executable this don't work.
Download All
0 Kudos
Message 1 of 4
(3,333 Views)
How are you changing the runtime menu dynamically? Are you reading the menu settings from a file? If so you might be losing the path to the file in the executable.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 4
(3,333 Views)
I agree with Mikeporter. Also you should wire uo your error clusters with the appropriate indicator.
0 Kudos
Message 3 of 4
(3,333 Views)
Mike and you are right. I desided to leave the items names unchanged if the're not in the ini-file with translations.
In the executable the ini-file was not correct included so all the item names kept unchanged.
Thanks for your help.
Gerben Litjens
0 Kudos
Message 4 of 4
(3,333 Views)