Replace :
Dim f As New Form2
f.ShowDialog()
By:
Form2.ShowDialog()
Regards.
Search found 18 matches
- Wed Mar 19, 2008 3:53 pm
- Forum: .NET
- Topic: Teechart V 3 crashes on hide and unhide of containing window
- Replies: 14
- Views: 22865
- Mon Feb 04, 2008 10:41 am
- Forum: VCL
- Topic: Bar Serie question
- Replies: 1
- Views: 5051
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.
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.
- Mon Dec 17, 2007 1:55 pm
- Forum: VCL
- Topic: WaterFall Serie in TeeChart 7.12 (Codegear 2007 Upd3)
- Replies: 1
- Views: 5348
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.
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.
- Tue Sep 25, 2007 3:17 pm
- Forum: VCL
- Topic: Delphi/C++ 2007 Update 3
- Replies: 1
- Views: 5378
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.
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.
- Fri Jul 27, 2007 7:28 am
- Forum: VCL
- Topic: TeeChart 7.12 + QuickReport 4.07 + Delphi/C++Builder 2007
- Replies: 1
- Views: 6236
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...
- Fri May 11, 2007 1:22 pm
- Forum: VCL
- Topic: TeeChart 7.11 + GIFimage
- Replies: 1
- Views: 5780
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.
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.
- Mon Jul 17, 2006 1:23 pm
- Forum: VCL
- Topic: What's new in TeeChart 7.08
- Replies: 7
- Views: 14141
- Mon Jul 17, 2006 12:51 pm
- Forum: VCL
- Topic: What's new in TeeChart 7.08
- Replies: 7
- Views: 14141
- Mon Jul 17, 2006 12:04 pm
- Forum: VCL
- Topic: What's new in TeeChart 7.08
- Replies: 7
- Views: 14141
- Mon Jul 17, 2006 11:25 am
- Forum: VCL
- Topic: What's new in TeeChart 7.08
- Replies: 7
- Views: 14141
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.
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.
- Mon May 29, 2006 8:38 am
- Forum: VCL
- Topic: TQRChart 7.07 flickers design time
- Replies: 12
- Views: 30722
- Wed Feb 22, 2006 12:18 pm
- Forum: VCL
- Topic: Delphi 2006 FR Update 1 + TeeChart 7.06 + QuickReport 4.06
- Replies: 2
- Views: 7506
- Wed Feb 22, 2006 10:17 am
- Forum: VCL
- Topic: Delphi 2006 FR Update 1 + TeeChart 7.06 + QuickReport 4.06
- Replies: 2
- Views: 7506
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...
- Wed Feb 23, 2005 10:59 am
- Forum: VCL
- Topic: TeeChart 7.04 + Delphi 2005 + QuickReport 4.05
- Replies: 7
- Views: 16312
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...
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...
- Mon Feb 21, 2005 1:33 pm
- Forum: VCL
- Topic: TeeChart 7.04 + Delphi 2005 + QuickReport 4.05
- Replies: 7
- Views: 16312
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.
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.