From: Konstantin S. <ks...@us...> - 2004-12-30 07:59:07
|
Update of /cvsroot/opengtoolkit/deab/source/GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18545/source/GUI Modified Files: GUI Recent Paths SubMenu RW INI file.vi OpenG Builder.rtm OpenG_Builder.vi Added Files: Dialog - Quick Tips.vi GUI Display Formatted String.vi GUI Read Tips File.vi OGB_Tips.ini Log Message: Index: OpenG_Builder.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/GUI/OpenG_Builder.vi,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 Binary files /tmp/cvsIe6a7f and /tmp/cvsOB4TLC differ --- NEW FILE: Dialog - Quick Tips.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: GUI Read Tips File.vi --- (This appears to be a binary file; contents omitted.) Index: GUI Recent Paths SubMenu RW INI file.vi =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/GUI/GUI Recent Paths SubMenu RW INI file.vi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsiF8Wfl and /tmp/cvsYhS59H differ Index: OpenG Builder.rtm =================================================================== RCS file: /cvsroot/opengtoolkit/deab/source/GUI/OpenG Builder.rtm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvs9Yywtw and /tmp/cvsj249rT differ --- NEW FILE: GUI Display Formatted String.vi --- (This appears to be a binary file; contents omitted.) --- NEW FILE: OGB_Tips.ini --- # OpenG Builder v 1.0.0 # Quick Tips file # # Each section with name started with "Tip XXX", where XXX is arbitrary text, describes a Quick Tip. # [Tip XXX] section: # "Title" key contains a brief description of the tip. It is optional. # "Msg N" keys contain tip's text. N is a unique integer, it can be omitted if there is one Msg key. # Number of "Msg N" keys is arbitrary. Values of all "Msg N" keys are concatenated with a space # separator to produce a common tip's text. # # Text formating: # The following text formatting tags are supported in "Msg N" key values: # <B> & </B> make text bold # <U> & </U> make text underline # <I> & </I> make text italic # <BR> inserts new line # # 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." |