Max Katz

Results 288 comments of Max Katz

We have this default hot key configuration https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Base/Input/Platform/PlatformHotkeyConfiguration.cs Which can be modified per platform specifics https://github.com/AvaloniaUI/Avalonia/blob/95b9492ccf0fd4b8483e6d79b9ea6345c6c8e97b/src/Windows/Avalonia.Win32/Win32Platform.cs#L161 Or developer can get this class from the locator and modify in runtime. Is...

Also check Console macOS app, as it can contain additional information about your app why it was closed/crashed. Especially if it's related to some permissions or security related problems.

Probably duplicate of https://github.com/AvaloniaUI/Avalonia/issues/8705 And https://github.com/AvaloniaUI/Avalonia/issues/6028 See last issue how to solve it

Most likely fixed by https://github.com/AvaloniaUI/Avalonia/pull/5968

Tested on my machine. Works with no issues as you have. Can you test the same code on another machine? Or try it with 11.0 preview? Also, keep in mind...

Can you check if it was fixed after this PR? https://github.com/AvaloniaUI/Avalonia/pull/8918

Seems to be fixed by https://github.com/AvaloniaUI/Avalonia/pull/8793/files Please let me know if not.

@CollinAlpert it's just a x:Name properties? Yes, it can be changed with no problems, if you want to create a PR.

@AvaloniaUI/core what if we remove AlternatingRowBackground and RowBackground properties in 11.0? As users can use more flexible nth-child selector now.