Search found 46 matches

by rgsolutions
Mon Mar 31, 2014 6:57 pm
Forum: VCL
Topic: ChartEditor: Available Series List in Function
Replies: 15
Views: 25873

Re: ChartEditor: Available Series List in Function

The way I was creating the forms, the affected TChart was not located on a form that was directly descendent from the ActiveMDIChild. Once I changed the order of creation, the runtime ChartEditor worked properly for the function series.
by rgsolutions
Fri Mar 28, 2014 5:28 pm
Forum: VCL
Topic: C++ Faults when a TChartListBox is used in a DLL.
Replies: 43
Views: 89079

Re: C++ Faults when a TChartListBox is used in a DLL.

I currently have resolved all my current issues. I will continue testing, but at this point I do not think there are any major issues to deal with.

Thanks again for all the help.
by rgsolutions
Fri Mar 28, 2014 5:27 pm
Forum: VCL
Topic: ChartEditor: Available Series List in Function
Replies: 15
Views: 25873

Re: ChartEditor: Available Series List in Function

I have figured out what was going on and was able to fix it. You can close and delete this problem report if you wish.
by rgsolutions
Wed Mar 26, 2014 11:22 pm
Forum: VCL
Topic: C++ Faults when a TChartListBox is used in a DLL.
Replies: 43
Views: 89079

Re: C++ Faults when a TChartListBox is used in a DLL.

I am currently stopped at this point in that an old problem has reappeared. I do not know how to link to another stream, but it was problem report TV52015395. It had to do with ChartEditor, Functions, and no entries in the Available list. I believe this problem report is still open.
by rgsolutions
Wed Mar 26, 2014 11:16 pm
Forum: VCL
Topic: ChartEditor: Available Series List in Function
Replies: 15
Views: 25873

Re: ChartEditor: Available Series List in Function

I have to resurrect this problem as it is now occuring for me in XE4. When I was last posting this I was using XE2. Since then I was able to get it to run using XE4 and your XE4 Beta update. However, with your latest update for XE4, I am not able to get this to work. To refresh the problem. I have a...
by rgsolutions
Wed Mar 26, 2014 4:51 pm
Forum: VCL
Topic: C++ Faults when a TChartListBox is used in a DLL.
Replies: 43
Views: 89079

Re: C++ Faults when a TChartListBox is used in a DLL.

I am still testing. I have a problem with functions, but I think it is my processing. I will let you know if there is an issue.

I did find another minor problem. If you add a function to a 3D chart, the chart is converted to 2D. Let me know if you want me to report this some other way.
by rgsolutions
Tue Mar 25, 2014 11:10 pm
Forum: VCL
Topic: C++ Faults when a TChartListBox is used in a DLL.
Replies: 43
Views: 89079

Re: C++ Faults when a TChartListBox is used in a DLL.

One last thing and I think I am good in the short term. I also had to add the "DefaultCanvas" key (with a value of blank) to the registry as well. I needed this value for the "subcharts" in the Gallery. So to summarize. For my customer installation, I need to add two keys (DefaultCanvas and GalleryR...
by rgsolutions
Tue Mar 25, 2014 10:16 pm
Forum: VCL
Topic: C++ Faults when a TChartListBox is used in a DLL.
Replies: 43
Views: 89079

Re: C++ Faults when a TChartListBox is used in a DLL.

I have done some more testing with the update. I had remembered that you had some options regarding the rendering of the Gallery. On my system I looked at the options available to the Design Editor and found "Chart Gallery / Render" option. I changed this value to GDI and the runtime processing work...
by rgsolutions
Tue Mar 25, 2014 6:10 pm
Forum: VCL
Topic: C++ Faults when a TChartListBox is used in a DLL.
Replies: 43
Views: 89079

Re: C++ Faults when a TChartListBox is used in a DLL.

I have just done some more testing, and I have encountered another problem that is a "show stopper". I just found out that if I try to add a series using the Runtime ChartEditor, then the processing will fault. You can see this problem with my test case. When you have the program running and the DLL...
by rgsolutions
Tue Mar 25, 2014 5:35 pm
Forum: VCL
Topic: C++ Faults when a TChartListBox is used in a DLL.
Replies: 43
Views: 89079

Re: C++ Faults when a TChartListBox is used in a DLL.

I downloaded and installed the source files that you linked me to. I was now able to run the test case that I originally submitted. Since this was a success, I continued to rebuild and test my main two project groups. Both ran successfully and I now believe that I will be able to use the lastest sof...
by rgsolutions
Mon Mar 24, 2014 4:32 pm
Forum: VCL
Topic: C++ Faults when a TChartListBox is used in a DLL.
Replies: 43
Views: 89079

Re: C++ Faults when a TChartListBox is used in a DLL.

After reading David's blog article I finally feel relieved. During the past several months I thought I was going down a very lonely path with no solution on the horizon. Now it looks like there are a couple of options starting to open. Since we have already tried David's suggestion we know it does n...
by rgsolutions
Fri Mar 21, 2014 9:04 pm
Forum: VCL
Topic: C++ Faults when a TChartListBox is used in a DLL.
Replies: 43
Views: 89079

Re: C++ Faults when a TChartListBox is used in a DLL.

I was able to get the latest TChart update installed. (Apparently there is some permission issues with installing an update to a system that had TChart previously installed.) I reran my test case and it still fails. Your test case fails as well with the TChart not found message. Since you have been ...
by rgsolutions
Fri Mar 21, 2014 7:03 pm
Forum: VCL
Topic: C++ XE4 Entry Point Missing
Replies: 5
Views: 9416

Re: C++ XE4 Entry Point Missing

I have finally gotten to the bottom of the problem. It had to do with you last sentence: "Another tip that may be relevant is that, in Windows 8 it's better to run the installers and utilities such as TeeInstall or TeeRecompile "as administrator" so they can have the rights to copy the according fil...
by rgsolutions
Thu Mar 20, 2014 4:44 pm
Forum: VCL
Topic: C++ XE4 Entry Point Missing
Replies: 5
Views: 9416

Re: C++ XE4 Entry Point Missing

Your test process is not quite the same as mine. You are running 8.1 and the Ultimate version, and I am running 8.0 and the Professional version. I do not believe that these are causing the issue. What is different is that you started with a new VM and installed the latest update. This is the first ...
by rgsolutions
Tue Mar 18, 2014 7:02 pm
Forum: VCL
Topic: C++ Faults when a TChartListBox is used in a DLL.
Replies: 43
Views: 89079

Re: C++ Faults when a TChartListBox is used in a DLL.

I just noticed your last post a couple of weeks ago. Your posts do not give me an automatic email notice and I really had no reason to expect anything until the last update came out. When it came out I rechecked my posts. I waited to today to do anything as this is the first time I was able to get t...