07-27-2010 10:07 AM
07-27-2010 10:27 AM - edited 07-27-2010 10:28 AM
Load your toplevel VI, then use the App.AllVIs in Memory property node to get all VI names. Then loop through the array and open a reference for each VI, get its path and check that it is not a vi.lib or user.lib member. For the other VIs use Vi Prperty nodes to manipulate nearly each attribute you can change with the editor too. Be aware that there are some properties which will you give arrays of references to other objects like VI >> Panel >> Panes[].
You just need to do this with VIs which are visible to the user at runtime.
Also save the VIs in another place than where you develop them.
If you are building an application you do this once in the build specification.
11-09-2010 06:02 AM
Hello,
sorry to dig up this post but could you post the code you use,
i 'm tying but fighting with errors generated ....
Regards
Tinnitus