Search found 3314 matches

by Pep
Mon Mar 17, 2025 9:06 am
Forum: .NET
Topic: Application crashes after installing 6.2025.1.13, with the following error: Only one clip operation currently supported
Replies: 8
Views: 79299

Re: Application crashes after installing 6.2025.1.13, with the following error: Only one clip operation currently suppo

Hello, thanks for your answer. Sure, check in the case that you have time and let me know. We've not done any special change in Banner Tool between latest version and the previous one, but I think that problem might be related to specific custom drawing on canvas. In the case that you are drawing sp...
by Pep
Fri Mar 14, 2025 12:14 am
Forum: .NET
Topic: Application crashes after installing 6.2025.1.13, with the following error: Only one clip operation currently supported
Replies: 8
Views: 79299

Re: Application crashes after installing 6.2025.1.13, with the following error: Only one clip operation currently suppo

Hello,
it's strange, because I've just checked and it's working fine here by using a BannerTool.
Please, can you check if the attached sample demo that uses the code you sent to me, is working fine to you ?
MauiTest.zip
(223.65 KiB) Downloaded 32902 times
Thanks
by Pep
Tue Mar 11, 2025 11:46 pm
Forum: .NET
Topic: Application crashes after installing 6.2025.1.13, with the following error: Only one clip operation currently supported
Replies: 8
Views: 79299

Re: Application crashes after installing 6.2025.1.13, with the following error: Only one clip operation currently suppo

Hello,
could you please share me the code you're using ? or just tell me which series types you're drawing ?
I've been trying to reproduce the problem by usign some series types and all worked fine.
Maybe it's happenning at the time to draw something on canvas ?

Thanks
by Pep
Thu Jan 23, 2025 3:20 pm
Forum: .NET
Topic: Steema.TeeChart v6.2025.1.13 doesn't render in MAUI app
Replies: 9
Views: 56998

Re: Steema.TeeChart v6.2025.1.13 doesn't render in MAUI app

Hello,
would be possible to send us the example ? or part so we can reproduce it here ?

thanks
by Pep
Wed Jan 22, 2025 9:16 am
Forum: .NET
Topic: Steema.TeeChart v6.2025.1.13 doesn't render in MAUI app
Replies: 9
Views: 56998

Re: Steema.TeeChart v6.2025.1.13 doesn't render in MAUI app

Hello,
ok, will try the steps you mention, but I need also to know if the project I sent to you is working to you without doing any chane on it, it should work.

Thanks
by Pep
Tue Jan 21, 2025 5:46 pm
Forum: .NET
Topic: Steema.TeeChart v6.2025.1.13 doesn't render in MAUI app
Replies: 9
Views: 56998

Re: Steema.TeeChart v6.2025.1.13 doesn't render in MAUI app

Hello,

can you please check with the attache example ?
It's working fine here.
by Pep
Mon Jan 20, 2025 11:32 pm
Forum: .NET
Topic: Steema.TeeChart v6.2025.1.13 doesn't render in MAUI app
Replies: 9
Views: 56998

Re: Steema.TeeChart v6.2025.1.13 doesn't render in MAUI app

Hello, yes, you're correct. We're able to reproduce the problem here. For the momment you should be able to create the tChart component at the xml file, by using <controls:TChart x:Name="_tChart" Drawable="{Binding Source={RelativeSource Self}}" HeightRequest="400" HorizontalOptions="FillAndExpand" ...
by Pep
Wed Jan 15, 2025 9:03 am
Forum: .NET
Topic: Steema.TeeChart v6.2025.1.13 doesn't render in MAUI app
Replies: 9
Views: 56998

Re: Steema.TeeChart v6.2025.1.13 doesn't render in MAUI app

Hello,
let me check and back to you asap.
by Pep
Mon Dec 16, 2024 3:21 pm
Forum: .NET
Topic: MAUI Line chart makes a white bubble on point on drag.
Replies: 4
Views: 46403

Re: MAUI Line chart makes a white bubble on point on drag.

Hello,
I'm afraid I can't reproduce the problem here.
In your code I can see that both zoom and panning are active.
Do you have very simple project with which we can reproduce the problem as is here ?

thanks
by Pep
Mon Dec 09, 2024 9:28 pm
Forum: .NET
Topic: MAUI - Please make the event handlers for TChart protected virtual
Replies: 1
Views: 13243

Re: MAUI - Please make the event handlers for TChart protected virtual

Hello,

sure, just changed. Will be available for the next nuget version.
Thanks for the advise.
by Pep
Mon Dec 09, 2024 9:23 pm
Forum: .NET
Topic: MAUI Line chart makes a white bubble on point on drag.
Replies: 4
Views: 46403

Re: MAUI Line chart makes a white bubble on point on drag.

Hello,
does this behaviour happens by using the latest nuget version ? Does this happens to you on Windows platform ? I can reproduce the problem here using your code.

Thnaks
by Pep
Mon Nov 25, 2024 12:15 pm
Forum: .NET
Topic: Annotations are broken. Can't draw on the canvas.
Replies: 17
Views: 136903

Re: Annotations are broken. Can't draw on the canvas.

Great!
Thanks for the advise.
by Pep
Fri Nov 22, 2024 10:23 am
Forum: .NET
Topic: Annotations are broken. Can't draw on the canvas.
Replies: 17
Views: 136903

Re: Annotations are broken. Can't draw on the canvas.

Hello,
the AfterDraw event is called every time something is drawn over the Chart.
In any case, let me prepare an example where creates an annotation on top of each point when user clicks over, and that removes the rest of annotations.