Search found 1190 matches

by Marc
Mon Apr 15, 2024 12:19 pm
Forum: .NET
Topic: IncludeData in TemplateExport not working in .net 6.0
Replies: 2
Views: 143

Re: IncludeData in TemplateExport not working in .net 6.0

Hello,

Please note; this issue has been resolved for the latest available TeeChart update.

Regards,
Marc Meumann
by Marc
Mon Apr 08, 2024 3:15 pm
Forum: .NET
Topic: License Issue with TeeChart in Unmanaged Windows Service
Replies: 5
Views: 243

Re: License Issue with TeeChart in Unmanaged Windows Service

Hello Grigory, Please test, adding: "[assembly: EntryAssembly]" to the C# project's AssemblyInfo file. ie. using Steema.TeeChart; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("LicenceTestLib")] [assembly: AssemblyDescr...
by Marc
Mon Apr 08, 2024 1:44 pm
Forum: .NET
Topic: License Issue with TeeChart in Unmanaged Windows Service
Replies: 5
Views: 243

Re: License Issue with TeeChart in Unmanaged Windows Service

Hello Grigory,

Thank you for the example code. I can reproduce the issue using it. We're now looking at the cause.

Regards,
Marc
by Marc
Tue Apr 02, 2024 11:02 am
Forum: .NET
Topic: License Issue with TeeChart in Unmanaged Windows Service
Replies: 5
Views: 243

Re: License Issue with TeeChart in Unmanaged Windows Service

Hello, Thank you for the information. We'll need to reproduce the setup as near as possible to test the problem and will likely need to ask you for more details. To start with: - how does the unmanaged C++ service call/load the C# app running TeeChart? - Is it correct that the C# app itself is manag...
by Marc
Thu Mar 14, 2024 10:24 am
Forum: .NET
Topic: Licensing Issue
Replies: 1
Views: 141

Re: Licensing Issue

Hello Mark,

If you can send the MachineID the tool lists for you, to the "info@steema.com" email address, we'll check and clear the ID from the database log so you can retry.

Regards,
Marc Meumann
by Marc
Thu Mar 07, 2024 10:11 am
Forum: .NET
Topic: TeeChart for .NET v2024 [9 FEB 2024] RELEASE 2024.2.9
Replies: 3
Views: 646

Re: TeeChart for .NET v2024 [9 FEB 2024] RELEASE 2024.2.9

Please note:
Replies to version announcements are not monitored and will be missed by technical staff; We are reviewing and locking announcements where that has not been the case.

We request that all support posts be created as a new thread to the active forum area.

With thanks.
by Marc
Thu Mar 07, 2024 10:10 am
Forum: .NET
Topic: TeeChart for .NET v2023 [14 DEC 2023] RELEASE 2023.12.14
Replies: 3
Views: 5539

Re: TeeChart for .NET v2023 [14 DEC 2023] RELEASE 2023.12.14

Please note:
Replies to version announcements are not monitored and will be missed by technical staff; We are reviewing and locking announcements where that has not been the case.

We request that all support posts be created as a new thread to the active forum area.

With thanks.
by Marc
Wed Mar 06, 2024 11:45 am
Forum: .NET
Topic: TeeChart for .NET v2024 [9 FEB 2024] RELEASE 2024.2.9
Replies: 3
Views: 646

Re: TeeChart for .NET v2024 [9 FEB 2024] RELEASE 2024.2.9

Thank you for the feedback and sorry if it is, as indeed it seems, that we have lost you as a customer. There were some particularly difficult problems to resolve with the migration of TeeChart for NET with framework 4 during the second part of last year. A proposal made, earlier on in the year, to ...
by Marc
Thu Feb 29, 2024 12:35 pm
Forum: VCL / FMX
Topic: TeeGrid color questions
Replies: 8
Views: 12576

Re: TeeGrid color questions

Hello,

We'll be publishing the fix very soon, there may be a subtle difference to your code.

Regards,
Marc Meumann
by Marc
Mon Feb 26, 2024 9:25 am
Forum: VCL / FMX
Topic: TeeGrid cell edit and scrolling with fixed columns
Replies: 1
Views: 240

Re: TeeGrid cell edit and scrolling with fixed columns

Hello, Re. (a) I'm not sure that you can select a row without a cell being implicitly selected. TeeGrid starts with the zero,zero location cell selected. If you were to add this code for example, it indicates the row selected: uses Tee.Grid.Selection procedure TFormLocked.TeeGrid1Select(Sender: TObj...
by Marc
Mon Feb 05, 2024 10:24 am
Forum: .NET
Topic: WPF ColorGrid DataBinding
Replies: 30
Views: 39586

Re: WPF ColorGrid DataBinding

Reviewing this issue it seems that the Symbols' Continuous property mau have been missed at the time:

Code: Select all

tChart1.Legend.Symbol.Continous = true;
I will cliose the issue.

Regards,
Marc Meumann
by Marc
Tue Jan 30, 2024 1:56 pm
Forum: VCL / FMX
Topic: TeeGrid V1.14 throws exception when trying to debug an application
Replies: 9
Views: 1293

Re: TeeGrid V1.14 throws exception when trying to debug an application

I just checked that. It runs ok with or without the 'runtime packages' selected. It may be something in the package list on your setup that is causing the problem.

TeeGrid is in the package list on the test installation here.

Regards,
Marc
by Marc
Mon Jan 29, 2024 12:33 pm
Forum: .NET
Topic: (Solved) How to chart 3d in avalonia?
Replies: 3
Views: 537

Re: (Solved) How to chart 3d in avalonia?

Thank you for the error report and feedback, very useful.

Regards,
Marc Meumann
by Marc
Fri Jan 26, 2024 12:53 pm
Forum: VCL / FMX
Topic: TeeGrid V1.14 throws exception when trying to debug an application
Replies: 9
Views: 1293

Re: TeeGrid V1.14 throws exception when trying to debug an application

Hello, the content for my form Grid is pretty much the same, no FormCreate event or Button but the Grid syntax is identical. object Form1: TForm1 Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 441 ClientWidth = 624 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.He...
by Marc
Fri Jan 26, 2024 11:06 am
Forum: VCL / FMX
Topic: TeeGrid V1.14 throws exception when trying to debug an application
Replies: 9
Views: 1293

Re: TeeGrid V1.14 throws exception when trying to debug an application

Hello,

I followed your steps with a new VCL project in RAD Studio 12 and TeeGrid v1.14 and it built/ran ok.

What version of RAD Studio are you using?

With thanks.
Regards,
Marc Meumann