Search found 23 matches

by Centrii
Wed Feb 17, 2010 4:02 pm
Forum: .NET
Topic: Problems with Zoomtool and <body onload="">
Replies: 13
Views: 12373

Re: Problems with Zoomtool and <body onload="">

Hi Marc,

Now it is working fine, thanks a lot.

greets Centrii
by Centrii
Thu Feb 11, 2010 9:46 am
Forum: .NET
Topic: Problems with Zoomtool and <body onload="">
Replies: 13
Views: 12373

Re: Problems with Zoomtool and <body onload="">

Hi Narcís, Thanks for the quick reply. I installed the new update and tried it with my Source Code, but it is not working. Marc told me that you will add a Section in Tutorial 9, 'ASP.NET Applications', but the TeeChart for .NET v3 Update Build doesn´t include the new Tutorial. Where can I find this...
by Centrii
Wed Feb 10, 2010 4:56 pm
Forum: .NET
Topic: Problems with Zoomtool and <body onload="">
Replies: 13
Views: 12373

Re: Problems with Zoomtool and <body onload="">

Hi Steema Team,

I checked the new Versions and there is a Bugfix available for this problem, but only in V4.
Can you please help me out with this Problem togehter with the latest V3.5 Version?
If not, is there a new Version of v3.5 planed, with a solution like in the new v4?

thanks
Centrii
by Centrii
Fri Nov 13, 2009 12:44 pm
Forum: .NET
Topic: Problems with Zoomtool and <body onload="">
Replies: 13
Views: 12373

Re: Problems with Zoomtool and <body onload="">

Hi Narcis,

Did you find a solution or a workaround?
If there is a Bugfix-Number for this problem, is it possible that I can have this Number?

regards Centrii
by Centrii
Thu Nov 05, 2009 10:26 am
Forum: .NET
Topic: Problems with Zoomtool and <body onload="">
Replies: 13
Views: 12373

Re: Problems with Zoomtool and <body onload="">

Hi Narcís,

thanks for this reply.

Centrii
by Centrii
Thu Nov 05, 2009 8:05 am
Forum: .NET
Topic: Problems with Zoomtool and <body onload="">
Replies: 13
Views: 12373

Re: Problems with Zoomtool and <body onload="">

Am I the only Person with this Problem?
I would be thankful for every kind of help...

Centrii
by Centrii
Mon Nov 02, 2009 7:16 am
Forum: .NET
Topic: Problems with Zoomtool and <body onload="">
Replies: 13
Views: 12373

Re: Problems with Zoomtool and <body onload="">

Hello Steema Team,

Can you give me a solution or a workaround for my Problem?

regards Centrii
by Centrii
Thu Oct 29, 2009 7:44 am
Forum: .NET
Topic: Problems with Zoomtool and <body onload="">
Replies: 13
Views: 12373

Re: Problems with Zoomtool and <body onload="">

Hi Yeray,

Yes I have seen the topics, but without any solution for me.
My problem is that the ZoomTool overrides my javascript window.body.onload ="DoSomething()"
with the compiled TChart javascript window.onload = function()
This causes that my DoSomething() Function doesn´t work anymore.
by Centrii
Wed Oct 28, 2009 10:00 am
Forum: .NET
Topic: Problems with Zoomtool and <body onload="">
Replies: 13
Views: 12373

Problems with Zoomtool and <body onload="">

Hello Steema Team, I am using TChart for .Net Version 3.5.3470.15474 Now I have problems with the ZoomTool. As soon I´m using the Zoomtool in a WebChart the <body onload=alert('test')> doesn´t work anymore. If I delete the Zoomtool again everthing is fine. Did you have Problems like this before and ...
by Centrii
Tue Jul 28, 2009 2:53 pm
Forum: .NET
Topic: TeeChart.Net v3 in a Windows Service
Replies: 11
Views: 9780

Re: TeeChart.Net v3 in a Windows Service

Hello Narcís,

Thank you very much. :D
Loading TeeChart.dll dynamically did help.
I cannot explain why my Service don´t find the dll, because it is in the same folder like the Service.
I will try to figure it out, but for now I´m happy with this solution.

Thanks again

Greets Centrii
by Centrii
Tue Jul 28, 2009 12:54 pm
Forum: .NET
Topic: TeeChart.Net v3 in a Windows Service
Replies: 11
Views: 9780

Re: TeeChart.Net v3 in a Windows Service

Hello Narcís, I dont have a second machine where I can install VS and the Eval version. But I uninstalled the TeeChart v3 completely from my machine and installed the new v2009 evaluation version (4.0.2009.21357) and I still get the same error. Meanwhile I figured out that I probably get a System.IO...
by Centrii
Tue Jul 28, 2009 6:39 am
Forum: .NET
Topic: TeeChart.Net v3 in a Windows Service
Replies: 11
Views: 9780

Re: TeeChart.Net v3 in a Windows Service

Hi Narcís, I tried it also in a Windows Forms application and it works great with the same Function like in my Windows Service. try { String Filename = @"C:\test_" + DateTime.Now.ToString("dd_hhmmss") + ".jpg"; Steema.TeeChart.TChart report = new TChart(); report.Chart.Height = 768; report.Chart.Wid...
by Centrii
Tue Jul 28, 2009 5:34 am
Forum: .NET
Topic: TeeChart.Net v3 in a Windows Service
Replies: 11
Views: 9780

Re: TeeChart.Net v3 in a Windows Service

Hi Narcís,

I already tried the Administrator Account, but this has no effect.

Greets Centrii
by Centrii
Mon Jul 27, 2009 8:28 am
Forum: .NET
Topic: TeeChart.Net v3 in a Windows Service
Replies: 11
Views: 9780

Re: TeeChart.Net v3 in a Windows Service

Hello Narcís,

thank you for your answer.
I tried now creating with Steema.TeeChart.TChart, but still have the same Problem.
My Service stop immediately without any Exception after I call

Code: Select all

 Steema.TeeChart.TChart report = new Steema.TeeChart.TChart();
Greets Centrii
by Centrii
Mon Jul 27, 2009 5:42 am
Forum: .NET
Topic: TeeChart.Net v3 in a Windows Service
Replies: 11
Views: 9780

Re: TeeChart.Net v3 in a Windows Service

Hello Steema Team,

I´m still working on this Issue and I found a Post in this forum that it should work.
But it doesnt´t work for me.
I hope that you can give some advise to solve my problem.

Greets Centrii