New Post: Popup Overlay doesn't cover for Shell Window in Prism
Hi, I created a small sample containing a Popup Overlay that covers the whole Shell. In this sample, the View in the Main Region sends a message thorugh the EventAggregator and the Shell shows it in...
View ArticleNew Post: Share ViewModels
Hi, Based on my understanding the problem is that the ConfigurationModuleCatalog and the module catalog obtained through CreateFromXaml are populated at different times: the one obtained from...
View ArticleNew Post: Nested Region within Popup Window
I've hit another snag while using the RegionManagerAwareBehavior. I'm using the above second workaround. i.e. Define the InteractionRequestTriggers in a view that will be injected in a region instead...
View ArticleNew Post: Popup Overlay doesn't cover for Shell Window in Prism
Hi Federico, Thanks For your solution it helps me to solve the problem. Regarding Validation in prism i have some doubts. I created a custom window to show all the validation Messages and implemented...
View ArticleNew Post: Popup Overlay doesn't cover for Shell Window in Prism
Hi, Based on my understanding, the Prism MVVM Quickstart uses Validation for text boxes, so maybe you could use it as a reference to implement your validation logic and avoid your issue in application...
View ArticleNew Post: Nested Region within Popup Window
Hi, I was able to reproduce the scenario you described. Indeed, this doesn't seem to be appear only in the Shell, but in any part of the application containing the popup, depending on certain factors....
View ArticleNew Post: Show Multiple non-Modal dialogs at once
My application requires "popup" windows on two distinct occassions:User clicks on an item in a vew to display more details. An event is caught and displays a details view immediately to the user. I...
View ArticleNew Post: How do I implement the logic to navigate once the service result is...
I am using Prism V4, MVVM, and Unity using C#. In a bootstrapper, I have two views. Using the IRegionManager, I navigate between the first and the second view. The first view contains a search box. The...
View ArticleNew Post: MEF Second Time Load Module
Hello, I have an issue using Prism and Mef in silverlight , I have a module which contains one view. So when I click on a button in the shell page , I navigate to a view that defines a region which...
View ArticleNew Post: How do I implement the logic to navigate once the service result is...
Hi, I believe you could find the IConfirmNavigationRequest interface provided by Prism useful. This interface defines a ConfirmNavigationRequest method which receives a callback as a parameter. This...
View ArticleNew Post: Show Multiple non-Modal dialogs at once
Hi, Based on my understanding, the author of the article was referring to a limitation of the popup action when defining a custom Window in it, where the Window could be used only once during the...
View ArticleNew Post: MEF Second Time Load Module
Hi, It could be useful to know what exception you are receiving in order to have a better understanding of the error you are experiencing. Also, if I have understood correctly, you want to initialize...
View ArticleReviewed: Prism for .NET 4.5 (May 03, 2013)
Rated 4 Stars (out of 5) - nuget Unity 3 is version 3.0.1304 atm, so get an exception with Prism ( Unity is actually higher version): Assembly 'Microsoft.Practices.Prism.UnityExtensions,...
View ArticleReviewed: Prism for .NET 4.5 (五月 03, 2013)
Rated 5 Stars (out of 5) - dfdfdsffasdaSDASDADS
View ArticleReviewed: Prism 4 - November 2010 (五月 03, 2013)
Rated 2 Stars (out of 5) - ASDASDADSADSAD
View ArticleNew Post: How do I implement the logic to navigate once the service result is...
I see. I will use this interface to notify me when the async operation is completed. But, since I am performing the operation on View1.ViewModel and displaying the result (collection of a type) on...
View ArticleReviewed: Prism for .NET 4.5 (Mai 04, 2013)
Rated 4 Stars (out of 5) - I think it is possible to build it by yourself. Just download the source and change TargetFramework and the referenced Unity libraries. But I hope an official updated version...
View ArticleNew Post: How do I implement the logic to navigate once the service result is...
Hi, I believe you will need to implement a communication mechanism between both view models or abstract the logic of obtaining and storing the data in a different component that could be used by both...
View Article