05-19-2004 09:15 AM
05-19-2004 09:52 AM
04-24-2008 09:16 PM
Would someone please take a look at this?
These vi's are used to close a Main vi that has finished updating the application's Global.vi by a shared to global variables. Further they attempt to "Make as Default" and Save the global.vi .
I dont need to update the global.vi during runtime as I can simply closeout the Main.vi and update the global.vi. Then I restart the Main and continue to make updates to global.vi.
The problem is that the Main.vi executes normally on first reboot, but will not reopen and execute Save_Global_Defaults.vi afterwards. Thanks. -jeff
04-24-2008 09:48 PM
Would someone please take a look at this?
These vi's are used to close a Main vi that has finished updating the application's Global.vi by a shared to global variables. Further they attempt to "Make as Default" and Save the global.vi .
I dont need to update the global.vi during runtime as I can simply closeout the Main.vi and update the global.vi. Then I restart the Main and continue to make updates to global.vi.
The problem is that the Main.vi executes normally on first reboot, but will not reopen and execute Save_Global_Defaults.vi afterwards. Thanks. -jeff
04-25-2008 02:25 AM
04-25-2008 05:51 PM
04-26-2008 12:29 AM
This is too complicated, to do a simple thing (and i don't know if it works). This is bad programming.
Use Ed's advice. Just write-read a file.
04-26-2008 03:15 PM
I thought about simply writting an ini file, but my goal is to keep all global vars in one place (for user simplicity).