Search found 9534 matches

by Yeray
Wed Apr 10, 2024 1:43 pm
Forum: VCL
Topic: Cannot Rebuild TeeChart in RAD Studio 12.1 VCL
Replies: 2
Views: 679

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: 1655

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: 810

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: 731

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: 1655

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: 810

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: 978

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: 978

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: 978

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: 721

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: 1513

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: 1599

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: 1599

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 1729 times
At 100%:
scalingGraphic.png
scalingGraphic.png (18.55 KiB) Viewed 1578 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 1578 times
by Yeray
Wed Mar 27, 2024 9:55 am
Forum: VCL
Topic: v2023.39 (231109) y-axis label issue
Replies: 6
Views: 1256

Re: v2023.39 (231109) y-axis label issue

Hello,

Indeed setting Increment to 1 was the key to reproduce the problem.
I've added it to the public tracker: #2690
by Yeray
Tue Mar 26, 2024 1:13 pm
Forum: VCL
Topic: 2023.39 TeeRecompile Command Line for D12 failing
Replies: 1
Views: 1014

Re: 2023.39 TeeRecompile Command Line for D12 failing

Hello,

There was a bug in TeeRecompile. Give it a try at this version:
https://www.steema.com/files/private/tm ... 240326.zip