Search found 53 matches

by dpatch
Tue Mar 19, 2013 12:41 pm
Forum: VCL
Topic: Recompile error
Replies: 5
Views: 10103

Re: Recompile error

Yes, this issue can be closed...Thank you. The problem was the path in your list numbered 3. It was pointing to TeeChart Pro 8.08 Full Source Code instead of 2012. I suspect this is a bug in the installation program for the 2012 version since I never installed the source code for 8.08 Thanks again!
by dpatch
Fri Mar 15, 2013 5:22 pm
Forum: VCL
Topic: Recompile error
Replies: 5
Views: 10103

Re: Recompile error

Please read my initial post carefully before you respond as our time zones are very different and I will have to wait another full day. I did upgrade to Tee Chart v2012.07.121105 and I installed the binaries but they do not include 64 bit so I am trying to recompile the source code. I am running the...
by dpatch
Fri Mar 15, 2013 12:05 pm
Forum: VCL
Topic: Recompile error
Replies: 5
Views: 10103

Recompile error

I'm trying to run the recompile program to build XE3 32 and 64 bit. When I do I get the following error... Why is it looking in TeeChart Pro 8.08 Full Source Code..... directory? Do I need to install version 8.08 code first? =============================================== TeeChart Pro Compilation st...
by dpatch
Thu Jul 26, 2012 4:17 pm
Forum: VCL
Topic: Legend Text
Replies: 2
Views: 5455

Re: Legend Text

This was exactly what I was wanting to do and completely fixed the issue I had. THANKS! There are just times when not auto-scaling a plot, plottting left to right and the data begins in the middle of the plot, when the plot wrapped from the right edge to the left edge it drew a line back across the ...
by dpatch
Wed Jul 25, 2012 4:15 pm
Forum: VCL
Topic: Legend Text
Replies: 2
Views: 5455

Legend Text

Is it possible to selectively enable/disable displaying legend items for a specific series. I am using a line plot and when the data crosses from the right side of the plot and wraps around to the left, I add a series and continue plotting on the new series. This prevents a line being drawn from rig...
by dpatch
Wed May 16, 2012 12:57 pm
Forum: VCL
Topic: Drawing on a zoomed tColorGridSeries
Replies: 1
Views: 4531

Drawing on a zoomed tColorGridSeries

I am drawing on a tColorGridSeries using PolyLine routine. I as per your direction, I insert the data using the left and bottom axis and populate/show the top and right axis on the plot (see earlier post from me). The image and axis look fine when I zoom, pan or draw. I call axis.CalcXPosValue and C...
by dpatch
Sat Jul 03, 2010 7:28 pm
Forum: VCL
Topic: Scrolling Axes Labels
Replies: 7
Views: 10368

Re: Scrolling Axes Labels

Narcis,

Now you know why I always kept your email address. It looks like this absoultely solved my problem.

Thank you very much!!!

dave
by dpatch
Thu Jul 01, 2010 4:33 pm
Forum: VCL
Topic: Scrolling Axes Labels
Replies: 7
Views: 10368

Re: Scrolling Axes Labels

Narcis, Thanks for your fast response! I see what you did and it looks good. But, how come once the scrolling begins, the x axis labels go from showing many at the defined increment to only one on the far left? Also, you made a call to Chart1[0].Clear instead of clearing the individual values. I hav...
by dpatch
Tue Jun 29, 2010 7:52 pm
Forum: VCL
Topic: Scrolling Axes Labels
Replies: 7
Views: 10368

Re: Scrolling Axes Labels

Here is a simple example that shows what I am trying to do. I have sample data, but makes the upload too big. Is there an email address I can send it to?

Thanks in advance,
dave
Strip Example.zip
(8.95 KiB) Downloaded 769 times
by dpatch
Fri Jun 25, 2010 4:39 pm
Forum: VCL
Topic: Scrolling Axes Labels
Replies: 7
Views: 10368

Scrolling Axes Labels

Good day, I am using a TColorGridSeries to generate a scrolling color plot. My X axis values are aximuth values from 0 to 360, and I display 100 angles at a time. Once the 1st hundred are displayed, I redraw the axis labels, shifting old values to the left and adding a new value to the end (right). ...
by dpatch
Fri Mar 26, 2010 4:15 am
Forum: VCL
Topic: Polar plot labels
Replies: 1
Views: 4501

Polar plot labels

Hello, I am usint a TPolarSeries and am trying to draw the axis labels from +180 to -180 (or 0) with the 0 at 12 o'clock position, +90 at the 3 o'clock position, 180 at the 6 o'clock position and -90 at the 9 o'clock position. I have set CircleLabels := True, called Rotate(90), and am using the OnGe...
by dpatch
Thu Oct 01, 2009 5:37 pm
Forum: Wishes and ideas
Topic: Video Output Format
Replies: 3
Views: 29078

Re: Video Output Format

Hi,

I was looking at the latest release v8.06 and do not see support for other video file formats. Am I missing something?

It has been more than 2 years since Narcis mentioned this was being considered for the "next" release. Can you tell me when you expect this enhancement?

Thanks in advance.
by dpatch
Fri Mar 20, 2009 9:31 pm
Forum: VCL
Topic: Plot annotation
Replies: 2
Views: 5889

I found how to fix this issue "for me". I added the following line of code:

PlotAnnotation.Shape.Transparent := True;

I think the bug is still there, but is now transparrent. If the annotation shape is not the same color as the background, I think you will still see the issue.

Thanks...
by dpatch
Fri Mar 20, 2009 9:02 pm
Forum: VCL
Topic: Plot annotation
Replies: 2
Views: 5889

Plot annotation

When I upgraded to v8.04, I started seeing a thin grey line being drawn beneath my plot annotation that I can't seem to prevent. This was not there in my previous version..which was v8.something. I display the annotation to the right of my plot with the following code: PlotAnnotation := TAnnotationT...
by dpatch
Fri Mar 20, 2009 7:27 pm
Forum: VCL
Topic: Tee8New.exe error
Replies: 1
Views: 4563

Tee8New.exe error

I'm trying to run Tee8New.exe and when opening it I get the following message: "The procedure entry point Chart@UnRegisterTeeTools$qqrpxp17System@TMetaClassxi could not be located in dynamic link library Tee810.bpl I recently upgraded to v8.04.11395. Did I miss a step when I upgraded? Thank in advance