HELP for Charteditor

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
AST
Newbie
Newbie
Posts: 6
Joined: Wed Jan 30, 2008 12:00 am

HELP for Charteditor

Post by AST » Tue Feb 19, 2013 1:51 pm

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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: HELP for Charteditor

Post by Yeray » Wed Feb 20, 2013 3:57 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply