Search found 15 matches

by Hans
Thu Feb 16, 2006 6:10 pm
Forum: .NET
Topic: Webchart problems in Delphi2005
Replies: 1
Views: 2978

Webchart problems in Delphi2005

I tried to get webchart working in Delphi2005. I think we have to rewrite the Getchart.aspx.cs into Delphi. private void Page_Load(object sender, System.EventArgs e) { string chartName=Request.QueryString["Chart"]; if (Session[chartName]!=null) { MemoryStream chartStream = new MemoryStream(); chartS...
by Hans
Thu Nov 10, 2005 8:18 am
Forum: .NET
Topic: Webchart problems
Replies: 12
Views: 12435

Narcis, 1. With the File option it works fine, but not with the session option. This is on the IIS on my PC. All my other applications work fine with session variables. But what is the problem with line 13 of the .aspx file when I use this on the server of my internet provider? Of course my ISP is r...
by Hans
Tue Nov 08, 2005 3:57 pm
Forum: .NET
Topic: Installing problems dotnet V2
Replies: 4
Views: 4923

Narcis, With your suggestion of deleting all the tchart license files it works fine agin for Windows forms. I'm afraid of reinstalling for the bugs. It had something to do with FileIO... on 3 different files and it asks for opening the visual studio debugger. What is open is the webchart problem as ...
by Hans
Tue Nov 08, 2005 2:59 pm
Forum: .NET
Topic: Installing problems dotnet V2
Replies: 4
Views: 4923

Narcis,

What are the 3 problems at the end of the software install. I think they relate to the problem, not?

Hans
by Hans
Mon Nov 07, 2005 6:13 pm
Forum: .NET
Topic: Installing problems dotnet V2
Replies: 4
Views: 4923

Installing problems dotnet V2

Trying to solve the webchart problems I downloaded the V2 version and installed it over the existing one and saw that it's newer than my own existing version. At the end of installing procedure I get 3x debugger problems. Compiling my existing application(windows forms) gives following problems duri...
by Hans
Thu Nov 03, 2005 6:00 pm
Forum: .NET
Topic: Webchart problems
Replies: 12
Views: 12435

I builded from scratch

I did that as mentioned above. I get no chart displayed, only a little red cross, that indicates that a link to a picture is broken. If I upload this to the internet I get problems as mentioned above. Second problem is that the link between TChart and the series are instable. If I add series to the ...
by Hans
Wed Nov 02, 2005 6:26 pm
Forum: .NET
Topic: Webchart problems
Replies: 12
Views: 12435

Problems

First I get following problem during compiling:

[C# Error] Resource identifier 'WebDemo.ShowSeries.aspx.resources' has already been used in this assembly

I don't know what happens if I remove these files from project.

Hans
by Hans
Mon Oct 31, 2005 12:26 pm
Forum: .NET
Topic: Webchart problems
Replies: 12
Views: 12435

Further help request

Narcís,

Could you help me with this problem?

Hans
by Hans
Thu Oct 27, 2005 12:08 pm
Forum: .NET
Topic: Webchart problems
Replies: 12
Views: 12435

Uploading

I also tried to upload to our website and run it, but following problem occured: Attempt to access the method failed. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originat...
by Hans
Thu Oct 27, 2005 11:57 am
Forum: .NET
Topic: Webchart problems
Replies: 12
Views: 12435

One step further

OK, thanks, I don't see errors anymore, but I also don't see eny chart on the webpage, only the standard small red cross of a not existing link to a picture file.

I hope you can help me with this also.

Hans
by Hans
Thu Oct 27, 2005 7:12 am
Forum: .NET
Topic: Webchart problems
Replies: 12
Views: 12435

Webchart problems

I found problems during using the webchart. It points to a absolute directory on my PC. This is not correct. On internet all directories are relative. How to solve this? Hans Serverfout in toepassing /Grafiek2. -------------------------------------------------------------------------------- Toegang ...
by Hans
Thu Jul 28, 2005 5:07 pm
Forum: .NET
Topic: Data from the series in ganttchart
Replies: 7
Views: 7484

Narcis,

OK, clear, but what is the function of those 2 events. What can we do, read, edit, etc. in those events?

Hans
by Hans
Thu Jul 28, 2005 2:45 pm
Forum: .NET
Topic: Data from the series in ganttchart
Replies: 7
Views: 7484

Is it not possible to use Gantt1_MouseEnter and Gantt1_MouseLeave, because those are the events for moving over a seriespoint?
by Hans
Thu Jul 28, 2005 11:33 am
Forum: .NET
Topic: Data from the series in ganttchart
Replies: 7
Views: 7484

OK, thanks I will try this.

And how do I get the index if I only point(mouseenter event) and not click at the points?

Hans
by Hans
Wed Jul 27, 2005 2:51 pm
Forum: .NET
Topic: Data from the series in ganttchart
Replies: 7
Views: 7484

Data from the series in ganttchart

In dotnet everything is different from the windows versions.
It's so unclear. I work in delphi dotnet.

How can I get the seriesdata if I point at a seriesitem in the ganttchart?

I want the index of the record and the x(datevalue) and the y values.

Hans