Search found 10 matches

by JRadke
Fri Apr 07, 2017 4:03 pm
Forum: VCL
Topic: Access violation after saving chart
Replies: 12
Views: 20793

Re: Access violation after saving chart

Hi Yeray,

today I installed TeeChart VCL/FMX RELEASE 2017.21.170329 and hoped to solve the problem, but it sn't.
Please can you explain?

Regards
Juergen
by JRadke
Fri Feb 17, 2017 6:39 am
Forum: VCL
Topic: Access violation after saving chart
Replies: 12
Views: 20793

Re: Access violation after saving chart

Hello Yeray,
I'm a little relieved that you could reproduce the problem.
There is no hurry for an interim solution, so I'll wait for your next release in March.

Thank you.
Juergen
by JRadke
Thu Feb 16, 2017 2:29 pm
Forum: VCL
Topic: Access violation after saving chart
Replies: 12
Views: 20793

Re: Access violation after saving chart

Hi Yeray,

please find the complete test project here:
https://drive.google.com/file/d/0Bw_A3a ... sp=sharing

Regards
Juergen
by JRadke
Thu Feb 16, 2017 9:49 am
Forum: VCL
Topic: Access violation after saving chart
Replies: 12
Views: 20793

Re: Access violation after saving chart

Hello Yeray, sorry, indeed I have Update 2 installed on two machines. Strange to say on one machine Update 1 is displayed when I open Help | Info about, allthough the start displays says Update 2. These are the complete version numbers on both machines: Delphi 10.1 Berlin Version 24.0.25048.9432 Tee...
by JRadke
Wed Feb 15, 2017 1:31 pm
Forum: VCL
Topic: Access violation after saving chart
Replies: 12
Views: 20793

Re: Access violation after saving chart

Hello Yeray, I'm using TeeChart Pro v2016.19 and RAD 10.1 Berlin Update 1. Meanwhile I found out, that the problem does not happen every time. Sometimes when I start the program I can zoom the chart, then export the image, then unzoom many times without problems, but at any time it happens anyhow. S...
by JRadke
Tue Feb 14, 2017 2:03 pm
Forum: VCL
Topic: Access violation after saving chart
Replies: 12
Views: 20793

Access violation after saving chart

Hello, after JPEG export of a zoomed chart an access violation occurs, when I try to unzoom the chart. Here is my code example: unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, VclTee.Tee...
by JRadke
Fri Jan 13, 2017 12:54 pm
Forum: VCL
Topic: Text position in TColorBandTool
Replies: 2
Views: 5911

Re: Text position in TColorBandTool

Hello Yeray,

Thank you for your reply.
I will take your example code as template for my further work.

Kind regards
Juergen
by JRadke
Thu Jan 12, 2017 9:36 am
Forum: VCL
Topic: Text position in TColorBandTool
Replies: 2
Views: 5911

Text position in TColorBandTool

Hi, I have assigned a TColorBandTool to the bottom axis of a chart and want to change the text position of the StartLine to the left-top corner. I've tried the following code: with MyColorBandTool do begin StartLine.Annotation.Text := 'My text'; StartLine.Annotation.Position := ppLeftTop; end; but t...
by JRadke
Thu Jan 12, 2017 9:15 am
Forum: VCL
Topic: Wrong chart title position on print
Replies: 8
Views: 14525

Re: Wrong chart title position on print

Hello Yeray,

sorry for my late answer.
Yes, the workaround solves the problem.
Accidentally I've tried it with

Code: Select all

Rect(5, 5, 5, 5);
instead of

Code: Select all

Rect(2, 5, 2, 5);
That was the reason it seemed not working.
Thank you.
by JRadke
Wed Jan 04, 2017 2:02 pm
Forum: VCL
Topic: Wrong chart title position on print
Replies: 8
Views: 14525

Re: Wrong chart title position on print

Hi Sandra, is there meanwhile a solution available ? I have the same problem with printing my charts: The ChartPreview is oK, but on the printer the title text will be truncated in case the alignment of the title is taLeftJustify. Even if I change it to taRightJustify the position of the text seems ...