Anna Novikova

Results 7 issues of Anna Novikova

I've got TabbedPage with several tabs with DataGrids on each of them. Running on Android.

I create input message box to ask user for a string input: ``` var messageBoxWindow = MessageBox.Avalonia.MessageBoxManager .GetMessageBoxInputWindow(new MessageBoxInputParams() { ContentTitle = "Caption", ContentMessage = "Message", WindowStartupLocation = WindowStartupLocation.CenterOwner });...

I open the project, any of *.axaml file in designer (Windows 10, VS 2022 with all updates, Avalonia 0.10.16). No errors, designer works fine. I press XAML view to hide...

With the latest version of EPPlus.Core (1.5.4) I receive the following exception: >Error Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'System.Drawing.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. Perhaps it doesn't exist...

Using Colab link in docs: https://github.com/fastai/fastai readme.md https://docs.fast.ai/ doesn't work and gives error 404. Could you please fix that?

The question is about a situation when webview is creating new window: ``` webView.CoreWebView2.NewWindowRequested += newWindowRequested; private void newWindowRequested(CoreWebView2 sender, CoreWebView2NewWindowRequestedEventArgs args) { } ``` `CoreWebView2NewWindowRequestedEventArgs ` has the properties...

feature request
tracked
priority-low