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

Since 2.1.0 no dialog is shown #131

Closed
Symbai opened this issue Nov 4, 2022 · 2 comments
Closed

Since 2.1.0 no dialog is shown #131

Symbai opened this issue Nov 4, 2022 · 2 comments
Labels
Milestone

Comments

@Symbai
Copy link

Symbai commented Nov 4, 2022

I've updated from 2.0.0 to 2.2.0 and noticed that no dialog alias child window is shown anymore. The constructor of the child window is called but its simply not there. Downgraded to 2.1.0 but problem persist. As soon as I downgrade to 2.0.0 dialogs are working as expected.

I'm using MetroApps Version 2.4.9, the latest version as of now. Was there any breaking change on 2.1.0 ?

I'm opening dialogs like this:

var dlg = new MyWindow() { IsModal = false };
var result = await this.ShowChildWindowAsync<bool>(dlg);

Where MyWindow is type of ChildWindow.

@punker76
Copy link
Owner

punker76 commented Nov 4, 2022

@Symbai Can you provide a full sample? Thx

@Symbai
Copy link
Author

Symbai commented Nov 4, 2022

Sure here you go:

WpfApp3.zip

2.2.0

bandicam.2022-11-04.16-57-22-139.mp4

2.0.0

bandicam.2022-11-04.16-57-52-337.mp4

You might want to set height / width of child window to make it more visible.

@punker76 punker76 added the Bug label Nov 5, 2022
@punker76 punker76 added this to the 2.2.1 milestone Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants