New Post: Navigation Help
Hi Mathius, First, there would not be neccessary to use RegisterViewWithRegion before executing Navigation. If the View you would like to Navigate to is not previously registered, then the Region would...
View ArticleNew Post: Proper Design for Navigation
I have a linear set of steps for a workflow. There are 3 steps to this workflow, and one view for each workflow. I load the first view into the region on startup. When I hit next, I want to navigate to...
View ArticleNew Post: Proper Design for Navigation
I fixed it by using ContentControl. I have been using ItemsControl for some reason. My apologies.
View ArticleNew Post: Prism Quickstart gets "The remote server returned an error: (407)...
I downloaded the Prism 5.0 from the link (http://www.microsoft.com/en-us/download/confirmation.aspx?id=42537). I installed it. I'm trying to build/ run the BasicMVVMQuickstart_Desktop. The build gets...
View ArticleNew Post: Prism Quickstart gets "The remote server returned an error: (407)...
I believe you may find useful the following Issue answer:Cannot Compile Prism 4.2 as well As far as I know, the solution would try to connect and download Nuget packages that are configured on the...
View ArticleNew Post: Cannot access a disposed Object in Prism Mef
Hi, We have used MEF framework in our WPF application. Application is an MDI application built using tab controls. We have a parent container that hosts the base tab control and we have created child...
View ArticleNew Post: OnNavigatedTo doesn't fire on the first navigation to
Hi Devin. Not sure if you will get this so many years after, but I try: I have the exact same problem as you described: I have two view that will be shown in the same region. A button on each view will...
View ArticleNew Post: OnNavigatedTo doesn't fire on the first navigation to
Hi ghauan, If you could provide us with a full repro sample of your solution, we can help you identify the issue and be able to troubleshoot it. You could upload your solution to OneDrive for example...
View ArticleNew Post: Cannot access a disposed Object in Prism Mef
Hi Kalai, It will be helpful if you could provide us with a full repro sample of your solution, so that we can help you to identify the cause of this behavior you are mentioning. You could upload your...
View ArticleNew Post: OnNavigatedTo doesn't fire on the first navigation to
Hi Gabriel. Thx for your reply. What would such a full repro sample need to include? The solution I am working on (inherited) is kind of big, and I am not sure how to wire it all together just like...
View ArticleNew Post: OnNavigatedTo doesn't fire on the first navigation to
Hello again. It seems that I have found a solution, like Devin. My problems also seem to have with the way the viewmodel was connected to the View. Originally that connection was made first after the...
View ArticleUpdated Wiki: Home
Welcome to the Prism CommunityJust released: Prism Library 5.0 for WPF. For more information go here. Prism 5.0 now supports Unity 3.5 at http://aka.ms/prism-wpf-code.Prism 4.1: can be found...
View ArticleNew Post: Update WPF modules/shell similar to Silverlight
Hi Has anyone implemented/used a mechanism to autoupdate modules/shell, similar to what OneClick and Silverlight does? The idea is to have a web repository with the modules (maybe xaps or dlls) and...
View ArticleNew Post: Update WPF modules/shell similar to Silverlight
Hi JLuis, Prism for WPF doesn't provide anything similar to what you are looking for. However, Prism is highly extensible and it can be extended to add the functionality you are describing. You might...
View ArticleNew Post: Prism 5 - Using the ViewModelLocator on a UserControl?...
Unity 3.x Hi, I can use the ViewModelLocator in the Shell Window, but how do you get it to work on a UserControl that's inside a Project Library that will be injected into the Shell Window?...
View ArticleCreated Unassigned: Support Universal App for Prism [10642]
Prism does not work for Universal Windows Phone 8.1 and Windows 8.1 Apps, can that please be supported?
View ArticleNew Post: Upgrading from PRISM 4.1 to PRISM 5 -> "Region with the given name...
Hi! I'm having problems with my application after upgrading from 4.1 to 5.0. Code that worked with PRISM 4.1 is as follows: // Build query parameters NavigationParameters query = new...
View ArticleCommented Unassigned: Support Universal App for Prism [10642]
Prism does not work for Universal Windows Phone 8.1 and Windows 8.1 Apps, can that please be supported?Comments: ** Comment from web user: ejadib ** Hi Mohamed,Support for Universal or Convergent Apps...
View Article