Morten Nielsen

Results 478 comments of Morten Nielsen

Matching WinUI issue: https://github.com/microsoft/microsoft-ui-xaml/issues/1247

Looking at the source code comparing to the above, Mica matches what the defaults are: https://github.com/dotMorten/WinUIEx/blob/main/src/WinUIEx/SystemBackdrop.cs Do you have a link to the doc where the acrylic values are documented?

@plonkaadam nice write up. It’s odd where the blue hue is coming from. It’s literally just a dark gray: https://github.com/dotMorten/WinUIEx/blob/ce3b8d6d270b8124c4f16acc00b694fbc3d2dd9e/src/WinUIEx/SystemBackdrop.cs#L262

> an we simply not touch the MicaController at all if user doesn't change the values or introduce some flag to enable customization? I had that in the initial implementation...

@niels9001 where do you see the spec in figma? All I see is this: ![image](https://user-images.githubusercontent.com/1378165/184176122-63267d33-9c03-456f-a691-dab95a711b9b.png) Btw this made me wonder if we should have some helpers to create the alternative...

Seems like the WinAppSDK should be able to return the defaults, and we could initialize them with those defaults. However the biggest problem is we can't actually get at the...

...my main goal here is to get comments like Niels': > Love the easy to use backdrops! So I still have to balance all this with a much easier to...

> How could we support unpackaged apps as well? According to https://github.com/microsoft/WindowsAppSDK/issues/1721#issuecomment-961265459, we are supposed to just use file storage in the `AppData` folder. However this folder is shared among...

I could provide some sort of property bag interface on the window manager - something along the lines of: ```cs public class WindowManager { public static IDictionary? PersistanceStorage { get;...

I think this is a fair argument - a bit caused by the evolution of WinUIEx over time as well as WinUI 3. WinUI have since added several members to...