Search found 9536 matches

by Yeray
Thu Apr 11, 2024 8:38 am
Forum: VCL
Topic: TeeChart VCL/FMX v2024 [10 APR 2024] RELEASE 2024.40.240410
Replies: 0
Views: 2044

TeeChart VCL/FMX v2024 [10 APR 2024] RELEASE 2024.40.240410

Greetings! Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX 2024.40.240410 release with full RAD Studio 12 Athens Update 1 (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
Wed Apr 10, 2024 1:45 pm
Forum: VCL
Topic: delphi 12.1
Replies: 2
Views: 926

Re: delphi 12.1

Hello Raffaele Barone,

The latest TeeChart version, v2023.39, works fine with RAD 12.1, except for the new c++ 64-bit "modern" target platform.
We are working on the next TeeChart version which will fully support it.
I hope we can publish it later today or tomorrow.
by Yeray
Wed Apr 10, 2024 1:43 pm
Forum: VCL
Topic: Cannot Rebuild TeeChart in RAD Studio 12.1 VCL
Replies: 2
Views: 928

Re: Cannot Rebuild TeeChart in RAD Studio 12.1 VCL

Hello,

The lastest TeeChart release, v2023.39, was built before this new RAD update, so it still doesn't support the new compiler.
We are working on the new version which will support it.
I hope we can publish it later today or tomorrow.
by Yeray
Mon Apr 08, 2024 4:32 pm
Forum: VCL
Topic: Download Version TeeChartVCLFMXStandard-2023.39.exe
Replies: 3
Views: 2151

Re: Download Version TeeChartVCLFMXStandard-2023.39.exe

Hello,

Downloads should work fine again.
by Yeray
Mon Apr 08, 2024 4:32 pm
Forum: VCL
Topic: Downloads are not working
Replies: 3
Views: 1070

Re: Downloads are not working

Hello,

Downloads should work fine again.
by Yeray
Mon Apr 08, 2024 1:35 pm
Forum: JavaScript / HTML5
Topic: PointXY - Tooltip
Replies: 1
Views: 939

Re: PointXY - Tooltip

Hello, I would like to inquire about a solution so that the tooltip is displayed only when the mouse pointer is placed on the chart pointer. Try setting continuous property to false . Ie: for (var t=0; t<list.length; t++) { xyLine = chart.addSeries(new Tee.PointXY()); xyLine.pointer.visible=true; xy...
by Yeray
Mon Apr 08, 2024 1:15 pm
Forum: VCL
Topic: Download Version TeeChartVCLFMXStandard-2023.39.exe
Replies: 3
Views: 2151

Re: Download Version TeeChartVCLFMXStandard-2023.39.exe

Hello,

Sorry, we've migrated the website to a new server and we are encountering some errors like those.
We are working on it.
by Yeray
Mon Apr 08, 2024 1:14 pm
Forum: VCL
Topic: Downloads are not working
Replies: 3
Views: 1070

Re: Downloads are not working

Hello,

Sorry, we've migrated the website to a new server and we are encountering some errors like those.
We are working on it.
by Yeray
Fri Apr 05, 2024 9:55 am
Forum: VCL
Topic: How to get correct Legend for ColorGrid AND Line Series
Replies: 7
Views: 1238

Re: How to get correct Legend for ColorGrid AND Line Series

Hello, I am setting the Position in the Create of the form but it looks like I need to update the position of the extra legend before the painting. Yes, that's why I called Draw before creating the TExtraLegendTool at OnCreate in the example above. One other quick question, how can I change/influenc...
by Yeray
Thu Apr 04, 2024 8:42 pm
Forum: VCL
Topic: How to get correct Legend for ColorGrid AND Line Series
Replies: 7
Views: 1238

Re: How to get correct Legend for ColorGrid AND Line Series

Hello, You could do something similar to the discussed here . uses TeEngine, Chart, Series, TeeSurfa, TeeExtraLegendTool; type TMyExtraLegendTool=class(TExtraLegendTool) protected procedure ChartEvent(AEvent: TChartToolEvent); override; end; TLegendAccess=class(TChartLegend); var Chart1: TChart; pro...
by Yeray
Thu Apr 04, 2024 7:12 am
Forum: VCL
Topic: How to get correct Legend for ColorGrid AND Line Series
Replies: 7
Views: 1238

Re: How to get correct Legend for ColorGrid AND Line Series

Hello,

When the legend shows the palette, I don't see a lot of space to show any other item. Then, the ExtraLegendTool may be the most appropriate solution for this.
See the example here.
by Yeray
Thu Apr 04, 2024 6:17 am
Forum: FMX
Topic: Problem recompiling FMX packages with TeeRecompile.exe
Replies: 2
Views: 921

Re: Problem recompiling FMX packages with TeeRecompile.exe

Hello,

I think there was a bug in TeeRecompile.
Could you please give a try at the version here?
by Yeray
Wed Apr 03, 2024 6:26 am
Forum: VCL
Topic: !! V2023.39.231109 Critical Performance issues !!
Replies: 7
Views: 1777

Re: !! V2023.39.231109 Critical Performance issues !!

Hello Andy,

We are internally discussing about it. I'm afraid I can't tell you when this will be fixed.
by Yeray
Wed Apr 03, 2024 5:55 am
Forum: VCL
Topic: D12 and (Font) Scaling and Printing
Replies: 5
Views: 1804

Re: D12 and (Font) Scaling and Printing

Hello,

I'm sorry for the delay replying here.
But I'm glad to hear you found the solution yourself. And thanks for sharing it!
by Yeray
Wed Mar 27, 2024 11:45 am
Forum: VCL
Topic: D12 and (Font) Scaling and Printing
Replies: 5
Views: 1804

Re: D12 and (Font) Scaling and Printing

Hello,

I've copied your code to a simple example with just a THorizBarSeries, and this is how it looks for me:
ScalingGraphic.zip
(2.29 KiB) Downloaded 1802 times
At 100%:
scalingGraphic.png
scalingGraphic.png (18.55 KiB) Viewed 1783 times
At 175%, the forums seem to rescale the image - open it in a new tab to see the real size:
scalingGraphic_175.png
scalingGraphic_175.png (41.03 KiB) Viewed 1783 times