Search found 14 matches

by LucaC
Mon Nov 06, 2017 2:58 pm
Forum: VCL
Topic: TeeChart legend checkbox disaligned
Replies: 4
Views: 9455

Re: TeeChart legend checkbox disaligned

Hi Yeray, I've tried the new version on a cloned virtual machine and all is working correctly. The problem is that we are releasing a new version of our software and it's a problem to update TeeChart component now beacuse we have no time to retest all the place where it is used. There is a workaroun...
by LucaC
Mon Nov 06, 2017 2:03 pm
Forum: VCL
Topic: TeeChart legend checkbox disaligned
Replies: 4
Views: 9455

Re: TeeChart legend checkbox disaligned

Hy Yeray,
excuse me but I didn't see the answer on Stackoverflow. As soon as I can i try with the new version and I let you know.

Thank you :-)
by LucaC
Mon Nov 06, 2017 11:19 am
Forum: VCL
Topic: TeeChart legend checkbox disaligned
Replies: 4
Views: 9455

TeeChart legend checkbox disaligned

Hi, I've a problem with the TeeChart legend when I'm using my japanese localized module on Windows Server 2012 OS. In the attachment an image of the related problem. Checkbox are not aligned to description. If i run module in original italian language or in english no problems are visible. TeeChart ...
by LucaC
Mon May 15, 2017 8:23 am
Forum: VCL
Topic: Porting to Delphi 10.1 Berlin
Replies: 15
Views: 23745

Re: Porting to Delphi 10.1 Berlin

Yes, it seems to be working

I put this line where i set chart parameters:

AChart.LeftAxis.SetMinMax(AChart.Series[0].MinYValue, AChart.Series[0].MaxYValue);

It's correct?
by LucaC
Mon May 15, 2017 7:49 am
Forum: VCL
Topic: Porting to Delphi 10.1 Berlin
Replies: 15
Views: 23745

Re: Porting to Delphi 10.1 Berlin

Hi Yeray,
have you any news about my two problems?

I need to fix all within the end of the week.

Thank you,
Luca
by LucaC
Fri May 12, 2017 8:18 am
Forum: VCL
Topic: Porting to Delphi 10.1 Berlin
Replies: 15
Views: 23745

Re: Porting to Delphi 10.1 Berlin

Ok, I'll wait your instructions.

Thank you :)
by LucaC
Thu May 11, 2017 12:26 pm
Forum: VCL
Topic: TeeChart gradient in a DLL
Replies: 3
Views: 7225

Re: TeeChart gradient in a DLL

Ok, also if I put the chart into a VCL Form Application all is Working correctly.

My problem is if I put the Chart on a Form that reside into a DLL.
by LucaC
Thu May 11, 2017 11:46 am
Forum: VCL
Topic: Porting to Delphi 10.1 Berlin
Replies: 15
Views: 23745

Re: Porting to Delphi 10.1 Berlin

Ok, I've updated the to .21 and after TeeDefs.inc was updated I can compile and install components. Now the short program that I've sent to you is working, but my dll goes always out of memory. It's not possible to set a TeamViewer or another remote control session to check the problem on my sources?
by LucaC
Thu May 11, 2017 7:36 am
Forum: VCL
Topic: TeeChart gradient in a DLL
Replies: 3
Views: 7225

TeeChart gradient in a DLL

Hi, I've some TChart into a Delphi dll. I've made a porting of one of my dll modules that uses TeeChart. The version is 2016.19. I've the same module running without problem in XE2 environment with TeeChart 2012. How can i use gradient fill in new version of TChart/Delphi? Tha backgroung is always g...
by LucaC
Thu May 11, 2017 7:31 am
Forum: VCL
Topic: Porting to Delphi 10.1 Berlin
Replies: 15
Views: 23745

Re: Porting to Delphi 10.1 Berlin

If I try to change this optionr when I execute TeeRecompile i receive this error =============================================== TeeChart Pro Compilation started: 11/05/2017 09:30:29 Win32 v24 (Delphi 10.1 Berlin and C++Builder 10.1 Berlin Update 2) (C++) Tee924 Cannot recompile Delphi package: Tee9...
by LucaC
Wed May 10, 2017 1:56 pm
Forum: VCL
Topic: Porting to Delphi 10.1 Berlin
Replies: 15
Views: 23745

Re: Porting to Delphi 10.1 Berlin

Hi have more than one file with this name. In which folder I've to change it?

Then I've to recompile components?
by LucaC
Wed May 10, 2017 8:52 am
Forum: VCL
Topic: Porting to Delphi 10.1 Berlin
Replies: 15
Views: 23745

Re: Porting to Delphi 10.1 Berlin

I've made some other check, and I discover that this code procedure TForm2.FormShow(Sender: TObject); var FPunti : Integer; FValore : Integer; begin FormatSettings.DecimalSeparator:= '.'; FChart:= TChart.Create(Self); FChart.Parent:= cxTabSheet1; FChart.Align:= alClient; FChart.Gradient.Visible:= Tr...
by LucaC
Wed May 10, 2017 8:18 am
Forum: VCL
Topic: Porting to Delphi 10.1 Berlin
Replies: 15
Views: 23745

Re: Porting to Delphi 10.1 Berlin

Hi Yeray, It was a bit complicated but I did it :D The problem seems to be this type of assigment serie2.DataSource:= serie1; and then call a function on serie2. serie2.SetFunction(TAverageTeeFunction.Create(Self)); I try to attach the project but it seem that the download fails. How can I send it t...
by LucaC
Tue May 09, 2017 9:39 am
Forum: VCL
Topic: Porting to Delphi 10.1 Berlin
Replies: 15
Views: 23745

Porting to Delphi 10.1 Berlin

Hi, I've made a porting of one of my dll modules that uses TeeChart. The version is 2016.19. I've the same module running without problem in XE2 environment with TeeChart 2012. When I run my module in debug point it give me an Out Of Memory error with the Stack Trace in the attached picture. What ca...