Search found 21 matches
- Fri Oct 07, 2011 5:59 pm
- Forum: VCL
- Topic: Cannot recompile Delphi package: FMXTee916.dpk
- Replies: 3
- Views: 4326
Re: Cannot recompile Delphi package: FMXTee916.dpk
No. fmx.dcu is no where to be found!
- Fri Oct 07, 2011 1:36 pm
- Forum: VCL
- Topic: Cannot recompile Delphi package: FMXTee916.dpk
- Replies: 3
- Views: 4326
Cannot recompile Delphi package: FMXTee916.dpk
Hi, When I try to install TeeChart for XE2 and I got the following error. -------------------------------------------------------------------------------- FMXTee916 Cannot recompile Delphi package: FMXTee916.dpk Embarcadero Delphi for Win32 compiler version 23.0 Copyright (c) 1983,2011 Embarcadero T...
- Fri Oct 07, 2011 1:03 pm
- Forum: VCL
- Topic: TeeChart Pro for XE2 pre-release sourcecode installer crashs
- Replies: 6
- Views: 5570
Re: TeeChart Pro for XE2 pre-release sourcecode installer crashs
OK. I've just tried on another machine and it worked fine. The issue may have to do with McAFee. I'll look into that. Sorry for the problems.
Regards
-Bill
Regards
-Bill
- Thu Oct 06, 2011 5:04 pm
- Forum: VCL
- Topic: Fatal error in Recompile.
- Replies: 3
- Views: 3569
Re: Fatal error in Recompile.
It looks like that TeeChart for XE2 was not installed after all. On a separate post I've reported that the TeeCahrt for XE2 installer crashes every time I run it. I'll have to resolve that issue before I can continue.
Thanks
-Bill
Thanks
-Bill
- Thu Oct 06, 2011 12:10 pm
- Forum: VCL
- Topic: TeeChart Pro for XE2 pre-release sourcecode installer crashs
- Replies: 6
- Views: 5570
Re: TeeChart Pro for XE2 pre-release sourcecode installer crashs
It crashes after Select Internet connection method dialog. The next dialog is the Directory dialog. If I do nothing for 5 seconds. The Microsoft Send Error report dialog will show up and saing TeeChart Pro 2011 Source Code has encountered a problem and needs to close.
- Thu Oct 06, 2011 12:00 pm
- Forum: VCL
- Topic: TeeChart Pro for XE2 pre-release sourcecode installer crashs
- Replies: 6
- Views: 5570
Re: TeeChart Pro for XE2 pre-release sourcecode installer crashs
I'm running win32 XP pro. I've tried on another machine and got the same issue.
- Wed Oct 05, 2011 1:19 pm
- Forum: VCL
- Topic: Fatal error in Recompile.
- Replies: 3
- Views: 3569
Fatal error in Recompile.
Hi, I've downloaded the new source code. Even though the installer crashed during the installation, but it appears that the source code has been installed. However, when I try to recompile, I got the following error msg. TeeChart Pro Compilation started: 10/5/2011 9:01:18 AM RAD XE2.Win32 v16 (RAD X...
- Tue Oct 04, 2011 8:50 pm
- Forum: VCL
- Topic: TeeChart Pro for XE2 pre-release sourcecode installer crashs
- Replies: 6
- Views: 5570
TeeChart Pro for XE2 pre-release sourcecode installer crashs
Hi,
The installer crashes during the installation, after the pass code is entered.
-Bill
The installer crashes during the installation, after the pass code is entered.
-Bill
- Fri Sep 16, 2011 3:44 pm
- Forum: VCL
- Topic: OnClick not called!
- Replies: 6
- Views: 5526
Re: OnClick not called!
My code have not changed. The only deference is that I've installed Teechart 2011 for builder 2010.
- Thu Sep 15, 2011 10:18 pm
- Forum: VCL
- Topic: PolarChart Zoom gets reset!
- Replies: 1
- Views: 2365
PolarChart Zoom gets reset!
Hi, I create a TChart and drop a TPolarSeries and add some polar points. Set the Chart Legend to Check Boxes. Add the following code. __fastcall TForm1::TForm1(TComponent* Owner) : TForm(Owner) { Chart1->View3D = 1; for(int i = 0; i < 360; i+= 10) Series1->AddPolar(i, 10, "", clBlack); Chart1->View3...
- Thu Sep 15, 2011 8:38 pm
- Forum: VCL
- Topic: OnClick not called!
- Replies: 6
- Views: 5526
Re: OnClick not called!
Is there a way to compile and link to a debugging version of TeeChart Pro, so I can trace into the OnClick event? I've noticed the changes between TChart version 8 and TChart 2011, and my code has been working find till I installed version 2011.
Thanks
-Bill
Thanks
-Bill
- Thu Sep 15, 2011 3:55 pm
- Forum: VCL
- Topic: OnClick not called!
- Replies: 6
- Views: 5526
Re: OnClick not called!
Thanks. The attachment you sent works find.
I'm using TeeChart Pro 2011.03.30407 VCL with C++ Builder 2010. My TChartShape is in a package and installed as a component. I'll see if I create an example.
-Bill
I'm using TeeChart Pro 2011.03.30407 VCL with C++ Builder 2010. My TChartShape is in a package and installed as a component. I'll see if I create an example.
-Bill
- Thu Sep 15, 2011 1:24 pm
- Forum: VCL
- Topic: OnClick not called!
- Replies: 6
- Views: 5526
OnClick not called!
Hi, I have a component derived from TChartShape called TMyChartShape. In it there are Events such as OnMouseEnter, OnMouseExit, OnClicked, OnDblClicked, OnMouseDown... They all worked as expected in TChart V 8. But with TChart 2011 for BCB 2010, the OnClicked and OnDblClicked are not fired for some ...
- Wed Sep 14, 2011 2:23 pm
- Forum: VCL
- Topic: Emboss not defined
- Replies: 4
- Views: 4163
Re: Emboss not defined
Thanks. Problem solved. The problem was caused by reinstalling BCB 2010, and then run TeeInstall.exe from
"C:\Program Files\Steema Software\TeeChart 2011 for Delphi 2010". By re-run "TeeChart2011Delphi2010.exe", all old files are moved to the backup folder, so no more issues.
Thanks
-Bill
"C:\Program Files\Steema Software\TeeChart 2011 for Delphi 2010". By re-run "TeeChart2011Delphi2010.exe", all old files are moved to the backup folder, so no more issues.
Thanks
-Bill
- Tue Sep 13, 2011 1:21 pm
- Forum: VCL
- Topic: Emboss not defined
- Replies: 4
- Views: 4163
Re: Emboss not defined
However, the same issue does not exist in C++Builder XE!