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 - [TV52015574] I added a TChart component on a form with Delphi 7 and added a Custom...
Summary: [TV52015574] I added a TChart component on a form with Delphi 7 and added a C...
Status: RESOLVED FIXED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Chart (show other bugs)
Version: unspecified
Hardware: All All
: High major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-18 12:25 EDT by narcís calvet
Modified: 2013-12-04 05:52 EST (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).