Quantcast
Channel: patterns & practices: Prism
Browsing all 1878 articles
Browse latest View live
↧

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 Article


New 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 Article


New 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 Article

New 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 Article

New 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 Article


New Post: Design Question - keyboard navigation

Here is the code for the updated template

View Article

New 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 Article

New 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 Article


New Post: Prism 4.5

Do you know if the latest version of Unity supports Portable Class Library?

View Article


New 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 Article

New Post: Adjustiing properties for popups e.g. MinWidth, MinHeight

Ok, but how about different sizes of Windows? How to set different sizes?

View Article

New 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 Article

New Post: Prism 4.5

I do not think so, but I will find out for certain.

View Article


New 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 Article

New 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 Article


New 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 Article

New 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 Article


Image may be NSFW.
Clik here to view.

New 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 Article

New Post: ItemsControl + NavigationRequest

Hi Damian, i will follow your approach Thanks Peter

View Article

New 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
Browsing all 1878 articles
Browse latest View live