Search found 34 matches

by timhamel
Tue Sep 09, 2008 9:06 am
Forum: VCL
Topic: TChart 8.03 Install changes Cproj to .Net type
Replies: 8
Views: 13050

Just for the record, this is how the make should look like (.Net should NOT be involved here...): The line: c:\program files\codegear\rad studio\5.0\bin\bcc32.exe Should be called.... Not .Net Framework etc.... (as in the 8.03 case). /Tim Build started 9/8/2008 12:34:28 PM. _________________________...
by timhamel
Tue Sep 09, 2008 9:03 am
Forum: VCL
Topic: TChart 8.03 Install changes Cproj to .Net type
Replies: 8
Views: 13050

The problem is not the path. I have done all possible path statements. And works fine with a simple install of 8.02. Install 8.03 you get see below. In any case, I can always make a source install, bypassing any installer. I just thought it would be good to solve this issue before the next patch is ...
by timhamel
Tue Sep 09, 2008 4:52 am
Forum: VCL
Topic: TChart 8.03 Install changes Cproj to .Net type
Replies: 8
Views: 13050

Hi. I am using the exact same demo project. I installed 8.03 previously on a cloned hard disc. And it compiled there. But now when installing again, I get the same problem as originally (which I think is a good thing from your point of view, since this can be reproduced). Nothing is touched after th...
by timhamel
Mon Sep 08, 2008 12:37 pm
Forum: VCL
Topic: TChart 8.03 Install changes Cproj to .Net type
Replies: 8
Views: 13050

TChart 8.03 Install changes Cproj to .Net type

Hi Narcís: I moved the issue to the forum now for easier tracking. When upgrading from a well working TChart 8.02 to TChart 8.03 for some reason the C++ based projects with TChart stopped compiling and the projects are treated by the RAD 2007 IDE as .Net projects instead of being C++ projects. The o...
by timhamel
Mon Sep 01, 2008 3:57 pm
Forum: VCL
Topic: TLineSeries Stairs type - Mark Point control
Replies: 13
Views: 11208

thanks. I'll check this tomorrow.

Br, Tim
by timhamel
Mon Sep 01, 2008 12:29 pm
Forum: VCL
Topic: TLineSeries Stairs type - Mark Point control
Replies: 13
Views: 11208

Hi! Adding a step to point to 00:00 and hiding the mark solves the starting time. But that still leaves me with the problem that the Step Marks always point to the end of the step...not at the beginning of the step line. If I have a task with a duration of 5 minutes than it should point to 00:00->05...
by timhamel
Mon Sep 01, 2008 7:48 am
Forum: VCL
Topic: TLineSeries Stairs type - Mark Point control
Replies: 13
Views: 11208

Hi! The sample project TimGraph is now at your upload site... You will see that Step 0 draws at 05:00 minutes... what we need is that the Mark/Draw shows that the Step starts at 00:00 and last 05:00 minutes... Meaning it should show the start of the items, then the line showing duration, then a new ...
by timhamel
Thu Aug 28, 2008 2:35 pm
Forum: VCL
Topic: TLineSeries Stairs type - Mark Point control
Replies: 13
Views: 11208

OK!
by timhamel
Thu Aug 28, 2008 2:07 pm
Forum: VCL
Topic: TLineSeries Stairs type - Mark Point control
Replies: 13
Views: 11208

Will do. I'll mail it to you next week.

THANKS for your help.

There is always the possibility that I am doing something wrong!

/Tim
by timhamel
Thu Aug 28, 2008 1:05 pm
Forum: VCL
Topic: TLineSeries Stairs type - Mark Point control
Replies: 13
Views: 11208

Hi,

try using time... as the x axis... and using minute + second display only...

e.g.

Chart1->Series[0]->AddXY(tAxisTime1.Val,70.7,sStep,clRed)

/Tim
by timhamel
Thu Aug 28, 2008 10:36 am
Forum: VCL
Topic: TLineSeries Stairs type - Mark Point control
Replies: 13
Views: 11208

Yes, I can. e.g. If I have a time line (X) and a temperature (Y) and lets say the first step in some array of stpes says that something should run for e.g. 5 minutes, currently the Mark text is marked at e.g. 70C and 05:00... Instead of marking 00:00 as the 1st Step... meaning it is pointing to the ...
by timhamel
Thu Aug 28, 2008 9:53 am
Forum: VCL
Topic: TLineSeries Stairs type - Mark Point control
Replies: 13
Views: 11208

TLineSeries Stairs type - Mark Point control

Hi! I am using TChart Pro 8.02 and in the current product TLineseries, Stairs type... The Mark Text seems to be always placed at the end of the line drawn, pretty much where the x/y coordinates are for the point. Is there a way to tell TChart that you want the marks to identify the beginning of the ...
by timhamel
Thu Aug 21, 2008 9:51 am
Forum: VCL
Topic: Click event for Marks
Replies: 8
Views: 13312

Hi!

You are correct! I just found the object! :-)

Installation seems ok!

THANKS!!!!

/Tim
by timhamel
Wed Aug 20, 2008 12:44 pm
Forum: VCL
Topic: Click event for Marks
Replies: 8
Views: 13312

Just to clarify: The Chart1 Events are exposed. But when selecting Chart1.SeriesGroups[0].TSeriesGroup that Event Tab is empty. Or where can I see the event of the actual e.g. Line Series in the Editor??? In TChart I can see an event OnGetLegentText but not the Series1GetMarkText... Am I looking in ...
by timhamel
Wed Aug 20, 2008 10:32 am
Forum: VCL
Topic: Click event for Marks
Replies: 8
Views: 13312

Thanks!
I am waiting for the official 8.03... before re-installing.