You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I upgraded from Avalonia 10 to 11, I found that in the new IMsBox<T> interface, the non-modal method Task<T> ShowWindowAsync() does not support specifying a parent control, whereas the other two methods that do support specifying a parent control are both modal dialogs. I want my multi-window application to display a non-modal dialog in front of a specific window. How can I achieve this?
After I upgraded from Avalonia 10 to 11, I found that in the new
IMsBox<T>
interface, the non-modal methodTask<T> ShowWindowAsync()
does not support specifying a parent control, whereas the other two methods that do support specifying a parent control are both modal dialogs. I want my multi-window application to display a non-modal dialog in front of a specific window. How can I achieve this?The text was updated successfully, but these errors were encountered: