Skip to content

Takes seconds to return the MessageBox result on Kylin V10 (Ubuntu) or UOS V20 #208

Open
@a6754z

Description

@a6754z

Just like below comfirmation messagebox, after clicking the Yes button, it takes several seconds to return the result.

var box = MessageBoxManager.GetMessageBoxStandard(new MsBox.Avalonia.Dto.MessageBoxStandardParams
{
ButtonDefinitions = ButtonEnum.YesNo,
ContentTitle = caption,
ContentMessage = message,
Icon = Icon.Question,
WindowStartupLocation = WindowStartupLocation.CenterOwner,
Topmost = true,
SystemDecorations = SystemDecorations.None
});

    var result = await box.ShowAsync();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions