Search found 1194 matches

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

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

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

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

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
by Marc
Fri Dec 29, 2023 12:20 pm
Forum: .NET
Topic: dragdrop .csv files issue
Replies: 1
Views: 6372

Re: dragdrop .csv files issue

Hello Sharkann,

Please check this forum thread for a working example:

Drag-Drop onto custom Y-axis chart area

Regards,
Marc Meumann
by Marc
Fri Dec 29, 2023 9:08 am
Forum: VCL
Topic: How to get TColorGrid scrolling
Replies: 5
Views: 2345

Re: How to get TColorGrid scrolling

Hello Sciensoria, If you add a ColorGrid to a Chart and add the following code you'll see a basic scroll on the data: procedure TForm5.Button1Click(Sender: TObject); begin Chart1.Axes.Bottom.Scroll(1); //scroll right end; procedure TForm5.Button2Click(Sender: TObject); begin Chart1.Axes.Bottom.Scrol...
by Marc
Thu Dec 28, 2023 1:21 pm
Forum: .NET
Topic: View legend symbols at custom location
Replies: 6
Views: 3845

Re: View legend symbols at custom location

Hello, You can't get the symbol itself but you can get most of the information you need to plot it. The event from the previous examples offers up the rectangular size of the symbol to be plotted and the colours can be extracted from the Series value index, then knowing if you're going to have a squ...
by Marc
Wed Dec 27, 2023 3:25 pm
Forum: .NET
Topic: An unexpected stack of bars and a line at the top
Replies: 2
Views: 1633

Re: An unexpected stack of bars and a line at the top

Hello, Thank you for the bug report. Point 1 is reproducible. It may be an error with the clipping region at render time; we'll take a look. bug ref bug id 2663 . Point 2 can be corrected by alllocating the right axis in this way: bar2.VertAxis = VerticalAxis.Right; If you wish to use a Custom Verti...
by Marc
Thu Dec 21, 2023 8:36 am
Forum: .NET
Topic: View legend symbols at custom location
Replies: 6
Views: 3845

Re: View legend symbols at custom location

Hello, We were cross.checking options as it's not entirely clear to us from your description how you are creating the combined pdf output, and example of how you are doing that would be useful. On the other hand, we're still of the view that defining your own image symbol outside the Chart for your ...
by Marc
Fri Dec 15, 2023 8:40 am
Forum: .NET
Topic: View legend symbols at custom location
Replies: 6
Views: 3845

Re: View legend symbols at custom location

Greetings, Please see the following tutorial: https://steema.com/docs/teechart/net/tutorials/html/TeeChartProNetTutorialsContentsTutorial5-LegendDesign.htm See this example for modification of the Legend symbols themselves at runtime: https://github.com/Steema/TeeChart-NET-Pro-Samples/blob/main/WinF...
by Marc
Fri Dec 15, 2023 8:31 am
Forum: .NET
Topic: .Net Steema Business CursorTool missing
Replies: 1
Views: 2255

Re: .Net Steema Business CursorTool missing

Hello BenGer, The TeeChart for NET Business Edition doesn't include the Cursortool, that is included with the Pro version. Please see the featurematrix for differences: https://www.steema.com/feature_matrix/net I have checked the TeeChart Business Version 5.2023.11.17 and do not see the tool there. ...
by Marc
Tue Dec 12, 2023 8:52 am
Forum: VCL / FMX
Topic: TCheckBox as column EditorClass
Replies: 2
Views: 17512

Re: TCheckBox as column EditorClass

Thank you for the feedback.

Regards,
Marc Meumann
by Marc
Tue Dec 12, 2023 8:51 am
Forum: VCL / FMX
Topic: Grid scrollbar height
Replies: 1
Views: 1719

Re: Grid scrollbar height

Hello,

TeeGrid uses Embarcadero's TScrollBar (Windows scrollbar) and is limited by its possibilities.

Regards,
Marc Meumann
by Marc
Tue Dec 05, 2023 8:10 am
Forum: .NET
Topic: cursor FollowMouse flag
Replies: 1
Views: 6334

Re: cursor FollowMouse flag

Hello,

Thank you for the bug report, The issue has been resolved for inclusion in the next update release.

Regards,
Marc Meumann