Max Katz

Results 288 comments of Max Katz

I am not sure if theme changing is supposed to work very well now. Does it work properly if theme mode was set initially?

Also keep in mind that switching from Simple to Fluent theme or vise-versa isn't supported and not guaranteed.

> That doesn't make sense to me Similarly, as it is in WPF/UWP, ControlTheme is referenced statically. So, controls wouldn't react on changes when ControlTheme resource was replaced. Though @grokys...

Yes, I just was clarifying that it was lightdark change and not fluent-lightdefault-dark

Alternatively, ImageBrush can be updated to support sources other than IBitmap. For reference, Image class Source accepts IImage, where you can set a drawing. Workaround for now, either to use...

On macOS and windows app is correctly finding out that my primary monitor is the right one. ~Causing some pain, because I opened it from the Rider on the left.~...

Yes, it works like that in both WPF and WinUI. Though it would be nice to have anyway. Right now, it's possible to use MultiBinding instead.

> extract the actual value from the binding instance? You can't. For now, use MultiBinding if you don't need convert back value.

@tristanlabelle seems like this issue is specific for some devices and/or OS version. As on emulator and my android 11 it works well. And it worked well for more people....

Installed pixel experience and was able to reproduce this problem. No clue so far, what was changed in Android to break avalonia rendering. Old renderer (UseComposition=False) or framebuffer (UseGPU=false) don't...