Hans Bakker

Results 153 comments of Hans Bakker
trafficstars

> Just displaying HTML as it was an Image or a Label or the like exactly, that's my goal. Technically `Label` has does have limited support for HTML, but unfortunately...

One workaround could be, if the static HTML is very simple: process it into a `FormattedString` (https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/label?view=net-maui-8.0#create-a-hyperlink) but that's ugly at the same time

For my project I created a converter for MAUI. Our approach is this: based on the JSON exported from Figma, it can generate C# classes with static properties. The class...

Great! I'm still in the process of getting approval, sorry. Regarding the tests and structuring the code I probably could use some help later.

@jorenbroekema I started work on this in #1162 - I started on the basics with exporting colors. I'm exporting to C# rather than XAML, so that they are also usable...

I'm no DBus expert but there seem to be multiple DBus interfaces for the same object path (device and battery). Should I use `BluezManager.GetProxiesAsync(string interfaceName, IDBusObject rootObject)`, use the adapter...

Thank you for letting me know! I'm not working on my project at the moment so unfortunately I cannot try your fork and give feedback, sorry. Wish you success on...

Update - for me, empirically it seems that: - `ElementHandler.ElementMapper` should be used for custom-defined properties in an inherited class (e.g. if you add `CornerRadius` yourself to a subclass of...

Is it possible to include this PR in the next Servicing Release?

@BenJKuhn is there any update to this? I see @mattleibow added maui-7.x and Maui 7.0 went GA - is there any roadmap or expected moment we can use this? Given...