Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 318

Summary: [TV52015574] I added a TChart component on a form with Delphi 7 and added a Custom...
Product: VCL TeeChart Reporter: narcís calvet <narcis>
Component: ChartAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: major CC: david
Priority: High    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description narcís calvet 2013-11-20 10:38:12 EST
I added a TChart component on a form with Delphi 7 and added a CustomLegendTool using Chart Editor. If I run the project, I get the following error:

 Project1.exe generated an exception of the EClassNotFound class.
 'can't find the TStringGrid class.'
 Process stopped. To restart, please select either stepwise execution or execution. [created:2011-05-18T11:25:04.000+01:00 reported by:narcis@steema.com reported in version:2011.03.30407 (TeeChart VCL)]
Comment 1 david berneda 2013-12-04 05:52:32 EST
Fixed.

TeeCustomLegendTool unit initialization now forces class registration of TStringGrid to avoid the exception.

Also now the ChartTool1.Grid size is set to be the same as the container tool, to allow resizing the tool by mouse (when AllowResize=True).