New Post: INavigationAware in ViewModel not working.
Hi, A possible approach could be to disable the parent window manually when showing the window, and re-enabling it once the popup is closed. For example, in the code behind of the Shell window, you...
View ArticleNew Post: INavigationAware in ViewModel not working.
It is a workaround, but not as the ShowDialog(), which does not enable any interaction with the parent window at all. For now, it will do it... Thanks!
View ArticleNew Post: Performance issue in Prism 4
Hi, I am using prism 4.1 with MEF in my application. Everything works well but we have big performance issue each time when we load a MDI module thru menu in the Shell app, below is the main layout of...
View ArticleNew Post: NavigateFrom and NavigateTo not being called
iv'e got tow viewmodels (implementing IConfirmNavigationRequest ) , which can be propagated into a region using navigation . 1) if i call the first and then the second :NavigateFrom is called in the...
View ArticleNew Post: Navigation not occurring
iv'e got tow viewmodels (implementing IConfirmNavigationRequest ) , which can be propagated into a region using navigation . 1) if i call the first and then the second :NavigateFrom is called in the...
View ArticleNew Post: How to catch each module's exception in my shell app in Prism 4.1?
Hi Federico Martinez, Thanks a lot for the sample. Sample is working fine.
View ArticleNew Post: Ribbon missing in wpf application in VS2012
That's absolutely fine, I will. Thanks for your help and replies.
View ArticleNew Post: Using Prism/MEF Dependency Injection with a plain old class
I've got a pretty good idea how DI works in Prism when you have an IModule. However, many of my classes where I want DI are not modules, they are plain old classes. If I use the [Import] statement, I...
View ArticleNew Post: Using Prism/MEF Dependency Injection with a plain old class
OK, I answered my own question. It has everything to do with the decorator and how you instantiate 'Class1'. That is, you need to decorate Class1 above with the [Export] attribute, then when you create...
View ArticleNew Post: Scoped EventAggregator
Hi, Thanks for the answer. I'm using the scoped Region implementation of Agustín Adami....
View ArticleNew Post: Scoped EventAggregator
Hi, Based on your scenario, I believe that what you want is to raise an equal event on a scoped EventAggregator so it doesn't affect other Views globally. If that is the case, it would be better for...
View ArticleNew Post: Performance issue in Prism 4
Hi, You mentioned that each MDI view (which takes 4 seconds to load) is composed of a TabItem which contains other 3 views. Does each of this views have a view model that retrieves data from a...
View ArticleNew Post: NavigateFrom and NavigateTo not being called
Hi, Based on the scenario you described us, there wouldn’t be any special considerations for this to run. As far as I know, OnNavigatedFrom and OnNavigatedTo shouldn't be the cause of the problem if...
View ArticleReviewed: Prism 4 Documentation (Aug 26, 2013)
Rated 5 Stars (out of 5) - It is a great framework.
View ArticleReviewed: Prism 4 - November 2010 (Aug 26, 2013)
Rated 5 Stars (out of 5) - Like it it lot.
View ArticlePatch Uploaded: #15026
SlickRick has uploaded a patch.Description:In order to "improve" prism interop when a WPF application/form is called inside Windows.Forms or VB6, our company did the following modifications that we...
View ArticleCreated Unassigned: ExtractPropertyName can be used only for properties in...
PropertySuport.ExtractPropertyName is not supported when you want to extract property:a, from other class then the caller's classb, from static method/constructor```public class ClassA { public string...
View ArticleCommented Unassigned: ExtractPropertyName can be used only for properties in...
PropertySuport.ExtractPropertyName is not supported when you want to extract property:a, from other class then the caller's classb, from static method/constructor```public class ClassA { public string...
View ArticleNew Post: MEF and View Injection
hi gunungmerapi, Your new link for sample application no longer works!
View ArticleNew Post: MEF and View Injection
Hello spsoofbaf, I´ve just verified the last available link for the sample application and it worked for me. Anyway, I uploaded the sample again into my SkyDrive Public folder so you can access it...
View Article