From: Konstantin S. <ks...@us...> - 2004-12-30 09:32:42
|
Update of /cvsroot/opengtoolkit/deab/source/GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3972/source/GUI Modified Files: Dialog - Quick Tips.vi GUI Read Tips File.vi OGB_Tips.ini Log Message: Index: Dialog - Quick Tips.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/GUI/Dialog - Quick Tips.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs33lvOC and /tmp/cvsNqn8p3 differ Index: OGB_Tips.ini =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/GUI/OGB_Tips.ini,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OGB_Tips.ini 30 Dec 2004 07:58:47 -0000 1.1 --- OGB_Tips.ini 30 Dec 2004 09:32:31 -0000 1.2 *************** *** 17,28 **** # # Case-sensitivity: ! # Tip section names, Tip sections' key names and text format tags are all not case-sensitive. ! [TIP 1] ! Title = "Context Help" ! Msg1 = "In any OGB window, press <b>Ctrl-H</b> to open <u>Context Help</u> window." ! Msg2 = "Point a mouse cursor to a control to get information on it." - [TIP 2] - Title = "Complete OGB Documentation" - MSG = "In main OpenG Builder's window, select <b>HELP>>Help for OpenG Builder</b> menu to review complete OpenG Bulder documentation." --- 17,60 ---- # # Case-sensitivity: ! # Tip section names, Tip section's key names and text format tags are all not case-sensitive. ! [TIP KS 1] ! Title = "Context Help" ! Msg1 = "In an OGB window, press <b>Ctrl-H</b> to open <u>Context Help</u> window." ! Msg2 = "Point a mouse cursor to a control to get information on it." ! ! [TIP KS 2] ! Title = "Complete OGB Documentation" ! MSG = "In the main OpenG Builder's window, select <b>HELP>>Help for OpenG Builder</b> menu to review complete OpenG Bulder documentation." ! ! [TIP KS 3] ! Title = "Use PathRoots" ! Msg1 = "Use <B>PathRoot</B>s to refer to a directory or a file residing beneath a LabVIEW directory." ! Msg2 = "<B>PathRoot</B>s make a build file more portable between different LabVIEW versions." ! Msg3 = "<BR><BR>You can easy add a PathRoot path to some path controls with the help of <U><B>PathRoot</B> selectors</U> available." ! ! [TIP KS 100] ! Title = "Build Speed" ! Msg1 = "A build can take much time if you build all VIs of an application to a single Executable file or a VI Library." ! Msg2 = "Build can become very time consuming when size of target LLB or EXE exceeds a few megabytes." ! Msg3 = "It takes much less time if VIs are saved into a directory but not LLB/EXE." ! Msg4 = "<br><br>To make a build faster, consider possibility to save support VIs either to directory(ies) or to several VI libraries." ! ! [TIP KS 101] ! Title = "Multiple Executable Targets" ! Msg1 = "It is possible to build several executable files during a build." ! Msg2 = "For this, you should specify an individual <B>Destination</B> with <B>Target Type</B> equal to <I>Executable</I> for each desired executable file." ! ! ! [TIP KS 200] ! Title = "Executables using LabVIEW DSC" ! Msg1 = "If you build an executable program that uses LabVIEW DSC Module, you should <U>exclude</U> DSC VIs and DLLs from the build." ! Msg2 = "Also, the built application must reside in <B>LabVIEW DSC RunTime System</B> directory on a <U>target PC</U> to run properly." ! Msg3 = "<BR><BR>Simplest way to exclude LabVIEW DSC VIs and DLLs from a build, is to add exclusion paths with the help of PathRoot selector on <B>Add</B> button at <U><B>Exclusions</B> tab</U>." ! ! [TIP KS 999] ! Title = "Customize Quick Tips" ! Msg1 = "It is possible to customize the set of Quick Tips." ! Msg2 = "Edit <B>OGB_Tips.ini</B> file in order to add new tips or change existing ones. To make this easy, the file contains required descriptions." ! Msg3 = "<BR><BR>Complete file's location is <BR><B><LabVIEW>/resource/OpenG/build/IOG_Tips.ini</B>" Index: GUI Read Tips File.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/GUI/GUI Read Tips File.vi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsVxRhbM and /tmp/cvsTgt7Wc differ |