Search found 9653 matches

by Yeray
Tue Apr 01, 2025 8:23 am
Forum: VCL
Topic: TContourSeries Issue
Replies: 4
Views: 1001

Re: TContourSeries Issue

Hello, I've received the data in an .xlsx file. I transformed it to a .csv and loaded to a chart as follows: uses Chart, TeEngine, TeeSurfa; var Chart1: TChart; procedure TForm1.FormCreate(Sender: TObject); var MyContour : TContourSeries; tmpLines : TStrings; tmpFields : TStrings; n : Integer; xx, y...
by Yeray
Tue Apr 01, 2025 7:11 am
Forum: VCL
Topic: Runtime error when using TQRChart in C++ Builder 12.1 (64 bit)
Replies: 7
Views: 7994

Re: Runtime error when using TQRChart in C++ Builder 12.1 (64 bit)

Hello,

I've rebuilt TQRChart with TeeChart v2024.42 and QR6 using the evaluation version of RAD 12.1 in a fresh virtual machine.
Tee9QR6D291.zip
(232.52 KiB) Downloaded 8 times
by Yeray
Mon Mar 31, 2025 6:54 am
Forum: VCL
Topic: TContourSeries Issue
Replies: 4
Views: 1001

Re: TContourSeries Issue

Hello, I apologize if my previous explanation was not clear enough. As you mentioned in your opening post, the code you provided is missing the actual data, which makes it impossible for us to pinpoint the exact issue. Without a simple yet complete example, it’s difficult to make an accurate guess a...
by Yeray
Fri Mar 28, 2025 7:08 am
Forum: VCL
Topic: TContourSeries Issue
Replies: 4
Views: 1001

Re: TContourSeries Issue

Hello,

Check this to understand how the data is expected to be structured in this series.
by Yeray
Wed Mar 26, 2025 8:16 am
Forum: VCL
Topic: Runtime error when using TQRChart in C++ Builder 12.1 (64 bit)
Replies: 7
Views: 7994

Re: Runtime error when using TQRChart in C++ Builder 12.1 (64 bit)

Hello,

Have you tried to rebuild the packages or just tried to install the prebuilt ones in that zip?
Have you copied the Tee9QR6D29.bpl from the Win64 compiled folder to the "C:\Windows\System32" folder?
by Yeray
Tue Mar 25, 2025 10:09 am
Forum: FMX
Topic: Custom axis - Delphi 12
Replies: 2
Views: 24591

Re: Custom axis - Delphi 12

Hello,

We've just implemented this, closing the #2724 ticket.
The change will be included in the next maintenance release.
by Yeray
Tue Mar 18, 2025 8:52 am
Forum: VCL
Topic: RADStudio 12.3 support
Replies: 6
Views: 7375

Re: RADStudio 12.3 support

Hello,

That's strange, it seems to work fine for me here:
mstsc_1oyhCtwaH8.png
mstsc_1oyhCtwaH8.png (127.35 KiB) Viewed 7230 times
mstsc_brEu7sExwO.png
mstsc_brEu7sExwO.png (279.38 KiB) Viewed 7230 times
by Yeray
Tue Mar 18, 2025 7:21 am
Forum: VCL
Topic: RADStudio 12.3 support
Replies: 6
Views: 7375

Re: RADStudio 12.3 support

Hello, If I use version with source code, TeeRecompile tool working correctly? Yes, TeeRecompile shipped with TeeChart v2024.42 with source code builds and installs TeeChart correctly in RAD 12.3. Does it see RAD Studio 12.3 IDE or is it required to build packages manually? The label in the tree doe...
by Yeray
Mon Mar 17, 2025 1:34 pm
Forum: VCL
Topic: RADStudio 12.3 support
Replies: 6
Views: 7375

Re: RADStudio 12.3 support

Hello,

Yes, the latest TeeChart version, v2024.42, is binary compatible with RAD 12.3.
by Yeray
Mon Mar 17, 2025 1:09 pm
Forum: VCL
Topic: BottomAxis.LabelsFont.Name
Replies: 1
Views: 5599

Re: BottomAxis.LabelsFont.Name

Hello, Make sure the font is installed in your system. This works fine for me here: uses Chart, Series; var Chart1: TChart; procedure TForm1.FormCreate(Sender: TObject); begin Chart1:=TChart.Create(Self); with Chart1 do begin Parent:=Self; Align:=alClient; Color:=clWhite; Gradient.Visible:=False; Wa...
by Yeray
Mon Mar 17, 2025 12:14 pm
Forum: VCL
Topic: TeeChart v12.3
Replies: 1
Views: 1505

Re: TeeChart v12.3

Hello,

The latest TeeChart version (v2024.42) is binary compatible with RAD 12.3.
by Yeray
Mon Mar 17, 2025 12:13 pm
Forum: VCL
Topic: Runtime error when using TQRChart in C++ Builder 12.1 (64 bit)
Replies: 7
Views: 7994

Re: Runtime error when using TQRChart in C++ Builder 12.1 (64 bit)

Hello,

I've just rebuilt QuickReport v6, and TQRChart with RAD 12.3 and it seems to work fine in C++Builder Windows-64 here.
Tee9QR6D29.zip
(228.7 KiB) Downloaded 894 times
by Yeray
Wed Mar 12, 2025 1:21 pm
Forum: FMX
Topic: Additional export formats in PRO do not work
Replies: 6
Views: 44911

Re: Additional export formats in PRO do not work

Hello,

I've been able to reproduce the problem with a simple example project so I've added it to the public tracker: #2763
by Yeray
Tue Mar 11, 2025 10:18 am
Forum: VCL
Topic: Distance between axis tick and label text, and more questions
Replies: 25
Views: 368800

Re: Distance between axis tick and label text, and more questions

Hello, In your example the TChart leaves enough space at the top even with saCustom for the Align property, so that the scrollpager's chart fits into the 'gap'. In my project the TChart does not reserve space for the Scrollpager if the Align property is set to saCustom. The DivisionRatio property se...
by Yeray
Tue Mar 11, 2025 8:05 am
Forum: VCL
Topic: Runtime error when using TQRChart in C++ Builder 12.1 (64 bit)
Replies: 7
Views: 7994

Re: Runtime error when using TQRChart in C++ Builder 12.1 (64 bit)

Hello, Apologies for the delayed reply. I am encountering issues running QuickReport with RAD 12.2 Athens in a simple VCL C++Builder project targetting Windows 64-bit. When launching the project, I receive the following error: "Unable to create process: 'Win32 error code: 0x0000139'." I'll check if ...