Prism-Framework: Multi-Window App with Regions on Multi-ContentPages #24456
Unanswered
pAtMaN-bcassa
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure if you can help me with this.
I am currently developing a project for Windows and MacOS with Prism.Maui including regions, and I need a second / third window that should be displayed on another monitor and also contain regions for navigation.
Using the IWindowManager or Application.Current.OpenWindow(window) I can, of course, open a newly created window, and the bindings work as well. However, it seems that the window is not properly registered because it does not include the regions of the SecondPage in the Prism.RegionManager. RegisterForNavigation for MainPageView and SecondPageView has also been done, but the thing with IWindowManager is quite a different navigation system compared to the NavigationService or the RegionManager.
Should I use the DialogService for this? Is it possible, like in Prism.WPF, to register the DialogWindow or transfer the dialog to the second monitor using X, Y coordinates?
Has anyone successfully implemented this before?
Beta Was this translation helpful? Give feedback.
All reactions