Search found 30 matches

by MikeD
Wed Feb 16, 2011 10:30 pm
Forum: VCL
Topic: ChartEditor: Available Series List in Function
Replies: 15
Views: 27707

Re: ChartEditor: Available Series List in Function

Just to get you up to date. I have found a detour this problem. The issue has to do when attaching one form to another. If the latter form has the DBChart and the parent one does not, it will fail. If the parent has a DBChart of any kind (even if hidden), it all works.
by MikeD
Wed Feb 16, 2011 2:59 pm
Forum: VCL
Topic: ChartEditor: Available Series List in Function
Replies: 15
Views: 27707

Re: ChartEditor: Available Series List in Function

I have tried a few things and still cannot get this to work. I simplified the processing just to see if I can get it to work. You should note that I create the dialog in a DLL that is initiated from within another DLL. Also, I use run time linking as the TChart processing is done in two different DL...
by MikeD
Thu Nov 11, 2010 4:37 pm
Forum: VCL
Topic: ChartEditor: Available Series List in Function
Replies: 15
Views: 27707

Re: ChartEditor: Available Series List in Function

I am creating the DBChart in another location. There are times that I will be using the chart without a visible panel. For example, if I need an output jpeg file, I will create the DBChart, load the chart, output the jpeg file, and then delete the DBChart, all without actually displaying the chart. ...
by MikeD
Sat Nov 06, 2010 6:35 pm
Forum: VCL
Topic: ChartEditor: Available Series List in Function
Replies: 15
Views: 27707

Re: ChartEditor: Available Series List in Function

Okay, I was able to create a test case. There are two projects in the test case: An MDI and a DLL. Instructions: 1. After compiling both modules, run the MDI. The MDI processing will initiate the Form processing that contains the chart. The form is located in the DLL. (I am not sure the DLL has anyt...
by MikeD
Wed Nov 03, 2010 11:39 pm
Forum: VCL
Topic: ChartEditor: Available Series List in Function
Replies: 15
Views: 27707

Re: ChartEditor: Available Series List in Function

I included all the units that the ChartEditor source included (as pragmas since this is C++). As I said, I don't think I can work this up as a test case as the TChart processing is in a DLL (along with about 12 other DLLs). I was hoping to get some idea of why a series might be omitted from the list...
by MikeD
Fri Oct 29, 2010 3:40 pm
Forum: VCL
Topic: ChartEditor: Available Series List in Function
Replies: 15
Views: 27707

ChartEditor: Available Series List in Function

I am moving my processing to a new version. My old processing was highly dependent upon me to build the contents of the lists and did many other things. As part of the new processing I have adopted all the TChart design capabilities including a move to using Data Sets. This means that I am now using...
by MikeD
Mon Nov 16, 2009 10:13 pm
Forum: VCL
Topic: TeeChart v8.06 VCL maintenance release available
Replies: 18
Views: 31117

Re: TeeChart v8.06 VCL maintenance release available

Just to let you know I found a way around my situation. It has to do with the contents of the C++ Builder project file. To correct my situation, I had to perform the following steps: 1. Identify the project file that needs to be changed. This is the project file with the .cbproj extension (not .cbpr...
by MikeD
Mon Nov 16, 2009 4:55 pm
Forum: VCL
Topic: TeeChart v8.06 VCL maintenance release available
Replies: 18
Views: 31117

Re: TeeChart v8.06 VCL maintenance release available

Thanks for your input. I tried all of these steps yesterday. Today I did some additional steps that you did not include. I completely removed all trace of TeeChart from C++ Builder 2010. I deleted the TeeChart directories. I then made sure it was all still gone from 2010. I then ran TeeRecompile to ...
by MikeD
Mon Nov 16, 2009 12:43 am
Forum: VCL
Topic: TeeChart v8.06 VCL maintenance release available
Replies: 18
Views: 31117

Re: TeeChart v8.06 VCL maintenance release available

I have just upgraded to the 2010 C++ Builder. I downloaded and installed the 2010 version of TeeChart. I am having all kinds of problems with it. In some cases, the linker is still looking for the 812 version of the libraries. In other cases it cannot locate items (unresolved externals) such as TTee...
by MikeD
Mon Nov 03, 2008 3:30 pm
Forum: VCL
Topic: TeeChart 8.04 GIF and PDF Exports
Replies: 10
Views: 14545

Thanks. Could you let me know when you have it fixed in that I am holding up the release of my software until I have the fix. I need the PDF output as it is heavily used. I have the 2009 RAD studio and I am a Source customer.
by MikeD
Sun Nov 02, 2008 3:56 pm
Forum: VCL
Topic: TeeChart 8.04 GIF and PDF Exports
Replies: 10
Views: 14545

TeeChart 8.04 GIF and PDF Exports

I have been testing the update and have found that the PDF and GIF exports do not work. The PDF output creates a file that cannot be read by Adobe. Adobe thinks that it is an unsupported file type or that the file has been damaged. The GIF output aborts with an Access Violation in rtl120.bpl. I am u...
by MikeD
Thu Oct 30, 2008 11:00 pm
Forum: VCL
Topic: TeePDFCanvas.obj and TeeChart 8.04
Replies: 12
Views: 15651

I spent some time on this and I was able to correct the processing so that it now links. What I had to do makes no sense to me and has nothing to do with any of the variables or settings. Some of the problems had to do with some settings that were most like ignored in previous releases. Some of the ...
by MikeD
Thu Oct 30, 2008 4:13 pm
Forum: VCL
Topic: TeePDFCanvas.obj and TeeChart 8.04
Replies: 12
Views: 15651

Thanks for the information. I followed your instructions to the letter and I still get the missing file message: Unable to open file 'TEEPDFCANVAS.OBJ'. I have double checked all the path statements. I have checked the variables as you described. I have moved the variables to the top of the list. I ...
by MikeD
Thu Oct 30, 2008 3:38 pm
Forum: VCL
Topic: TeePDFCanvas.obj and TeeChart 8.04
Replies: 12
Views: 15651

Status of the Problem

I realize that you are in the midst of a lot of new behaviour problems with the version 4 update. What I am trying to do is to plan out what I am going to do with my product updates and releases. Since I have TeeChart embedded in my product, it is necessary for me to have a working copy of TeeChart ...
by MikeD
Sat Oct 25, 2008 7:40 pm
Forum: VCL
Topic: TeePDFCanvas.obj and TeeChart 8.04
Replies: 12
Views: 15651

Status

Is there any status regarding this problem?

Thanks,