Search found 1221 matches

by Marc
Wed Jul 24, 2024 8:30 am
Forum: .NET
Topic: XValues in the 1800's Not Working Correctly
Replies: 7
Views: 699

Re: XValues in the 1800's Not Working Correctly

Hello Joseph, An alternative workaround suggestion: Assuming that the range for the x-axis could exceed one day then perhaps the easiest thing to do would be to move the dates to a workable range and then modify the year label. ie. bool pre1900 = false; int dateYear; private void InitializeChart() {...
by Marc
Mon Jul 22, 2024 8:13 am
Forum: VCL
Topic: errata in tutorials
Replies: 1
Views: 709

Re: errata in tutorials

Thank you your input. Changes have been made to online documentation and will be included with the next update release.

https://www.steema.com/docs/TeeChartVCLTutorials.htm

Regards,
Marc Meumann
by Marc
Fri Jul 19, 2024 2:54 pm
Forum: .NET
Topic: XValues in the 1800's Not Working Correctly
Replies: 7
Views: 699

Re: XValues in the 1800's Not Working Correctly

Hello Joseph, If your charts are showing one full day or less then we may have a straightforward solution, to invert the Axis. This sample code for example: DateTime startDate = new DateTime(1892, 12, 29, 0, 0, 0); if (startDate.ToOADate() <= 0) tChart1.Axes.Bottom.Inverted = true; for (int i = 0; i...
by Marc
Fri Jul 19, 2024 11:32 am
Forum: .NET
Topic: XValues in the 1800's Not Working Correctly
Replies: 7
Views: 699

Re: XValues in the 1800's Not Working Correctly

Hello Joseph, This is not something for which we can apply a quick fix to the code so we'll need to know a little about the type of use you envisage, ie. whether all your dates in a chart will be restricted to the pre Dec 1899 period or whether you expect a mixture of pre-post 1899 mixes in a single...
by Marc
Mon Jul 15, 2024 8:13 am
Forum: VCL / FMX
Topic: clientdataset persistent fields property
Replies: 7
Views: 1872

Re: clientdataset persistent fields property

Hello Raffaele,

We're taking a look to see what improvements can be made. Thanks for the detailed information.

Regards,
Marc
by Marc
Mon Jul 08, 2024 5:05 pm
Forum: VCL / FMX
Topic: clientdataset persistent fields property
Replies: 7
Views: 1872

Re: clientdataset persistent fields property

Hello, The refreshing of the grid content should be done by modifying the source, as you observed in your earlier post. In addition to that your could modify the columns (hiding them) in relation to any particular fields that you may not wish to include at any time. eg. TeeGrid1.Columns.Items[3].Vis...
by Marc
Mon Jul 08, 2024 3:33 pm
Forum: VCL / FMX
Topic: clientdataset persistent fields property
Replies: 7
Views: 1872

Re: clientdataset persistent fields property

Hello,

We'll run some checks for suggestions.

Regards,
Marc Meumann
by Marc
Mon Jul 08, 2024 3:22 pm
Forum: VCL / FMX
Topic: Important flicker effect on all demos
Replies: 1
Views: 768

Re: Important flicker effect on all demos

Hello,

Yes, strange effect. We can't see an obvious cause for the problem when running on Athens. We'll run some checks on different platforms.

Regards,
Marc Meumann
by Marc
Fri Jul 05, 2024 10:04 am
Forum: VCL / FMX
Topic: clientdataset persistent fields property
Replies: 7
Views: 1872

Re: clientdataset persistent fields property

Hello,

Thanks for the follow-up, we'll take a look,

Regards,
Marc Meumann
by Marc
Mon Jul 01, 2024 7:56 am
Forum: VCL / FMX
Topic: Installing TeeGrid 1.15
Replies: 6
Views: 1249

Re: Installing TeeGrid 1.15

Hello, The only thing that comes to mind here is a problem with the first RAD Studio 12.1 release that was fixed by a patch from Embarcadero, we had problems compiling the x64 version until the patch was made available. The error message was very similar to the one you report. It looks like you're o...
by Marc
Sun Jun 30, 2024 1:08 pm
Forum: .NET
Topic: Deactivating TeeChart .NET license when old computer not accessible
Replies: 2
Views: 1079

Re: Deactivating TeeChart .NET license when old computer not accessible

Hello Rob,

Please send your license details to sales @ steema.com and we will check and help resolve the allocation issue.

Regards,
Marc Meumann
by Marc
Wed Jun 26, 2024 12:11 pm
Forum: VCL / FMX
Topic: Installing TeeGrid 1.15
Replies: 6
Views: 1249

Re: Installing TeeGrid 1.15

Hello,

The x86 version installs to the IDE so you should be able to use the compiled x64 via references when needed. To be sure that you have the correct files compiled I've made a zipped copy of the Delphi29.win64 folder and I'll send a download path to your email address.

Regards,
Marc
by Marc
Fri Jun 21, 2024 1:38 pm
Forum: VCL / FMX
Topic: Installing TeeGrid 1.15
Replies: 6
Views: 1249

Re: Installing TeeGrid 1.15

Hello, I've just tried a compile of TeeGrid v1.15 for Win32 and Win64 for Athens 12 update 1. Both compilations ran ok so we know that the basics are ok. The error message on the log output you've sent doesn't seem to offer up any clues. The compilation writes to the Compiled and Temp folders (under...
by Marc
Thu Jun 06, 2024 11:13 am
Forum: .NET
Topic: Rotate() method failing to rotate 3D cylinder
Replies: 5
Views: 2931

Re: Rotate() method failing to rotate 3D cylinder

Hello, There is likely a way to achieving what you require by using Graphic's Transform and Matrix; we'll check on that to see whether something can be 'built-in' to TeeChart. Meanwhile, a colleague has suggested a lighter approach that may suffice: - To superimpose two charts, rendering only the cu...
by Marc
Wed Jun 05, 2024 11:31 am
Forum: .NET
Topic: Rotate() method failing to rotate 3D cylinder
Replies: 5
Views: 2931

Re: Rotate() method failing to rotate 3D cylinder

Hello,

I'll check for an alternative way of doing what you require. g.Translate is not implemented in the class and its presence will be reviewed. I'll followup to this thread.

Regards,
Marc