07-25-2005 03:32 PM
I am building an executable and installer of an application
with LabVIEW 7.1 app builder. When I run the program, pressing ctrl-z will undo
any action that I have done EVEN THE CALLS TO THE SUB-VIs!!!! For example my
program has different user interface
P.S. I know that LabVIEW runtime creates an ini file for every executable file
created by app builder with the same name as the executable. I know we can set
different parameters in there so that the LabVIEW runtime would behave
differently. For example I noticed 2 window title bars where displayed on the Windows
task bar whenever an executable was running. I think the first is
07-25-2005 03:49 PM
07-27-2005 11:34 AM
Hi Nariman,
What Dennis said is correct. To access the Run Time Menu, select the Edit menu and select "Run Time Menu..." From the top pull down menu, select Custom. In the Item Type field, select Application Item>>File>>Entire Menu. This pastes the entire menu as your custom menu. Click on the + button to set up for another custom menu selection. Then, do the same thing (Application Item>>File>>Entire Menu) for the Edit Menu. When that one is displayed in the box to the left, select "Undo" and "Redo" and delete each of them. Continue to select the Entire Menu for each of the other menus so that you will have all the menu options except for the Undo/Redo commands. Once removed from the menu, they should be disabled, including the Ctrl + z shortcut. Let me know if you have any additional questions!
Chris R.
Applications Engineer
National Instruments
07-27-2005 11:56 AM