Search found 11 matches

by johnnix
Thu May 17, 2018 1:15 pm
Forum: VCL
Topic: OnGetMarkText issue
Replies: 2
Views: 8315

Re: OnGetMarkText issue

Works like a charm, thank you!!! :)
by johnnix
Mon May 14, 2018 8:16 am
Forum: VCL
Topic: OnGetMarkText issue
Replies: 2
Views: 8315

OnGetMarkText issue

Hello, I need to display the mark that is associated with the point that the mouse pointer is closest to, some time ago I was instructed to use the OnGetMarkText event and this was working ok but I realised that now with version 2017.23.171221 it does not behave correctly. Attached is a sample appli...
by johnnix
Sat May 12, 2018 6:16 am
Forum: VCL
Topic: OnClickAxis related question
Replies: 1
Views: 6790

Re: OnClickAxis related question

Ok, I guess Axis = TChart(Sender).RightAxis does the job!

Regards
by johnnix
Fri May 11, 2018 7:58 am
Forum: VCL
Topic: OnClickAxis related question
Replies: 1
Views: 6790

OnClickAxis related question

Hello,

Is it possible to know if the user clicked he left or right axis? The Horizontal property helps me to identify if the axis is the Vertical one but I cannot find anything else to help me distinguish between the 2

Thank you very much for your time
by johnnix
Thu Jan 25, 2018 3:41 pm
Forum: VCL
Topic: Possible issue with TeecreateMetafile
Replies: 6
Views: 14211

Re: Possible issue with TeecreateMetafile

Hello Yeray, There is a work around, you need to set the metafile MMWidth and MMHeight properties, I modified the TeeCreateMetafile to do so (resulting metafile looks great) but there is an issue on how to get the custom system scaling value (remember I need not to enable the dpi-aware feature). Reg...
by johnnix
Wed Jan 24, 2018 9:27 am
Forum: VCL
Topic: Possible issue with TeecreateMetafile
Replies: 6
Views: 14211

Re: Possible issue with TeecreateMetafile

Ok, it looks like that I cannot make the app create the "correct" size metafile unless I have the Enable High-DPI checked in the Project->Option->Application section. I was looking for a solution for the metafile issue when the High-DPI is unchecked ... maybe there is a work around?

Regards
by johnnix
Wed Jan 24, 2018 7:55 am
Forum: VCL
Topic: Possible issue with TeecreateMetafile
Replies: 6
Views: 14211

Re: Possible issue with TeecreateMetafile

Hello Yeray,

Apparently yes, thank you for the information!

Regards
by johnnix
Mon Jan 22, 2018 2:36 pm
Forum: VCL
Topic: Possible issue with TeecreateMetafile
Replies: 6
Views: 14211

Re: Possible issue with TeecreateMetafile

Attached is the sample code I used to create the wmf and bmp. When setting the resolution to a high one and scaling is larger than 100% then the wmf is not exported correctly
by johnnix
Fri Jan 19, 2018 9:40 am
Forum: VCL
Topic: Possible issue with TeecreateMetafile
Replies: 6
Views: 14211

Possible issue with TeecreateMetafile

Hello,

I thing there maybe an issue with TeeCreateMetafile when display scaling is enabled. The attached metafile was created with screen resolution set to 3200x1800 and scaling 150%. Anyone else noticed that behavior? (TeeCreateBitmap works ok)

Regards
by johnnix
Sat Dec 16, 2017 8:20 am
Forum: VCL
Topic: TeeChart.2017.22 is not compatible with the RAD 10.2.2
Replies: 24
Views: 49632

Re: TeeChart.2017.22 is not compatible with the RAD 10.2.2

Hello, I just updated from Delphi 10.2.1 to 10.2.2 and had to recompile TeeChart but when I try to compile anything with a TChart component the compiler complains that cannot find TeCanvas [dcc32 Fatal Error] VCLTee.TeeProcs.pas(98): F2613 Unit 'TeCanvas' not found. Since i did not change anything i...
by johnnix
Thu Sep 28, 2017 1:57 pm
Forum: VCL
Topic: Still cannot use Legend Palette
Replies: 29
Views: 49702

Re: Still cannot use Legend Palette

Hello,

Today I upgraded to the latest Delphi 10.2 version, clean install, downloaded the latest Steema binary installer, got a few warnings at the end about GDIOBJ missing and the error still appears, cannot use the legend palette :(