Hello,
Yes, we'll publish new installers as soon as possible.
Search found 9714 matches
- Tue Jul 29, 2025 8:20 am
- Forum: VCL
- Topic: Exceptions with Version 2025.44
- Replies: 4
- Views: 180
- Tue Jul 29, 2025 7:24 am
- Forum: VCL
- Topic: Problems version 2025.44
- Replies: 1
- Views: 274
Re: Problems version 2025.44
Hello Ana, Looking at the log, it's highly possible that's a side effect of a bug in v2025.44 ( #2777 ), which was identified and fixed here . Find below the full git diff: --- a/Chart.pas +++ b/Chart.pas @@ -418,6 +418,7 @@ type ILegend : TCustomChartLegend; + procedure FontChanged(Sender: TObject)...
- Tue Jul 29, 2025 7:22 am
- Forum: VCL
- Topic: Exceptions with Version 2025.44
- Replies: 4
- Views: 180
Re: Exceptions with Version 2025.44
Hello, Yes, that's a side effect of a bug in v2025.44 ( #2777 ), which was identified and fixed here . Find below the full git diff: --- a/Chart.pas +++ b/Chart.pas @@ -418,6 +418,7 @@ type ILegend : TCustomChartLegend; + procedure FontChanged(Sender: TObject); function GetFont:TTeeFont; procedure S...
- Mon Jul 28, 2025 9:58 am
- Forum: VCL / FMX
- Topic: TeeGrid Colors
- Replies: 3
- Views: 1679
Re: TeeGrid Colors
Hello,
I believe you only missed to set the
):
I believe you only missed to set the
ParentFont
to False
. This works for me (sorry for the colors chosen 
Code: Select all
TeeGrid1.Selected.ParentFont:=False;
TeeGrid1.Selected.Format.Font.Color:=clRed;
TeeGrid1.Selected.Format.Brush.Color:=clGreen;
- Wed Jul 23, 2025 2:46 pm
- Forum: FMX
- Topic: Error : F2051 (Android (Application Store) )
- Replies: 4
- Views: 4011
Re: Error : F2051 (Android (Application Store) )
Hello,
I've seen there's a problem in TeeRecompile/TeeInstall that makes the backup of the Lite version shipped with the IDE not to be done correctly for android 32 bits.
You should be able to workaround this by moving the library path to the top of the list:
I've seen there's a problem in TeeRecompile/TeeInstall that makes the backup of the Lite version shipped with the IDE not to be done correctly for android 32 bits.
You should be able to workaround this by moving the library path to the top of the list:
- Mon Jul 21, 2025 6:14 am
- Forum: VCL
- Topic: Move a dynamically allocated FastLIneSeries BEHIND another FastLineSeries
- Replies: 1
- Views: 2109
Re: Move a dynamically allocated FastLIneSeries BEHIND another FastLineSeries
Hello,
You can change the series order with the
You can change the series order with the
ExchangeSeries
method:Code: Select all
TChart1->ExchangeSeries(1,2);
- Fri Jul 18, 2025 1:36 pm
- Forum: FMX
- Topic: Error : F2051 (Android (Application Store) )
- Replies: 4
- Views: 4011
Re: Error : F2051 (Android (Application Store) )
Hello,
I get that same error in Android 32-bit, but I get it for both "Development" and "Application Store" Configurations.
On the other hand, it seems to work fine for me here in Android 64-bit, for both Configurations.
Could you please double check to confirm we are in the same situation?
I get that same error in Android 32-bit, but I get it for both "Development" and "Application Store" Configurations.
On the other hand, it seems to work fine for me here in Android 64-bit, for both Configurations.
Could you please double check to confirm we are in the same situation?
- Fri Jul 18, 2025 11:15 am
- Forum: VCL
- Topic: Axis Labels not drawing
- Replies: 2
- Views: 4205
Re: Axis Labels not drawing
Hello, I've added it to the public tracker: #2775 . And already fixed it. labelsalternate.png Here the diff if you want to apply it in your sources: --- a/TeEngine.pas +++ b/TeEngine.pas @@ -6963,11 +6963,11 @@ var var tmpLabelSize : Integer; tmpLabelW : Boolean; - OldPosLabel : Integer; tmp : Integ...
- Fri Jul 18, 2025 7:56 am
- Forum: VCL / FMX
- Topic: Error message : Identifier not found "vkSpace"
- Replies: 5
- Views: 44125
Re: Error message : Identifier not found "vkSpace"
Hello,
I've been adding and removing columns without any freezing so far.
If you find a solid way to reproduce the problem, please don't hesitate to let us know.
I've been adding and removing columns without any freezing so far.
If you find a solid way to reproduce the problem, please don't hesitate to let us know.
- Fri Jul 11, 2025 10:24 am
- Forum: VCL
- Topic: Performance Issue
- Replies: 2
- Views: 15535
Re: Performance Issue
Hello Thomas,
Do you have a simple example we can run as-is to reproduce the situation here?
Thanks in advance.
Do you have a simple example we can run as-is to reproduce the situation here?
Thanks in advance.
- Thu Jul 03, 2025 7:06 am
- Forum: VCL
- Topic: Unable to find static library: Tee.lib
- Replies: 1
- Views: 12600
Re: Unable to find static library: Tee.lib
Hello, The Tee.lib is part of the TeeChart Standard library shipped with the IDE. In the case of RAD 12.3, the TeeChart packages are names with the prefix Tee928. So, that error means the compiler/linker is still trying to use the TeeChart Standard package shipped with the IDE. I see you have the Te...
- Mon Jun 30, 2025 7:57 am
- Forum: VCL / FMX
- Topic: Error message : Identifier not found "vkSpace"
- Replies: 5
- Views: 44125
- Fri Jun 27, 2025 9:18 am
- Forum: VCL
- Topic: Selected color in TTreeView
- Replies: 2
- Views: 48097
Re: Selected color in TTreeView
Sorry, did you write TTreeView by mistake?
Note TTreeView is the component from Embarcadero while
CompareSpeed demo
Note TTreeView is the component from Embarcadero while
TTeeTree
is the component from Steema Software shipped with TeeChart.CompareSpeed demo
- Fri Jun 27, 2025 9:05 am
- Forum: VCL
- Topic: Selected color in TTreeView
- Replies: 2
- Views: 48097
Re: Selected color in TTreeView
Hello,
We'll revise it and we'll be back to you asap.
We'll revise it and we'll be back to you asap.
- Thu Jun 26, 2025 3:42 pm
- Forum: VCL / FMX
- Topic: Error message : Identifier not found "vkSpace"
- Replies: 5
- Views: 44125
Re: Error message : Identifier not found "vkSpace"
Hello,
I've just sent you mail with the link to download the same zip I prepared for another customer, which contains a fix for that error, and the password to extract it.
I've just sent you mail with the link to download the same zip I prepared for another customer, which contains a fix for that error, and the password to extract it.