Search found 228 matches

by TestAlways
Tue Mar 25, 2014 3:21 pm
Forum: VCL
Topic: Events make chart the wrong size, image rendered incorrectly
Replies: 24
Views: 32695

Re: Events make chart the wrong size, image rendered incorrectly

Just saw that. My apologies.

Correct code attached.
by TestAlways
Tue Mar 25, 2014 3:07 pm
Forum: VCL
Topic: Events make chart the wrong size, image rendered incorrectly
Replies: 24
Views: 32695

Re: Events make chart the wrong size, image rendered incorrectly

Yes, that fixes the problem.

Sigh. The update does introduce another problem. I get an exception, "Control has no parent window". This is from similar code that I have used for years.

I've attached a demo.

Ed Dressel
by TestAlways
Mon Mar 24, 2014 4:48 pm
Forum: VCL
Topic: Events make chart the wrong size, image rendered incorrectly
Replies: 24
Views: 32695

Re: Events make chart the wrong size, image rendered incorrectly

The code that produced the image is attached. I am using the latest source code.
by TestAlways
Mon Mar 24, 2014 3:12 pm
Forum: VCL
Topic: Events make chart the wrong size, image rendered incorrectly
Replies: 24
Views: 32695

Re: Events make chart the wrong size, image rendered incorrectly

I sincerely appreciate your responsiveness. Aren't you getting this with the sources from the 13th March? Yes. And there are two images of concern--the chart image and the bitmap created. They are both wrong. Here is a an image--note the legend in the second one. http://www.tbinc.com/misc/ChartLegen...
by TestAlways
Fri Mar 21, 2014 6:05 pm
Forum: VCL
Topic: Events make chart the wrong size, image rendered incorrectly
Replies: 24
Views: 32695

Re: Events make chart the wrong size, image rendered incorrectly

Your demo worked fine and I reviewed the code changes. Then when I implemented in my main app, it doesn't work. Attached. I don't know what I am doing wrong. I created the attached example. #2: It actually has an old "bug" (may you are not calling it that) that I raised some years ago. If the area s...
by TestAlways
Fri Mar 21, 2014 3:20 pm
Forum: VCL
Topic: Events make chart the wrong size, image rendered incorrectly
Replies: 24
Views: 32695

Re: Events make chart the wrong size, image rendered incorrectly

Thank you.

Note that this example worked in a previous version of TChart (2013.?) and this code was created years ago when I asked how to achieve this.

Ed Dressel
by TestAlways
Thu Mar 20, 2014 11:56 pm
Forum: VCL
Topic: Events make chart the wrong size, image rendered incorrectly
Replies: 24
Views: 32695

Re: Events make chart the wrong size, image rendered incorrectly

I finally got around to downloading and testing.

See the attached demo. The chart is correct, but in the image, the legend is not located correctly.

Ed Dressel
by TestAlways
Fri Mar 14, 2014 2:56 pm
Forum: VCL
Topic: Events make chart the wrong size, image rendered incorrectly
Replies: 24
Views: 32695

Re: Events make chart the wrong size, image rendered incorrectly

Thank you for this--obviously the code I sent you was test code and not release code. In our code the does not not exist in the GUI, it is only there to create for a report, so it is a bit different. As for the code release you sent me--I can't use it as it is a beta release. I need a solid release....
by TestAlways
Thu Mar 13, 2014 4:33 pm
Forum: VCL
Topic: Cannot Compile for XE2 (2014.02)
Replies: 7
Views: 12371

Re: Cannot Compile for XE2 (2014.02)

Have you tried to ignore all the messages as suggested above when I said this?
Yes, I finally did that and the installation worked fine--but I (and another programmer) spent a few hours trying to figure out the problem before we got to that solution.
by TestAlways
Thu Mar 13, 2014 3:28 pm
Forum: VCL
Topic: Cannot Compile for XE2 (2014.02)
Replies: 7
Views: 12371

Re: Cannot Compile for XE2 (2014.02)

If you don't find the fmx package that is needed to recompile "TeeChart for Firemoney", I'd say it's a problem in the IDE installation, since this package should be included with the IDE. I don't have the 64 bit bpls, but I shouldn't--we didn't install them when we installed the IDE. The IDE works ...
by TestAlways
Thu Mar 13, 2014 3:22 pm
Forum: VCL
Topic: Events make chart the wrong size, image rendered incorrectly
Replies: 24
Views: 32695

Re: Events make chart the wrong size, image rendered incorrectly

I'm a bit frustrated. The last few versions of TChart have been buggy. We are still using 2013.08. With the actual sources (last screenshot, v2014.11) only the legend of the second chart looks wrong. We'll continue investigating it and we'll be back here asap. 1) Do I have access to 2014.11? I don't...
by TestAlways
Wed Mar 12, 2014 5:18 pm
Forum: VCL
Topic: Events make chart the wrong size, image rendered incorrectly
Replies: 24
Views: 32695

Events make chart the wrong size, image rendered incorrectly

The latest update (2014.10) has some significant problems.

In the attached demo, there is a check box in the header, "Create with Events". When it is checked, the chart is created incorrectly and the (duplicate) image is different than the chart.

I really need a fix to this.

Thanks
Ed Dressel
by TestAlways
Wed Mar 12, 2014 4:29 pm
Forum: VCL
Topic: Legend is not rendered in image correctly
Replies: 2
Views: 4778

Legend is not rendered in image correctly

I just updated to the 2014 release (I call it 2014.02, "02" for February, but I believe you are calling it 2014.10) In the attached demo, the image size is not the same as the chart and the legend is not rendered correctly--it goes beyond the width of the image. The legend is essential in my line of...
by TestAlways
Tue Mar 11, 2014 9:55 pm
Forum: VCL
Topic: Cannot Compile for XE2 (2014.02)
Replies: 7
Views: 12371

Cannot Compile for XE2 (2014.02)

I am trying to compile TeeChart 2014.02 using TeeRecompile.exe but I get an exception: Error: Cannot open file "C:\Delphi\TeeChart 2014.02\Lib XE2\Delphi16.win32\System\FMXTee916.bpl". The system cannot find the file specified Ignore error and continue? But I am not trying to compile FM code--I only...
by TestAlways
Fri Feb 21, 2014 9:42 pm
Forum: VCL
Topic: Color from a TPieSeries
Replies: 1
Views: 4321

Color from a TPieSeries

If I don't assign the color when I add slices to a TPieSeries, how do I know what color each slice is?

Thanks,
Ed Dressel