Search found 3317 matches

by Pep
Mon Jul 28, 2025 10:57 pm
Forum: .NET
Topic: .NET MAUI CircularGauge
Replies: 1
Views: 1507

Re: .NET MAUI CircularGauge

Helllo, yes, you're correct, it's a but in latest maintenance release versions. Let me try to find a workaround while we fix this. About center circle, the problem is that by default we have Gradient visible to true, and we're having some problems drawing cirtular gradient on MAUI. A workaround for ...
by Pep
Mon Jun 02, 2025 9:22 pm
Forum: .NET
Topic: Maui TeeChart Header and YAxis Values and Legends to rotate from Horizontal to Vertical after upgrading to Maui Control
Replies: 1
Views: 17875

Re: Maui TeeChart Header and YAxis Values and Legends to rotate from Horizontal to Vertical after upgrading to Maui Con

Hello,

ok, thanks for the advise, give me some time to check and back to you asap with fix if possible.
Thanks.
by Pep
Mon Jun 02, 2025 10:25 am
Forum: ActiveX
Topic: Registered Control is Not Registered in Visual Studio?
Replies: 1
Views: 63133

Re: Registered Control is Not Registered in Visual Studio?

Hello,
it's a strange problem.
Are you using 64 bits version or 32 bits version ?
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: 113067

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

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 37578 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: 113067

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
Wed Feb 12, 2025 8:02 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: 113067

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

Hello,
can you pleae tell us in which platform this happens to you (windows, android or ios) ?

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

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

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

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

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

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

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

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.