From: Konstantin S. <ks...@us...> - 2005-03-05 09:26:13
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30558/developer docs Modified Files: news.txt Log Message: Index: news.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/news.txt,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** news.txt 26 Feb 2005 06:01:09 -0000 1.45 --- news.txt 5 Mar 2005 09:26:02 -0000 1.46 *************** *** 4,7 **** --- 4,18 ---- + *** 16:25 05.03.2005 (KS) + + - New "Save Level" feature is now used insted of "Remove VI Diagram" function. + Save Level specified for a destination is used as default. If a default Save Level assumes + removing VI FP, OGB does not remove FP of Top-Level and Dynamic VIs. In addition, it analyses + all other VIs and does not remove a VI's FP if the VI contains a Property Node, an Invoke Node + or a Control Reference statically linked to the VI's control(s). + Save Level can be changed for any VI on VI Property tab. Such customized Save Levels are used + "as is" during a build, OGB does not change any. + + *** 12:58 26.02.2005 (KS) |