Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on MacOS with Window at start of app #3801

Closed
ia-alpatov opened this issue Apr 20, 2020 · 5 comments
Closed

Issue on MacOS with Window at start of app #3801

ia-alpatov opened this issue Apr 20, 2020 · 5 comments

Comments

@ia-alpatov
Copy link

Hello.

I have 2 issues on MacOS with Window at start of app:

  1. It start not at center of screen with WindowStartupLocation="CenterScreen"
  2. I see red rectangle on the Window place for 0.5 seconds when app starts.

Avalonia: 0.9.6

OS: macOS Catalina 10.15.3
Hardware: MacBook Pro (15-inch, 2019)
Processor: 2,6 GHz 6-Core Intel Core i7
Graphics:Radeon Pro 555X 4 GB; Intel UHD Graphics 630 1536 MB

I had tested this app on another MacBook with same result.

Config of AppBuilder:

    public static AppBuilder BuildAvaloniaApp()
    {
        return AppBuilder.Configure<App>()
            .UsePlatformDetect()
            .LogToDebug()
            .UseSkia()
            .UseReactiveUI();
    }

example gif

@danwalmsley
Copy link
Member

@oiuldashov any chance of a minimal repro we can debug?

@mat1jaczyyy
Copy link
Contributor

I also get red rectangle over at mat1jaczyyy/apollo-studio

@ia-alpatov
Copy link
Author

@Enoq00
Copy link

Enoq00 commented May 22, 2020

Hi all. i had same issue on macOS Catalina. Any news???

@maxkatz6
Copy link
Member

Red flickering was fixed #6250

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants