Page 1 of 1

HELP for Charteditor

Posted: Tue Feb 19, 2013 1:51 pm
by 10548160
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

Re: HELP for Charteditor

Posted: Wed Feb 20, 2013 3:57 pm
by yeray
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:

Code: Select all

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\Help]
If you are in a 32bin OS, go to the registry at:

Code: Select all

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Help]
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:

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
Finally rename the TeeChart2012.hlp in the \Docs folder to TeeChart9.hlp.