Search found 9579 matches

by Yeray
Wed Sep 18, 2024 1:36 pm
Forum: VCL
Topic: scales and axes
Replies: 21
Views: 14696

Re: scales and axes

Hello, We've just implemented the new Distance property, closing the ticket #2740 . Since you own the sources, you can apply the main changes to your copy of the sources, at TeEngine.pas and rebuild&reinstall the sources with TeeRecompile. diff --git a/TeEngine.pas b/TeEngine.pas index cffb80a4..645...
by Yeray
Wed Sep 18, 2024 1:31 pm
Forum: VCL
Topic: TeeChartVCLFMX-2024.41 does not load in the RADSTUDIO 12.1 patch 1 IDE
Replies: 1
Views: 55

Re: TeeChartVCLFMX-2024.41 does not load in the RADSTUDIO 12.1 patch 1 IDE

Hello, The TeeChart v2024.41 binary release was built with RAD Studio 12.2. Please update your RAD Studio if possible. If you can't update it, you can use TeeChart v2024.41 with sources version to compile it with your RAD Studio 12.1. Alternatively, you can continue using TeeChart binary v2024.40 wi...
by Yeray
Tue Sep 17, 2024 12:34 pm
Forum: VCL
Topic: Cannot Rebuild TeeChart for Win64 in RAD Studio 12.2 VCL FMX
Replies: 5
Views: 704

Re: Cannot Rebuild TeeChart for Win64 in RAD Studio 12.2 VCL FMX

Hello Peter,

Please make sure you copy each field in the correct box and without blank spaces.
by Yeray
Mon Sep 16, 2024 9:58 am
Forum: VCL
Topic: scales and axes
Replies: 21
Views: 14696

Re: scales and axes

Hello, Indeed I'm afraid I was looking at the wrong version of your project. Adding a boolean property (ie OthSide ) to your tScale and mapping it to the Axis OtherSice property seems to solve it for me here. Note I also had to modify your OuterPercent peorperty, which maps to PositionPercent : side...
by Yeray
Mon Sep 16, 2024 9:15 am
Forum: FMX
Topic: TeeChart VCL/FMX v2024 [13 SEP 2024] RELEASE 2024.41.240913
Replies: 0
Views: 386

TeeChart VCL/FMX v2024 [13 SEP 2024] RELEASE 2024.41.240913

Greetings! Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX 2024.41.240913 release with full RAD Studio 12 Athens Update 2 (RX/DX/CX) support, including the new C++ for Windows 64-bit "Modern" platform. The new update includes TeeChart Pro and Standard s...
by Yeray
Mon Sep 16, 2024 9:15 am
Forum: VCL
Topic: TeeChart VCL/FMX v2024 [13 SEP 2024] RELEASE 2024.41.240913
Replies: 0
Views: 183

TeeChart VCL/FMX v2024 [13 SEP 2024] RELEASE 2024.41.240913

Greetings! Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX 2024.41.240913 release with full RAD Studio 12 Athens Update 2 (RX/DX/CX) support, including the new C++ for Windows 64-bit "Modern" platform. The new update includes TeeChart Pro and Standard s...
by Yeray
Mon Sep 16, 2024 6:28 am
Forum: VCL
Topic: scales and axes
Replies: 21
Views: 14696

Re: scales and axes

Hello, I believe I haven't correctly understood the initial issue. This is what I see with your example: axes_scales.png So I don't see any axis at the right. If you want an axis to be at the right side of the chart, you may want to set its OtherSide property to true . This way, the labels and title...
by Yeray
Mon Sep 16, 2024 5:31 am
Forum: VCL
Topic: Cannot Rebuild TeeChart for Win64 in RAD Studio 12.2 VCL FMX
Replies: 5
Views: 704

Re: Cannot Rebuild TeeChart for Win64 in RAD Studio 12.2 VCL FMX

Hello Peter,

If no new problems arise, we should be publishing the new installers in a few hours.
Also note the latest binary version (v2024.40) should be compatible with the new IDE. It's just that the compiler in the new IDE is more strict.
by Yeray
Fri Sep 13, 2024 1:27 pm
Forum: VCL
Topic: TDBChart Bottom Label Font Override trough Hover Problem
Replies: 1
Views: 389

Re: TDBChart Bottom Label Font Override trough Hover Problem

Hello,

I can't reproduce it with the current version. Can you give it a try?
by Yeray
Fri Sep 13, 2024 12:25 pm
Forum: FMX
Topic: Delphi 12.2
Replies: 1
Views: 920

Re: Delphi 12.2

Hello,

I guess in the beginning of the next week.
by Yeray
Fri Sep 13, 2024 12:02 pm
Forum: VCL
Topic: scales and axes
Replies: 21
Views: 14696

Re: scales and axes

Hello,

We are working on a new Distance property.
This is how it looks for now:
mstsc_b1hlSYOadn.gif
mstsc_b1hlSYOadn.gif (186.42 KiB) Viewed 2876 times
Note in that trackbar I'm setting all 4 axes at once, but that's property is per-axis.

I'm afraid that property won't get into the build we are preparing to support the new RAD 12.2.
by Yeray
Fri Sep 13, 2024 7:18 am
Forum: VCL
Topic: Cannot Rebuild TeeChart for Win64 in RAD Studio 12.2 VCL FMX
Replies: 5
Views: 704

Re: Cannot Rebuild TeeChart for Win64 in RAD Studio 12.2 VCL FMX

Hello,

Yes, we solved those errors in the internal sources.
Now that the IDE is released we'll prepare new installers with it.
by Yeray
Fri Sep 13, 2024 5:46 am
Forum: VCL / FMX
Topic: TeeGridRecompile install not working with Lazarus 3.4
Replies: 8
Views: 12136

Re: TeeGridRecompile install not working with Lazarus 3.4

Hello Phil,

I'm glad to hear that!
by Yeray
Thu Sep 12, 2024 1:45 pm
Forum: VCL / FMX
Topic: TeeGridRecompile install not working with Lazarus 3.4
Replies: 8
Views: 12136

Re: TeeGridRecompile install not working with Lazarus 3.4

Hello Phil,

I've just sent you a zip you can use to test the fix.
Sorry for the delay here.
by Yeray
Thu Sep 12, 2024 6:19 am
Forum: VCL
Topic: scales and axes
Replies: 21
Views: 14696

Re: scales and axes

Hello,

I've also added it to the public tracker (#2740).