New Post: Design Question - keyboard navigation
Hi, Based on my understanding, PRISM does not offer any feature regarding navigation with keyboard keys. However, you can check if this functionality exist in WPF. As a starting point, WPF offers a...
View ArticleNew Post: Prism 4.5
We will ship an updated version of Prism shortly the latest version of Unity ships. This version will not have make any major changes.
View ArticleNew Post: ItemsControl + NavigationRequest
Hi Peter, After checking your code I believe the "problem" you are experiencing is related to when you are setting the keepAlive attribute of the views. Basically, the OnNavigatedFrom method is only...
View ArticleNew Post: Exception when run the View Switching QuickStart
Hi Kevin, I tried to find the cause behind this problem and found that this same exception is thrown if the ViewSwitchingNavigation.Web project is not set as the entry point of your application. Just...
View ArticleNew Post: How to write a customer region adapter for WPFMDI in Prism
Hi, I am glad you could find an approach to achieve your scenario. Also, thanks for sharing your implementation with the rest of the community as it could be useful for other users requiring a similar...
View ArticleNew Post: Design Question - keyboard navigation
Here is the code for the updated template
View ArticleNew Post: What would be the best practice to remove a view from a region?
Hi fmartinez, I implemented IRegionMemberLifttime in views and set the breakpoint, but the KeepAlive property did not get called. Any idea? Thanks, Brew
View ArticleNew Post: Notification not triggered when navigating to view ...
Dear Friends. I have been workng on PRISM for a whle, I have done a working basic things .. now it comes to a seruios one, where I need to develop a dependable running application. So, I have a view...
View ArticleNew Post: Prism 4.5
Do you know if the latest version of Unity supports Portable Class Library?
View ArticleNew Post: Exception when run the View Switching QuickStart
Thanks Damian. As your suggestion, I works well. It is a shame and thanks a lot for your help. Regards, Kevin
View ArticleNew Post: Adjustiing properties for popups e.g. MinWidth, MinHeight
Ok, but how about different sizes of Windows? How to set different sizes?
View ArticleNew Post: What would be the best practice to remove a view from a region?
Finally I got it working with some confusions. The problem why the KeepAlive property did not get called was because I used ItemControl as the region container. Then I changed to use ContenControl. The...
View ArticleNew Post: Prism-MEF: Integerate LinqPad to my application as a Plug-in
Hi, I'm using MEF with Prism 4 in developing LOB application and i wonder if it is possible to integerate LinqPad 4 to my application to be launched from menu item or icon within my application and use...
View ArticleNew Post: What's the best prism region to hold MDI windows?
Hi All, Currently I am using Prism 4.1 as my component application development platform. I am using WPFMDI(http://wpfmdi.codeplex.com/) so that i can hold each view of module as a child of...
View ArticleNew Post: Gathering User Information before Bootstrapper Runs
Hello, I am fairly new to the MVVM model and need some help. My application is called with a GUID on the querystring. In my App.xaml.cs I gather the GUID, run a sub called SetupUserPrincipal with that...
View ArticleNew Post: Gathering User Information before Bootstrapper Runs
Hello, I am fairly new to the MVVM model and need some help. My application is called with a GUID on the querystring. In my App.xaml.cs I gather the GUID, run a sub called SetupUserPrincipal with that...
View ArticleNew Post: Nested Region within Popup Window
I have a popup window based on Damian's example here. The view that is created within this receives a new scoped region manager. My issue is that within my popup view, further down the tree I need to...
View ArticleNew Post: ItemsControl + NavigationRequest
Hi Damian, i will follow your approach Thanks Peter
View ArticleNew Post: Modular Approach Architechture Planning in ASP.net MVC
Hi, I was working in windows application where we were using PRISM framework to maintain modular architecture. Planning was that modules will be developed separately and will injected in Main...
View Article