home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / HELP / INSTALL.TXT < prev    next >
Encoding:
Text File  |  1998-10-24  |  7.5 KB  |  273 lines

  1. ==========================================
  2.   TeeChart Pro v4 VCL 
  3.   Help files Installation Instructions
  4. ==========================================
  5.  
  6. The installer automatically registers the TeeChart Pro v4
  7. help files and merges them with Delphi help system.
  8.  
  9. If you want to manually install TeeChart Pro v4 help files
  10. please follow the instructions below.
  11.  
  12. For Delphi 1,2 and C++ Builder 1, please refer to Borland's
  13. documentation on installing 3rd party help files and the
  14. sections below.
  15.  
  16. There are two help files:
  17.  
  18. -- TeeChart.hlp
  19. -- TeeUser.hlp
  20.  
  21. The TeeChart help file is used at design-time. Contains
  22. all Components Reference and User Guide manual.
  23.  
  24. The TeeUser help file is only used by the Chart Editor
  25. dialogs and only at run-time and only if exists on the
  26. target machine and it's correctly installed at Windows registry.
  27. Contains explanations for run-time dialog controls intended
  28. for end-users (your users).
  29. Source code of TeeUser help file is provided in RTF format
  30. under the Help\Sources folder. You can freely modify or
  31. translate it.
  32.  
  33. Manual installation:
  34. ====================
  35.  
  36. Delphi 3, 4 and C++ Builder 3 Instructions
  37. =============================================
  38.  
  39. To install the TeeChart.hlp file under Delphi 3, 4 and
  40. C++ Builder 3, edit this text file using notepad:
  41.  
  42. \Program Files\Borland\Delphi xx\Help\Delphixx.CFG
  43.  
  44. (For C++ Builder: \Program Files\Borland\CBuilder\Help\BCBhelp.CFG )
  45.  
  46. Check this file has this line:
  47.  
  48. :Link teechart.hlp
  49.  
  50. If not, add yourself the above line, close and re-open Delphi
  51. or C++ Builder.
  52.  
  53. Optionally, edit the Delphixx.CNT file and add this line at
  54. the "Index" section on top of the file:
  55.  
  56. :Index TeeChart=teechart.hlp
  57.  
  58. With this two entries in the above files, Delphi and C++
  59. Builder shows the TeeChart help index merged with the other
  60. standard topics.
  61.  
  62.  
  63. Windows 95 and Windows NT notes:
  64. ===========================================
  65.  
  66. Windows 95 and NT "register" all help files in a special
  67. REGISTRY entry.
  68.  
  69. Run the Windows REGEDIT.EXE (or REGEDT32.EXE) application and 
  70. go to this registry branch:
  71.  
  72. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Help
  73.  
  74. Check TEECHART.HLP is there pointing to the correct 
  75. installation path:
  76.  
  77.    c:\teechart\help
  78.  
  79. Also check the "TeeUSER.hlp" help file is also correctly
  80. installed at Windows registry.
  81. TeeUSER help file is optionally used by the Chart Editor dialog
  82. at run-time.
  83.  
  84. ------------------------------------------------------------------
  85.  
  86.  
  87. Delphi 2.0 INSTRUCTIONS
  88. ========================
  89.  
  90. 1) Close Delphi 2.0 and ALL other Borland applications
  91.    that use the MULTIHLP.DLL (like Paradox, Delphi 1.0, etc)
  92.  
  93. 2) Go to Delphi 2.0 folder ( c:\program files\borland\delphi 2.0 )
  94.    and go to the \HELP\TOOLS folder
  95.  
  96. 3) You will see there is this executable:
  97.  
  98.    HELPINST.EXE
  99.  
  100. 4) Run HELPINST.EXE
  101.  
  102. 5) Click on the menu item:  "File ---> Open" and
  103.    select the DELPHI.HDX file,
  104.    which should be located at:
  105.  
  106.    c:\program files\borland\delphi 2.0\bin\delphi.hdx
  107.  
  108. 6) You should see a list of HELP files together with
  109.    the path location for each help file.
  110.  
  111.    If a help file can not be located, HELPINST will 
  112.    show a "* not found*" message.
  113.  
  114.    If this is the case ( not found help files ), you
  115.    should manually enter the paths for all help files.
  116.  
  117.    To do this, click on menu:    "Options-->Search Paths"
  118.  
  119.    and type the appropiate paths.
  120.  
  121.    The main path where Delphi 2.0 help files are located
  122.    is:
  123.  
  124.    c:\program files\borland\delphi 2.0\help
  125.  
  126.    BUT, AS HELPINST IS A 16 BIT EXECUTABLE, THE PATH
  127.    SHOULD BE TYPED IN "DOS" FORMAT:
  128.  
  129.    c:\progra~1\borland\delphi~1.0\help
  130.  
  131.    
  132. 7) Repeat the step 6 until all help files show their 
  133.    correct path.
  134.  
  135. 8) Check you don't have an OLD TeeChart help file.
  136.    If so, click on "TEECHART.KWF" and click on menu:
  137.    
  138.    "Keywords --> Delete Keyword File" 
  139.  
  140.    to remove the OLD teeChart help file.
  141.  
  142. 9) Now, add the NEW TeeChart help file.
  143.  
  144.    Click on "Keywords --> Add Keyword File" 
  145.  
  146.    and select the TEECHART.KWF file, which is 
  147.    installed by default at:
  148.  
  149.    c:\teechart\help\teechart.kwf
  150.  
  151.  
  152. 10) You should see TEECHART.KWF and the location path
  153.     ( default c:\teechart\help )
  154.  
  155. 11) Now you are ready to re-compile the Delphi keyword
  156.     file.
  157.     Just close HELPINST.EXE and click "YES" to save
  158.     changes.
  159.     HELPINST.EXE will recompile the keyword file and
  160.     will close.
  161.  
  162. 12) Now you can start again Delphi 2.0 and test if TeeChart
  163.     help file is correctly installed.
  164.  
  165.     Drag a TChart component on a Form and press F1 key.
  166.     The TChart help topic page should appear.
  167.  
  168.     If not, something is wrong either with your Delphi
  169.     installation or with Windows installation.
  170.  
  171.     Note: If you installed Delphi 3 beta or final release,
  172.     Delphi 2.0 help system may malfunction.
  173.  
  174.  
  175. ------------------------------------------------------------------
  176.  
  177.  
  178. Delphi 1.0  INSTRUCTIONS
  179. ===========================
  180.  
  181. 1) Close Delphi 1.0 and ALL other Borland applications
  182.    that use the MULTIHLP.DLL (like Paradox, Delphi 2.0, etc)
  183.  
  184. 2) Go to Delphi 1.0 help folder ( c:\delphi\help )
  185.  
  186. 3) You will see there is this executable:
  187.  
  188.    HELPINST.EXE
  189.  
  190. 4) Run HELPINST.EXE
  191.  
  192. 5) Click on the menu item:  "File ---> Open" and
  193.    select the DELPHI.HDX file,
  194.    which should be located at:
  195.  
  196.    c:\delphi\bin\delphi.hdx
  197.  
  198. 6) You should see a list of HELP files together with
  199.    the path location for each help file.
  200.  
  201.    If a help file can not be located, HELPINST will 
  202.    show a "* not found*" message.
  203.  
  204.    If this is the case ( not found help files ), you
  205.    should manually enter the paths for all help files.
  206.  
  207.    To do this, click on menu:    "Options-->Search Paths"
  208.  
  209.    and type the appropiate paths.
  210.  
  211.    The main path where Delphi 1.0 help files are located
  212.    is:
  213.  
  214.    c:\delphi\bin
  215.  
  216.    REMEMBER, AS HELPINST IS A 16 BIT EXECUTABLE, THE PATH
  217.    SHOULD BE TYPED IN "DOS" FORMAT, NOT WITH LONG NAMES.
  218.  
  219.   
  220. 7) Repeat the step 6 until all help files show their 
  221.    correct path, appending the path to "Options-->Search Paths".
  222.  
  223. 8) Check you don't have an OLD TeeChart help file.
  224.    If so, click on "TEECHART.KWF" and click on menu:
  225.    
  226.    "Keywords --> Delete Keyword File" 
  227.  
  228.    to remove the OLD teeChart help file.
  229.  
  230. 9) Now, add the NEW TeeChart help file.
  231.  
  232.    Click on "Keywords --> Add Keyword File" 
  233.  
  234.    and select the TEECHART.KWF file, which is 
  235.    installed by default at:
  236.  
  237.    c:\teechart\help\teechart.kwf
  238.  
  239.  
  240. 10) You should see TEECHART.KWF and the location path
  241.     ( default c:\teechart\help )
  242.  
  243. 11) Now you are ready to re-compile the Delphi keyword
  244.     file.
  245.  
  246.     Click on "File--->Save"
  247.  
  248.     HELPINST.EXE will recompile the keyword file without
  249.     showing any message.
  250.     You can then close HELPINST.
  251.  
  252. 12) Now you can start again Delphi 1.0 and test if TeeChart
  253.     help file is correctly installed.
  254.  
  255.     Drag a TChart component on a Form and press F1 key.
  256.     The TChart help topic page should appear.
  257.  
  258.     If not, something is wrong either with your Delphi
  259.     installation or with Windows installation.
  260.     Please check you have the correct version of 
  261.     MULTIHLP.DLL.
  262.     The one we have at teeMach, SL is version 1.04,
  263.     file size: 55296 bytes, date: 24/Aug/1995.
  264.  
  265. Notes:
  266. -------
  267. You might want to remove all TeeChart help files EXCEPT
  268. the right one in c:\teechart\help folder.
  269. This is always a good "cleaning" task and can avoid
  270. conflicts with old help files.
  271.  
  272. ------------------------------------------------------------------
  273.