Search found 34 matches

by timhamel
Wed Sep 22, 2010 10:37 am
Forum: VCL
Topic: Evaluate TeeChart 2010 in DelphiXE
Replies: 6
Views: 8281

Re: Evaluate TeeChart 2010 in DelphiXE

Ok.

Tks. Will follow your site...
by timhamel
Wed Sep 22, 2010 9:24 am
Forum: VCL
Topic: Evaluate TeeChart 2010 in DelphiXE
Replies: 6
Views: 8281

Re: Evaluate TeeChart 2010 in DelphiXE

Me Again:

Do you have some indication when the final release will be available? As mentioned before, just bought RAD XE and need to move my projects over,
which contain TeeChart 8... but need to move all to TeeChart 2010...

Thanks.

Tim
by timhamel
Sun Sep 19, 2010 7:37 am
Forum: VCL
Topic: TeeChart v2010.01 VCL non-stable pre-release available
Replies: 2
Views: 5072

Re: TeeChart v2010.01 VCL non-stable pre-release available

Hi, I just bought and installed RAD Studio XE. Checking the standard TeeChart control, it is marked as: TeeChart Standard 9 controls. I assume that is version 2010... I am a source version 8 customer. What are my options? Upgrade to 2010? But there seems to be no final 2010 out with support for XE??...
by timhamel
Mon Oct 26, 2009 9:08 am
Forum: VCL
Topic: Loading Data using TSeriesTextSource 8.04
Replies: 2
Views: 4931

Re: Loading Data using TSeriesTextSource 8.04

Thanks.

Sorry for having 2 cases open. I thought that for users having the same problem and looking for a solution, changing
the topic header would help. Will not create more work for you in the future.

Cheers,
Tim
by timhamel
Fri Oct 23, 2009 12:18 pm
Forum: VCL
Topic: Loading Data using TSeriesTextSource 8.04
Replies: 2
Views: 4931

Loading Data using TSeriesTextSource 8.04

I am having problems importing values into my chart using a text source. I am using RAD 2007 C++ mode, TeeChart 8.04. The actual chart is simple: X axis is TDateTime and Y is Temperature. I am using a text file which should populate the graph. Both axis are set to automatic. When the text file is ge...
by timhamel
Fri Oct 23, 2009 8:40 am
Forum: VCL
Topic: BCB RAD 2007 and TeeJPEG
Replies: 2
Views: 5246

Re: BCB RAD 2007 and TeeJPEG

Hi!

Question (1) already solved. It helps if one uses the rights header files ;-)...

So issue (2) is the main problem right now!

Br, Tim
by timhamel
Fri Oct 23, 2009 7:37 am
Forum: VCL
Topic: BCB RAD 2007 and TeeJPEG
Replies: 2
Views: 5246

BCB RAD 2007 and TeeJPEG

Hi! I have 2 problems preventing me from completing my application. 1. I ave added the Commander to my C++ application (using RAD 2007). I wanted all available exports so I added: #pragma link "TeeJPEG" #pragma link "TeePNG" #pragma link "TeeGIF" #pragma link "TeePCX" #pragma link "TeExport" #pragma...
by timhamel
Wed Oct 21, 2009 8:25 am
Forum: VCL
Topic: SeriesTextSource doesn't have DecimalSeparator in 8.04
Replies: 3
Views: 5652

Re: SeriesTextSource doesn't have DecimalSeparator in 8.04

You are correct. For some reason I was checking this in the class because the example code was showing: With SeriesTextSource1 do begin Fields.Clear; AddField('X',1); AddField('Y',2); FieldSeparator := ' '; DecimalSeparator := '.'; FileName := 'test.dat'; Series := Series1; Active := True; end; Br, ...
by timhamel
Wed Oct 21, 2009 6:43 am
Forum: VCL
Topic: SeriesTextSource doesn't have DecimalSeparator in 8.04
Replies: 3
Views: 5652

SeriesTextSource doesn't have DecimalSeparator in 8.04

Hi! I am trying to use the SeriesTextSource component (version 8.04). Following your Importing text data from .Dat or .TXT files document. The property DecimalSeparator seems to be not available in 8.04, but would be important for us since we are writing out the file with "." even on systems with lo...
by timhamel
Mon Oct 19, 2009 9:49 am
Forum: VCL
Topic: Changing Axis color in 8.04
Replies: 2
Views: 4806

Re: Changing Axis color in 8.04

Thanks!

That did the trick!

/Tim
by timhamel
Mon Oct 19, 2009 8:26 am
Forum: VCL
Topic: Changing Axis color in 8.04
Replies: 2
Views: 4806

Changing Axis color in 8.04

Hi!

Stupid question, but I am not able to find the spot where to change the color for the left and buttom (or any) axis. I been checking the Edit
dialog box, but I just can't sport it. The default seems to be solid Black.

Thanks!

/Tim
by timhamel
Fri Oct 09, 2009 1:02 pm
Forum: VCL
Topic: Max amount of data points in Line Series
Replies: 2
Views: 4746

Re: Max amount of data points in Line Series

Thanks!

/Tim
by timhamel
Fri Oct 09, 2009 7:22 am
Forum: VCL
Topic: Max amount of data points in Line Series
Replies: 2
Views: 4746

Max amount of data points in Line Series

Hi, my customer has a requirement to track graphically instrument data output at 1s resolution, resulting in a lot of data point over several days! Each point is a simple x-y axis data point (time/temperature) (both float values). What is the max points TChart 8.4 can hold before it crashes or trunc...
by timhamel
Tue Sep 09, 2008 12:18 pm
Forum: VCL
Topic: TChart 8.03 Install changes Cproj to .Net type
Replies: 8
Views: 13013

Hi Narcís, That was it. The installer had added the 2 invalid "" quoted and incorrect statements into those sections (sorry didn't save the second one, but it was also a quoted section, which is invalid)... "C:\Program Files\Steema Software\TeeChart 8.03 for Delphi 2007\Delphi11\Lib\..\Include" Now ...
by timhamel
Tue Sep 09, 2008 11:52 am
Forum: VCL
Topic: TChart 8.03 Install changes Cproj to .Net type
Replies: 8
Views: 13013

After spending some more time with this issue, without coming closer to a solution, though I did find that the .Net stuff involved here seems to be Borland/Codegeas choice of having moved to Microsoft's 2003 .Net based build system for XML... Unfortunately no closer to a solution. 8.02 works perfect...