SongOfYouth

Results 17 comments of SongOfYouth

> @Tanya-Solyanik I cannot repro this issue in Winforms .net framework application with 3rd party controls from DevExpress, build and run app successfully in VS 2022. @wangrd Could you please...

The most reason of trying to use winui not maui is the lack of datagrid, but i tried to using wpf becuse some winform control can't be migrated in my...

> it is needed no doubt! maui is futureless, just to uno or avalonia.

just turn to uno platform, friend. ---Original--- From: ***@***.***> Date: Sun, Oct 22, 2023 03:49 AM To: ***@***.***>; Cc: ***@***.******@***.***>; Subject: Re: [dotnet/maui] [Enhancement] DataGrid Control (#1259) the state of...

> I tested with an InfoBadge and it worked (Windows 10 22H2, Windows App SDK 1.6.240829007) : > > ``` > InfoBadge infoBadge = new InfoBadge > { > Background...

> As [@mareksm](https://github.com/mareksm) said, you can use Path, like PathIconSource > > For example, I copied the path from my star.svg for the test, but you could extract it into...

> Can I see your ComServer manifest entry to verify everything looks good? I got the same problem when I call `AppNotificationManager.Default.Register();` on uno platform.

tried some times, I find the reason. The compiler will generate a `XamlTypeInfo.g.cs` file when building, which the `XamlTypeInfoProvider` of other project will be builded in when reference other project...

![image](https://github.com/user-attachments/assets/3149e31a-45f1-4c74-84bf-e034b57d1ca2) `System.AccessViolationException:“Attempted to read or write protected memory. This is often an indication that other memory is corrupt.”` occured when call `frame.NavigateTo(type)` whitch the type is from another assembly and...