Search found 9502 matches

by Yeray
Fri Mar 15, 2024 7:58 am
Forum: VCL
Topic: Teechart legend color series
Replies: 1
Views: 93

Re: Teechart legend color series

Hello, Do you have a simple example project we can run as-is to reproduce the problem here? This seems to work as expected here: uses Chart, Series; var Chart1: TChart; procedure TForm1.FormCreate(Sender: TObject); var i: Integer; begin Chart1:=TChart.Create(Self); with Chart1 do begin Parent:=Self;...
by Yeray
Mon Mar 11, 2024 10:37 am
Forum: VCL
Topic: !! V2023.39.231109 Critical Performance issues !!
Replies: 3
Views: 172

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

Hello,

I've been able to reproduce the problem so I've added it to the public tracker (#2685).
It seems the problem was introduced in v2023.38.
by Yeray
Mon Mar 11, 2024 8:47 am
Forum: VCL
Topic: 32 vs 64 bit performance
Replies: 3
Views: 100

Re: 32 vs 64 bit performance

Hello,

We'll be pleased to take a look at any issue you may find.
by Yeray
Thu Mar 07, 2024 12:31 pm
Forum: VCL
Topic: MouseWheel Scrolling doesn't trigger OnScroll
Replies: 4
Views: 2235

Re: MouseWheel Scrolling doesn't trigger OnScroll

Hello Stefan,

I'm afraid the request Narcís added was lost when we moved to bugzilla.
I've added it at #2683, and already fixed it.

So the next version should be triggering OnScroll event from the mouse wheel.
by Yeray
Thu Mar 07, 2024 7:31 am
Forum: VCL
Topic: Legend Checkbox not styled by Delphi Themes
Replies: 2
Views: 163

Re: Legend Checkbox not styled by Delphi Themes

Hello Charlie,

I'm afraid you are right and TeeChart doesn't support themed legend checkboxes.
I've added it to the public tracker (#2682).
by Yeray
Mon Feb 26, 2024 11:25 am
Forum: VCL
Topic: Move chart in Tform
Replies: 3
Views: 342

Re: Move chart in Tform

Hello, I'm sorry but I'm not sure to understand the situation. The TChart class inherits from TControl and the Align property with it, which can be set to alNone , alTop , alBottom , alLeft , alRight , alClient or alCustom . If this doesn't answer your question, please provide a more detailed descri...
by Yeray
Mon Feb 26, 2024 7:11 am
Forum: VCL
Topic: Move chart in Tform
Replies: 3
Views: 342

Re: Move chart in Tform

Hello,

I'm not sure if this is what you mean:
https://stackoverflow.com/questions/243 ... -inside-it
by Yeray
Mon Feb 26, 2024 7:07 am
Forum: VCL
Topic: How is memory affected depending on how instantitate teechart?
Replies: 3
Views: 154

Re: How is memory affected depending on how instantitate teechart?

Hello,
McSaverCharting wrote:
Mon Feb 26, 2024 4:49 am
where are you getting all your stock info?
I'm sorry but I don't understand what stock info do you mean?
by Yeray
Mon Feb 26, 2024 7:06 am
Forum: VCL
Topic: How is memory affected depending on how instantitate teechart?
Replies: 3
Views: 154

Re: How is memory affected depending on how instantitate teechart?

Hello, The TChart component is like any other component. It's basically a set of properties and methods, hundreds of them. I wouldn't say TChart is memory expensive at all, specially given all the possibilities it offers. Instead, I'd say a TChart can be memory expensive depending in the data it con...
by Yeray
Mon Feb 19, 2024 10:24 am
Forum: VCL
Topic: TMarkToolTip text showing only one time
Replies: 1
Views: 233

Re: TMarkToolTip text showing only one time

Hello, The TMarksTipTool has a HideDelay you can use to control the milliseconds to wait until the mark is automatically hidden. If you don't want it to be automatically hidden, you can set it to -1 . This way it will only be hidden once the mouse cursor leaves the point. Is this what you would like...
by Yeray
Wed Feb 07, 2024 2:41 pm
Forum: VCL
Topic: How to get TColorGrid scrolling
Replies: 5
Views: 2091

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 536 times
by Yeray
Tue Feb 06, 2024 7:43 am
Forum: VCL / FMX
Topic: TeeGrid color questions
Replies: 8
Views: 11540

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

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

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

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...