Symbai

Results 124 comments of Symbai

Note to devs: Putting webview in a grid like below solves the problem, but I guess its still a bug as it has been already inside a grid. ``` ```

@michael-hawker MediaPlayer property throws a NullReferenceException all the time when being used in code. Which was the reason why I've asked for a sample because I thought I might be...

Any update on this? I would really love to use this control but failing to access the mediaplayer property makes it impossible.

Finally, first time the mediaplayer becomes usable for offline purposes. Thank you so much ❤ //edit: Hm, I've tried the fix and mediaplayer property is not null anymore but all...

> FYI, if someone just sets ToolTipText, would that work as a fallback then on Windows 11? Yes

@shawnallen85 There is currently no way to draw something on top of the mediaplayer (because it has no content property) but for LibVLCSharp's WPF implementation it is. Any chance this...

> I created an open source repo on Github which tries to overcome some Avalonia LibVlcSharp issues and missed things. As far as I've seen on your project description it...

I've tried @grokys solution in Avalonia 0.9.3 and it doesn't work: ``` ``` throws `Error Unexpected token EqualSign (line 20 position 33) Line 20, position 33.` And ``` ``` throws...

Instead of airhack isn't it possible for Avalonia to just draw Avalonia controls on top of it (since your rendering engine is self made right?)? Or is the NativeControlHost a...