Etienne Charland
Etienne Charland
I was very excited about how smooth things are in Blazor -- until I need to update a model field that is used by 2 components. Doing a bit of...
> Due to the various platform-specific behavior and problems (in particular on OSX), using the render API is currently recommended over window embedding. In some cases, window embedding can be...
More importantly, wID integration only works in WinForms and WPF. For UWP, WinUI, Avalonia, UNO... have no choice but to use the OpenGL Render API. As a personal note, WPF...
If I have pages in different languages on the website, how can the page tell the _Host its language?
Alright I've made progress on this after spending the day reading through the docs. Can you tell me whether I'm doing it right? To get initial list validation, calling `Sources.Clear()`...
I cleared bin/obj folders and restarted the IDE. I removed "abstract" on the base class. I tried tweaking the code in various ways, and the only way to make the...
AHAH! Found the problem. Base class has a property marked with `[Reactive]` (ReactiveUI.Fody). If I remove that line, it works! You can transfer this issue to the ReactiveUI.Fody repo.
By the same token; can also add IActivable interface with event RequestActivate.
It's already implemented in my code branch. I just thought it could be added to the old code branch as well, which could be kept for compatibility reasons.
Why do you say MessageBox would never be part of Avalonia? Why are they not interested in this? [There are discussions about its implementation here](https://github.com/AvaloniaUI/Avalonia/issues/670) Btw your styling option is...