GuildOfCalamity

Results 22 comments of GuildOfCalamity

[on Windows 10] Finally got this to compile after fixing these issues and now when the assembly loads I get this... ![LoadError](https://user-images.githubusercontent.com/81915293/175160326-6e0f8ef6-7f38-43ff-a679-732f5830cd27.png)

It's strange there's no audio capability for MAUI, since this was already in the Xamarin framework.

@hartez The ampersand conversion was my first thought as well, so I did try that but it kind of defeats the purpose of having the control offer the formatting. I...

Just to be clear: At a minimum this control should not crash the application, and at a maximum it should be able to handle anchor tags (like the iOS version...

For UX/UI there is a need for an **OnHover**/**MouseOver** trigger for Windows machine builds; this could be used in tandem with the **{OnPlatform}** directive.

Does anyone know how to convert between these two? I'm not against adding extra code to handle it, but I can't find any specs on the low-level object types and...

As @janseris states, Windows build environments do not support `PlatformImage.FromStream()`

How the hell does WinForms, WPF & UWP have a real-time designer and MAUI somehow does not????? Is there no QA process at MS anymore? How could you ship VS2022...

> > > Fun fact. You can design a .Net maui App in Blender... > > > > How? > > Same question. I tried looking into this and I...

I'm seeing a similar issue in my simple MAUI application with an ObservableCollection inside a CollectionView. I can add items, but once I remove an item and then try to...