Search found 18 matches

by lolo31
Wed Mar 19, 2008 3:53 pm
Forum: .NET
Topic: Teechart V 3 crashes on hide and unhide of containing window
Replies: 14
Views: 19330

Replace :

Dim f As New Form2
f.ShowDialog()

By:

Form2.ShowDialog()

Regards.
by lolo31
Mon Feb 04, 2008 10:41 am
Forum: VCL
Topic: Bar Serie question
Replies: 1
Views: 4656

Bar Serie question

Hello,

How can I change the Yvalue of a bar (with the name of the bar as parameter)?

I have done :
Series1->AddBar(1, "Name", clTeeColor);

And I search something like :
Series1->YValues("Name") = 2;

And not :
Series1->YValues->Items[0] = 2;

Regards.
by lolo31
Mon Dec 17, 2007 1:55 pm
Forum: VCL
Topic: WaterFall Serie in TeeChart 7.12 (Codegear 2007 Upd3)
Replies: 1
Views: 4954

WaterFall Serie in TeeChart 7.12 (Codegear 2007 Upd3)

Hi,

I can't see line when I add data where x is less than 1:
Series1.AddXYZ(0, 2, 1);
Series1.AddXYZ(0.1, 4, 1);
Series1.AddXYZ(0.2, 6, 1);
Series1.AddXYZ(0.3, 8, 1);

I hadn't the issue with previous version...

Regards,
Laurent.
by lolo31
Tue Sep 25, 2007 3:17 pm
Forum: VCL
Topic: Delphi/C++ 2007 Update 3
Replies: 1
Views: 4981

Delphi/C++ 2007 Update 3

Hello,

I have just download the Update 3 of Delphi/C++ Builder.
Is it works with TeeChart 7.12/8.01.
Or should I wait a binary update ?

Regards,

Laurent.
by lolo31
Fri Jul 27, 2007 7:28 am
Forum: VCL
Topic: TeeChart 7.12 + QuickReport 4.07 + Delphi/C++Builder 2007
Replies: 1
Views: 5821

TeeChart 7.12 + QuickReport 4.07 + Delphi/C++Builder 2007

Hello, I have install C++Builder 2007 (this updates Delphi 2007 too) And after install TeeChart 7.12, QuickReport and TQRTee... My Delphi application compiles and runs but I have an access violation during the render report process on the line : qtmMetafile: PrintGraphic(tmpChart.TeeCreateMetafil(Tr...
by lolo31
Fri May 11, 2007 1:22 pm
Forum: VCL
Topic: TeeChart 7.11 + GIFimage
Replies: 1
Views: 5385

TeeChart 7.11 + GIFimage

Hello,

When I compile my application in Delphi 2007, the gifimage.dcu is not found. I have to copy the file from TeeChart 7.08.

Regards,

Laurent.
by lolo31
Mon Jul 17, 2006 1:23 pm
Forum: VCL
Topic: What's new in TeeChart 7.08
Replies: 7
Views: 12806

Yes, same error with the source code version.
But it works if i comment the line.
So, it's probably due to my apllication (I have created a new component herited from TQRChart)
by lolo31
Mon Jul 17, 2006 12:51 pm
Forum: VCL
Topic: What's new in TeeChart 7.08
Replies: 7
Views: 12806

No, the one included with the binary installer (06/06)
by lolo31
Mon Jul 17, 2006 12:04 pm
Forum: VCL
Topic: What's new in TeeChart 7.08
Replies: 7
Views: 12806

Regarding TQRChart, I have comment this line in QrTee:

procedure TQRDBChart.Invalidate;
begin
if AutoRepaint and Assigned(Parent) then
// Parent.Invalidate;
end;

Without that, i have an access violation on it !
by lolo31
Mon Jul 17, 2006 11:25 am
Forum: VCL
Topic: What's new in TeeChart 7.08
Replies: 7
Views: 12806

What's new in TeeChart 7.08

Hello,

In the customer download array, there's a 7.08 released for BDS2006 upd2. So, what's new ?

I use also TQRChart and there is a download called "TeeChart Source code for QuickReport v3 and v4"; should i use this instead of the one installed by the binary (or the full source code) ?

Regards.
by lolo31
Mon May 29, 2006 8:38 am
Forum: VCL
Topic: TQRChart 7.07 flickers design time
Replies: 12
Views: 24979

I confirm too !
We must use QrTee.pas from "TeeChart Pro v7.07 Full Source Code" but not from "TeeChart Pro v7.07 Binary"

Config: BDS 2006 Update2 + TeeChart 7.07 + QuickReport Pro 4.06
by lolo31
Wed Feb 22, 2006 12:18 pm
Forum: VCL
Topic: Delphi 2006 FR Update 1 + TeeChart 7.06 + QuickReport 4.06
Replies: 2
Views: 6914

Thanks,

I have defined the search paths (bpl, lib) and It works now !
by lolo31
Wed Feb 22, 2006 10:17 am
Forum: VCL
Topic: Delphi 2006 FR Update 1 + TeeChart 7.06 + QuickReport 4.06
Replies: 2
Views: 6914

Delphi 2006 FR Update 1 + TeeChart 7.06 + QuickReport 4.06

Hi, 1) TeeChart & QuickReport works on Delphi 2006 2) The compilation of the two packages (DCLTQR710.bpl & TeeQR100.bpl) works. But, when I install the DCLTQR710.bpl package, I have the error like: Can't load the package DclTeePro710 containing TeeChartReg also contains in DCLTQR710 ! Regards, Laure...
by lolo31
Wed Feb 23, 2005 10:59 am
Forum: VCL
Topic: TeeChart 7.04 + Delphi 2005 + QuickReport 4.05
Replies: 7
Views: 14858

Just find the solution:
not specify the path to DesignIntf unit but add designide package in the require list as described in:
http://qc.borland.com/wc/qcmain.aspx?d=10283

Hope, this will help somebody...
by lolo31
Mon Feb 21, 2005 1:33 pm
Forum: VCL
Topic: TeeChart 7.04 + Delphi 2005 + QuickReport 4.05
Replies: 7
Views: 14858

TeeChart 7.04 + Delphi 2005 + QuickReport 4.05

Hello,

I have juste installed the 7.04:
Now, TeeQR79.bpl compiles fine
but I can't compile DclTQR79.bpl
The error is : can't find DesignIntf unit in TeeQRTeeReg.pas
and when I declare the path to DesignIntf, the error is: can't find DesignerTypes unit in DesignIntf

Best regards.