10-30-2007 10:43 AM
11-02-2007 07:48 AM
11-06-2007 02:45 AM
11-06-2007 02:46 AM
Now the last two files...
Adelina
11-06-2007 05:12 AM - edited 11-06-2007 05:16 AM
aleveque wrote:
Hi,I am working with a german version of LabVIEW 8.2 developper system. I am build executables that should be run under the english version of runtime engine. I have problems with the popup menus that are attached to frontpanel elements. I am using mixed menus with user defined item and application pre-defined items.When I am build an executable, the application pre-defined items are not automatically translated in the runtime language when the executable is started on the target computer. I found out that the translation occurs only if the default popup menu is used, not for user defined one, even if pre-defined items are used. As I have no possibility to affect the pre-defined items, how can I solve this problem? Rewriting the pre-defined items is not really a solution as it implies some LV funtions that are difficult to program and difficult to access from external point of vue.Thanks for any tip.
11-06-2007 06:25 AM
Hi Rolf,
Thank you for your answer.
I agree that LabVIEW cannot translate text automatically for me, but why LabVIEW does not handle in the same way e.g. the menu item "APP_SC_CUT_DATA" placed in a standard context menu and the same menu item "APP_SC_CUT_DATA" placed in the user defined context menu. This item cannot be modified; I mean I cannot modify the item name (in german Daten ausschneiden, in englisch Cut Data). If I create a user defined item with let say "USER_SC_CUT_DATA" object tag, I will have some "problems" to program the function that already exists.
A work around would be to simulate the selection of APP_SC_CUT_DATA and fire this special function. I do not know how to do that. The event loop only wait for an event, and with dynamically defined events it is also the same.
What do you mean?
Thanks,
Adelina
11-06-2007 06:42 AM - edited 11-06-2007 06:44 AM
aleveque wrote:
Hi Rolf,
Thank you for your answer.
I agree that LabVIEW cannot translate text automatically for me, but why LabVIEW does not handle in the same way e.g. the menu item "APP_SC_CUT_DATA" placed in a standard context menu and the same menu item "APP_SC_CUT_DATA" placed in the user defined context menu. This item cannot be modified; I mean I cannot modify the item name (in german Daten ausschneiden, in englisch Cut Data). If I create a user defined item with let say "USER_SC_CUT_DATA" object tag, I will have some "problems" to program the function that already exists.
A work around would be to simulate the selection of APP_SC_CUT_DATA and fire this special function. I do not know how to do that. The event loop only wait for an event, and with dynamically defined events it is also the same.
What do you mean?
11-06-2007 06:59 AM
Hi Rolf,
Ok, a mix can be a problem. But then how to customize item name of application defined items? Or how fire the event without selecting it?
I have up to now no ideas.
Thanks,
Adelina