Search found 9507 matches

by Yeray
Wed Feb 07, 2024 2:41 pm
Forum: VCL
Topic: How to get TColorGrid scrolling
Replies: 5
Views: 2174

Re: How to get TColorGrid scrolling

Hello Sciensoria,

Have you seen the example here?
It shows hot to create a custom palette.
mstsc_LnnsAn2IU7.png
mstsc_LnnsAn2IU7.png (148.58 KiB) Viewed 619 times
by Yeray
Tue Feb 06, 2024 7:43 am
Forum: VCL / FMX
Topic: TeeGrid color questions
Replies: 8
Views: 11883

Re: TeeGrid color questions

Hello, This is already fixed so the next release should include this fix. Here the diff if you want to try to apply it to your sources without having to wait for the next release: diff --git a/Sources/Tee.Grid.Bands.Columns.pas b/Sources/Tee.Grid.Bands.Columns.pas index 73d332e0..baa6bb0b 100644 ---...
by Yeray
Fri Feb 02, 2024 7:29 am
Forum: VCL / FMX
Topic: TeeGrid color questions
Replies: 8
Views: 11883

Re: TeeGrid color questions

Hello,

Do you have a simple example we can run as-is to reproduce the problem here?
Thanks in advance.
by Yeray
Thu Feb 01, 2024 8:59 am
Forum: VCL
Topic: Problem with PDF export
Replies: 1
Views: 533

Re: Problem with PDF export

Hello,

I've been able to reproduce the problem so I've added it to the public tracker (#2669).
Thanks for reporting it.
by Yeray
Thu Feb 01, 2024 7:35 am
Forum: VCL / FMX
Topic: I'm a brand new user, have some findings and a Ticker demo AV
Replies: 1
Views: 8021

Re: I'm a brand new user, have some findings and a Ticker demo AV

Hello, Sorry for the delayed reply here. We are still studying all the issues reported but we'll do some changes, hopefully in all of them. - .NET dependency. I think we'll be able to change the utility to avoid that dependency. - Environment variables and paths. We have to revise the creation of al...
by Yeray
Thu Jan 25, 2024 7:52 am
Forum: VCL
Topic: How to get TColorGrid scrolling
Replies: 5
Views: 2174

Re: How to get TColorGrid scrolling

Hello,

I'd suggest you to take a look at the ColorGrid example in the Features Demo shipped with the binary installer.
Here some screenshots changing some of the properties you mention:
viewtopic.php?f=3&t=16044&p=71207#p71207
by Yeray
Thu Jan 11, 2024 12:13 pm
Forum: VCL
Topic: How to make space in the legend for drawing?
Replies: 1
Views: 6816

Re: How to make space in the legend for drawing?

Hello, You could set the Symbol.Position to spRight , but then the texts are moved to the left and it's also broken. Could you please confirm it? Legend.Symbol.Position:=spRight; To work around this, you could set the Symbol.Position to spLeft at the OnBeforeDrawChart event and set it to spRight at ...
by Yeray
Mon Jan 08, 2024 7:00 am
Forum: VCL
Topic: Suggestion for Improving TeeChart
Replies: 2
Views: 4397

Re: Suggestion for Improving TeeChart

Hello Charlie,

I've just replied you here.
by Yeray
Mon Jan 08, 2024 6:59 am
Forum: Wishes and ideas
Topic: Improving TChartEditor/Making App Development Easier
Replies: 2
Views: 6761

Re: Improving TChartEditor/Making App Development Easier

Hello Charlie,

I understand it would be interesting to find a way to easily show the properties modified. However, I'm not sure it could be done easily. Also note you can open the form in "text mode" and see all the modified properties in the chart and series.
by Yeray
Wed Jan 03, 2024 4:25 pm
Forum: VCL
Topic: Curve Fit Null Values
Replies: 1
Views: 2450

Re: Curve Fit Null Values

Hello, I'm not sure if this solves the problem you are describing but I've done a simple example with my proposal. In the example I'm populating a TPointSeries with 14 values, from 0 to 14 with a hole at XValue=7 . Then, I'm adding a TFasTLineseries with a TCurveFittingFunction . Finally, I'm calcul...
by Yeray
Wed Jan 03, 2024 2:32 pm
Forum: VCL
Topic: TDBF and TDBChart
Replies: 1
Views: 2565

Re: TDBF and TDBChart

Hello,

Migrating from BDE to FireDAC seems to be the most recommended way to go.
Give it a try and let us know if you find any problem with it.
by Yeray
Fri Dec 22, 2023 11:06 am
Forum: VCL
Topic: Strange rectangle on chart
Replies: 3
Views: 4313

Re: Strange rectangle on chart

Hello, I've created a simple demo creating two TCharts with a TScrollPagerTool, one created at design time and the other at runtime, and I can't see that rectangle in any of them when moving the charts to a different form and back to the main form. scrollpager_form.zip Maybe we are using different T...
by Yeray
Fri Dec 22, 2023 9:11 am
Forum: VCL
Topic: Palette Update Problem
Replies: 2
Views: 3003

Re: Palette Update Problem

Hello, When the chart is being drawn, the CheckPaletteEmpty method should be called, which calls CreateDefaultPalette in these conditions: // Default palette should be re-created when: series has data, and // when palette is empty or "dirty" and not custom. Procedure TCustom3DPaletteSeries.CheckPale...
by Yeray
Fri Dec 22, 2023 7:16 am
Forum: VCL
Topic: New VCL Release very slow on CBuilder 10.2.3
Replies: 6
Views: 6954

Re: New VCL Release very slow on CBuilder 10.2.3

Hello Jörg, And I get the Install exe named "TeeChartVCLFMXStandard-2023.39.exe" I guess thats the newest version of TeeChart for VCL . Thanks for confirming the version you are trying to use. If you still find problems with it after trying those tips to improve the performance, could you please arr...
by Yeray
Thu Dec 21, 2023 11:50 am
Forum: VCL
Topic: New VCL Release very slow on CBuilder 10.2.3
Replies: 6
Views: 6954

Re: New VCL Release very slow on CBuilder 10.2.3

Hello You mention "version1.14" again, but I'm afraid I'm not sure to understand what version do you mean. If you look at the release notes, there's no version 1.14 for TeeChart. I will read your tips, thank you again, and then I will try to install the new version again. Good. If you still find pro...