Strypper / mauisland

MAUIsland 🏝️ is the number 1 controls gallery for .NET MAUI
MIT License
198 stars 14 forks source link

🐞 SfRadialGauge crash when open in new windows #124

Open Strypper opened 1 year ago

Strypper commented 1 year ago

Contact Details

ocgrb.strypperjason115@gmail.com

What happened?

When you on Galley -> Syncfusion -> SfRadialGauge, SfBadgeView -> More detail to open the new page-> It can't do it and got out of the program.

Version

7.0

What platforms are you seeing the problem on?

Windows

Relevant log output

System.Runtime.InteropServices.COMException: 'The application called an interface that was marshalled for a different thread. (0x8001010E (RPC_E_WRONG_THREAD))'

Code of Conduct

Strypper commented 1 year ago
git fetch origin
git checkout 124-bug-sfradialgauge-crash-when-open-in-new-windows
E-vaTRON commented 1 year ago

The problem occurs when using x:Binding for Label Property inside gauge:RadialRange cause the bug, removing it solves the problem. For detail Label Property of gauge:RadialRange can not binding value.

image

image

Strypper commented 1 year ago

Wait which platform got affected? @nhatminh1401 @E-vaTRON On windows it work image