Hi,
is there any way or are there any plans to implement a help fole or connection to a help file in the Chart editor?
Thanks
Sven
HELP for Charteditor
Re: HELP for Charteditor
Hi Sven,
This is something we'll revise for the next maintenance releases. In the meanwhile here it is the workaround:
If you are in a 64bin OS, go to the registry at:
If you are in a 32bin OS, go to the registry at:
Create TeeChart9.hlp and TeeUser9.hlp keys as string keys, and point them to your TeeChart "\Docs" and "\Docs\Runtime Editor help source" folders respectively.
In my case:
Finally rename the TeeChart2012.hlp in the \Docs folder to TeeChart9.hlp.
This is something we'll revise for the next maintenance releases. In the meanwhile here it is the workaround:
If you are in a 64bin OS, go to the registry at:
Code: Select all
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\Help]
Code: Select all
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Help]
In my case:
Code: Select all
TeeChart9.hlp=C:\Program Files (x86)\Steema Software\TeeChart 2012 for Delphi 7\Docs
TeeUser9.hlp=C:\Program Files (x86)\Steema Software\TeeChart 2012 for Delphi 7\Docs\Runtime Editor help source
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |