Installing TeeChart for .Net in Delphi 8

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
JaapM
Newbie
Newbie
Posts: 9
Joined: Thu Oct 14, 2004 4:00 am
Contact:

Installing TeeChart for .Net in Delphi 8

Post by JaapM » Thu Oct 14, 2004 5:55 pm

Hello,

When I install TeeChart for .Net I get an error about the toolbox, but that's right because I have no VS on my machine.
Adding the TeeChart.dll assembly to Delphi 8 works ok.
But when I try to compile a Winforms application, I get an error:
"Unit Borland.Delphi.System was compiled with a different version of System.Diagnostics.Process"

Using the WebChart on a Webforms gives the following error:
"Failed to load resources from resource file. Please check your setup"

Any hints to solve this problem?

Thanks,

Jaap

JaapM
Newbie
Newbie
Posts: 9
Joined: Thu Oct 14, 2004 4:00 am
Contact:

Installing TeeChart for .Net in Delphi 8

Post by JaapM » Fri Oct 15, 2004 6:27 am

Hello,

Some extra information after some extra investigation.
The problem with the Winforms application seems not to be a TeeChart problem.

The error with the webchart occurs when the designer wants to show the properties in the Object Inspector. It seems it can't find some resources which it needs for showing in the Object Inspector, perhaps localized category names? In what file in which location should the resource be?
Would be very nice is the designer would work! :!:

I have added the webchart by hand in my aspx en codebehind file and added a barserie in the page_load event and created the GetChart.aspx file and that works very cool! :D

Thanks, Jaap

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Oct 15, 2004 4:11 pm

Hi Jaap,

for the moment TeeChart for Net is not prepared to be used under Delphi8. It can work in some ways but I suggest to use the VCL version to work under Delphi8.
Also, I think one of the next releases will work fine.

JaapM
Newbie
Newbie
Posts: 9
Joined: Thu Oct 14, 2004 4:00 am
Contact:

Post by JaapM » Fri Oct 15, 2004 5:23 pm

Hi,

In my opinion is the VCL version not usable in a ASP.NET application!
So, a solution for designtime support would be nice.

I have TeeChart now working in my ASP.NET application. I must add it manually in the aspx and codebehind file and set all the properties in the code. Then it works great as we are used to with the previous versions of TeeChart past years..... As long as I don't hit the WebChart control in the asp.net designer :cry:

Strange is that in Winforms the Object Inspector works ok for TeeChart

Jaap

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Oct 18, 2004 2:56 pm

Hi Jaap,
I have TeeChart now working in my ASP.NET application. I must add it manually in the aspx and codebehind file and set all the properties in the code. Then it works great as we are used to with the previous versions of TeeChart past years..... As long as I don't hit the WebChart control in the asp.net designer
Great !, I'm glad to hear this.
Strange is that in Winforms the Object Inspector works ok for TeeChart
We're working on this. Hope it works for the next release.

JaapM
Newbie
Newbie
Posts: 9
Joined: Thu Oct 14, 2004 4:00 am
Contact:

WebChart in Delphi 2005

Post by JaapM » Mon Apr 11, 2005 1:51 pm

I have still problem with using WebChart designtime in Delphi 2005.
It's still complaining about that resource file.

Should that be fixed with the newest version of TeeChart for .NET?


Regards,
Jaap

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Tue May 17, 2005 11:52 am

Hi Jaap,

does this happens having installed the latest update2 of Delphi2005 with the latest Beta of teeChart for Net v2 ?

JaapM
Newbie
Newbie
Posts: 9
Joined: Thu Oct 14, 2004 4:00 am
Contact:

Post by JaapM » Tue May 17, 2005 11:56 am

No, not yet tested with v2 of teeChart for .Net.

Post Reply