Search found 8 matches

by miked
Thu Oct 27, 2011 4:45 pm
Forum: VCL
Topic: Runtime Access of TOptionsForm
Replies: 11
Views: 13629

Re: Runtime Access of TOptionsForm

Your project works correctly because it is in a standalone module. I indicated earlier in the post that I was attempting to use it in a DLL. Because of the duplicated use of TChart in my DLLs, I use the runtime modules. (If I don't use runtime modules, I have other problems to deal with) The DLL pro...
by miked
Mon Oct 24, 2011 4:32 pm
Forum: VCL
Topic: Runtime Access of TOptionsForm
Replies: 11
Views: 13629

Re: Runtime Access of TOptionsForm

I am sorry, but there appears to be a bit of confusion. My original request was to get access to the TOptionsForm so I could use it at run time. I was not not intending to use it as a demo or to view it as part of the demo. One suggestion was to include the form from the demo into my project, and th...
by miked
Wed Oct 19, 2011 4:05 pm
Forum: VCL
Topic: Runtime Access of TOptionsForm
Replies: 11
Views: 13629

Re: Runtime Access of TOptionsForm

I am using the latest TChart (Build 2011.03.30407), Embarcadero C++ 2010, on Windows XP.

I have Embarcadero C++ XE2, but waiting for the TChart binaries.
by miked
Sat Oct 08, 2011 4:07 pm
Forum: VCL
Topic: Runtime Access of TOptionsForm
Replies: 11
Views: 13629

Re: Runtime Access of TOptionsForm

I tried your suggestion and I get the following error during the compile processing: [DCC Fatal Error] TeeDesignOptions.pas(24): F1026 File not found: 'TeCanvas.dcu' I made sure all the search paths were correct in my project options. They point to where the dcu is located. You should note that I ha...
by miked
Thu Oct 06, 2011 3:17 pm
Forum: VCL
Topic: Runtime Access of TOptionsForm
Replies: 11
Views: 13629

Re: Runtime Access of TOptionsForm

I already tried that and could not get it to work. I do the processing using C++ and the code is contained in a DLL. I added the include for the class and the pragma link for the link. When I go to link the DLL, I get the following error: [ILINK32 Error] Fatal: Unable to open file 'TEEDESIGNOPTIONS....
by miked
Mon Oct 03, 2011 9:37 pm
Forum: VCL
Topic: Runtime Access of TOptionsForm
Replies: 11
Views: 13629

Runtime Access of TOptionsForm

Currently the TOptionsForm is only accessible from the design environment even though the options have a major impact on the run time editor (TChartEditor). This means that we must put custom coding in to get the changes we need from the user and then go in and update the registry. Please consider g...
by miked
Mon Oct 03, 2011 8:20 pm
Forum: VCL
Topic: Persistent TeeChart Color Palette
Replies: 1
Views: 4377

Persistent TeeChart Color Palette

If the default color palette is something other than TeeChart (index value 0), the persistent save/load of the chart will not use the TeeChart color palette, but rather the default color palette. For example, do the following: 1. Set the design default palette to Opera. 2. Load a chart for design (L...
by miked
Mon Feb 14, 2011 4:51 pm
Forum: VCL
Topic: ChartEditor: Available Series List in Function
Replies: 15
Views: 27704

Re: ChartEditor: Available Series List in Function

Do you have any status on this problem? If not, do you have any information about the problem that would help me detour it. In a previous post you suggested that I use a ClearChart() call. The problem with this is that when I do this call (I tried it), the TChart processing deletes the TDataSets tha...