Updated Wiki: Home
Welcome to the Prism CommunityOverviewPrism provides guidance designed to help you more easily design and build rich, flexible, and easy-to-maintain Windows Presentation Foundation (WPF) desktop...
View ArticleUpdated Wiki: Home
Welcome to the Prism CommunityJust released: Prism for Windows Runtime. See announcement at http://blogs.msdn.com/blaine. OverviewPrism provides guidance designed to help you more easily design and...
View ArticleUpdated Wiki: Home
! Welcome to the Prism CommunityJust released: Prism for Windows Runtime. See announcement at http://blogs.msdn.com/blaine. OverviewPrism provides guidance designed to help you more easily design and...
View ArticleUpdated Wiki: Home
Welcome to the Prism CommunityJust released: Prism for Windows Runtime. See announcement at http://blogs.msdn.com/blaine. OverviewPrism provides guidance designed to help you more easily design and...
View ArticleUpdated Wiki: Home
Welcome to the Prism CommunityJust released: Prism for Windows Runtime. See announcement at http://blogs.msdn.com/b/blaine/archive/2013/05/18/just-released-prism-for-windows-runtime.aspx. OverviewPrism...
View ArticleUpdated Wiki: Home
Welcome to the Prism CommunityJust released: Prism for Windows Runtime. See announcement at http://blogs.msdn.com/b/blaine/archive/2013/05/18/just-released-prism-for-windows-runtime.aspx. OverviewPrism...
View ArticleUpdated Wiki: Home
Welcome to the Prism CommunityJust released: Prism for Windows Runtime. http://blogs.msdn.com/b/blaine/archive/2013/05/18/just-released-prism-for-windows-runtime.aspx. OverviewPrism provides guidance...
View ArticleNew Post: Application with more than one Shell or Popup Windows with regions...
Damian, As I told you I am using PRISM for the first time and I have a lot of questions. I have followed Brian Lagunas videos in Pluralsight and the IG Outlook sample. What is making me a little...
View ArticleNew Post: Is MEF compatible with the article "WPF Hands-On Lab: Get Started...
Follow the instruction in http://msdn.microsoft.com/en-us/library/ff921141%28v=pandp.40%29.aspx, I create a WPF application. Every thing was OK as the article said. The article said: "This hands-on lab...
View ArticleNew Post: Architecture in designing Login Page and the other screens using...
Thanks a lot Martinez . Can we follow this approach ? The LoginView.xaml will not be a part of 'Shell.Xaml ',instead we created another view in the same project as 'shell.xaml'.whenever shell...
View ArticleNew Post: Updating Properties in PRISM MVVM
I have a full MVVM Prism pattern project where I am facing a problem, and i.e. when I am debugging code shows view model updating the property but view not showing these changes. My question is, is...
View ArticleNew Post: Updating Properties in PRISM MVVM
Found that issue is in Event subscription and publishing the event. I just added a event onLoad of view that tell me the view is loaded and now publish event that gives data to view.
View ArticleNew Post: Is MEF compatible with the article "WPF Hands-On Lab: Get Started...
Hi, Since Unity and MEF work different, you will need to do some modifications to the code, i.e. the way you declare Modules, so that your application can work with MEF. Changing the references is just...
View ArticleNew Post: How to activate an existing order details view in StockTraderRI ?
Hi, I'm not sure if I understand what you are trying to achieve. If what you want is to simply set the TransactionInfo from your orderDetailsViewModel, this is already being done in the code you...
View ArticleNew Post: Application with more than one Shell or Popup Windows with regions...
Hi, As far as I know, I believe that a RegionAdapter should not have affect over controls injected into the region, but over the control that is being used as a region; although this could differ...
View ArticleNew Post: AvalonDock 2 / Prism 4 : how to handle close event?
Hi, I want to handle close event of document pane in order to remove the closed view from the prism region. How could i do that?
View ArticleNew Post: Is MEF compatible with the article "WPF Hands-On Lab: Get Started...
Federico, Thanks, now I know that the answer is in the following two link. 3: Managing Dependencies Between Componentshttp://msdn.microsoft.com/en-us/library/ff921140%28v=pandp.40%29.aspx 4: Modular...
View ArticleNew Post: AvalonDock 2 / Prism 4 : how to handle close event?
Hi, Based on my understanding, the close event is raised in your View, so you will need to tell your ViewModel that you want to handle it and remove the closed View. In order to do that, you can use...
View ArticleNew Post: Application with more than one Shell or Popup Windows with regions...
I think I have solved the problem. If I use a UserControl in a Region hosted by a ContentControl everything works. I do not need to create any additional Region Adapters for controls not supported. I...
View ArticleNew Post: Transitions and Effects when navigating to Views
Hi, I need to navigate/show a View as a PopupWindow that slides in, from left to righ, and out in inverse direction of the Screen. I have already found a WindowRegionAdapter here...
View Article