Search found 4 matches

by GDEW
Thu May 28, 2009 1:22 am
Forum: VCL
Topic: Class TBarSeries Not Found
Replies: 6
Views: 5434

Class not Registered

Solved the problem! RegisterClass(TBarSeries) does work, as long as the Chart is not on the main form. I put it there for testing, but single stepping the code I realised that the Create event takes place after the error message (meaning that the chart is already being loaded). I moved the chart to ...
by GDEW
Thu May 28, 2009 1:04 am
Forum: VCL
Topic: Class TBarSeries Not Found
Replies: 6
Views: 5434

Class TBarSeries not Found

Tried that, no success: Simple form: unit Unit2; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Series, TeEngine, ExtCtrls, TeeProcs, Chart; type TForm2 = class(TForm) Chart1: TChart; procedure FormCreate(Sender: TObject); private { Private declara...
by GDEW
Wed May 27, 2009 10:08 am
Forum: VCL
Topic: Class TBarSeries Not Found
Replies: 6
Views: 5434

Location / paths of TeeChart 8.05

Installed Components / Package: DclTee811.bpl (dated 22/05/2009) Path (standard as per installation): C:\Program Files\Steema Software\TeeChart Standard 8 for Delphi 2007\Delphi11\Bin Checked Search and Library Paths: Search Path: Blank Library Path: C:\Program Files\Steema Software\TeeChart Standar...
by GDEW
Tue May 26, 2009 6:23 pm
Forum: VCL
Topic: Class TBarSeries Not Found
Replies: 6
Views: 5434

Class TBarSeries Not Found

System: Rad Studio 2007 TeeChart: Standard 8.05 Using TChart for simple barchart test. Compile, build works fine. Get error when executing (Class TBarSeries Not Found). The support base suggests the inclusion of TeeEditPRO in the uses section. The standard edition does not have the TeeEditPRO compon...