New Post: View Base Navigation Not taking place.
Thanks for your reply. Here is my sample project for navigation. In this my application view gets changed form menu. I am not able to figure out why it is not working. Even i did on Module as you had...
View ArticleNew Post: How to catch each module's exception in my shell app in Prism 4.1?
Hi, Can a complete sample code be provided for handling global exception with the approach of "subscribing to the AppDomain.CurrentDomain.UnhandledException"? Thanks
View ArticleNew Post: View Navigation breaks with IRegionMemberLifetime and INavigationAware
Hi, As far as I know, you should be able to implement both IRegionMemberLifetime and INavigationAware interfaces in your view models without problems. So far with the information you provided I am not...
View ArticleNew Post: Using Unitybootstrapper in WinForms
Hi fmartinez, thanks for your reply. 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 want to...
View ArticleCreated Unassigned: RegionManager null (not inherited) on views when...
When using a ViewModel first approach (whereby a viewmodel is registered with a region, and a view is assigned via data templates defined within a resource dictionary), the RegionManager for the View...
View ArticleNew Post: Using Unitybootstrapper in WinForms
Hi, Thanks for sharing your solution with the community. It would be helpful if you could also post it as a work item so that it could be considered as a suggestion for future releases. Regards,...
View ArticleNew Post: View Navigation breaks with IRegionMemberLifetime and INavigationAware
Thank you for the reply. I am using a ContentControl and I double checked so that was not an issue, but I have been doing what you suggested in trying different values true/false with...
View ArticleReviewed: Prism 4 - November 2010 (Aug 13, 2013)
Rated 5 Stars (out of 5) - Nice stuff! Visit CodeArsenal.net
View ArticleNew Post: Scoped RegionViewRegistry?
Thanks as always Damian... I will take the injection route in the short term but hope to look into a scoped RegionManager solution when time allows. -- Terrence
View ArticleNew Post: How to catch each module's exception in my shell app in Prism 4.1?
Following is the code in AppMain. But the unhandled exception within the Prism Module is not caught by this code. Many websites talk about the fact that this code does not work for Prism application,...
View ArticleNew Post: View Base Navigation Not taking place.
Thanks for reply. It works.I need to ask one thing also that does ContentControl creates new control every time ? when required view is loaded in region than any view which were present get deactivated...
View ArticleNew Post: How to run Bootstrapper in BackgroundWorker.DoWork event
Yes. I used that approach as Damian suggested. It did work but the problem was that it took a long time to show up the Login Window as it's running on a seperate STA thread(my customer don't like this...
View ArticleNew Post: Journal not updated when closing last view in region
I don't know if I'm doing something wrong here but this is my scenario. I have a single active region, which views are open and closed in. So I open view1, the region has view1 in it, I then navigate...
View ArticleNew Post: INavigationAware in ViewModel not working.
That's exactly what's happening. If I call Show instead of ShowDialog, it works. But I want to block the user from having access to the parent Window.
View ArticleNew Post: Journal not updated when closing last view in region
Ok thank you. I understand that, I will just deactivate and clear the journal which solves most of my issues. My main issue is that the ConfirmNavigation doesn't fire when I close, because NavigateFrom...
View ArticleNew Post: Ribbon missing in wpf application in VS2012
Thank you for your reply Federico, When I run "Microsoft Ribbon for WPF Source and Samples" Windows Installer Package, it seems that installs it but I can't find where. So no files or assemblies are...
View ArticleNew Post: Ribbon missing in wpf application in VS2012
Hi, As you correctly pointed out, the install location is not clear. Nevertheless, I found that the default install location where you can find the RibbonControlLibrary.dll assembly should be one of...
View ArticleNew Post: Ribbon missing in wpf application in VS2012
Thanks Federico, that's correct. I found it there. I also realised that I could include from the project example that I am using it. I still don't understand, the RibbonControlsLibrary.dll" library is...
View ArticleCommented Unassigned: RegionManager null (not inherited) on views when...
When using a ViewModel first approach (whereby a viewmodel is registered with a region, and a view is assigned via data templates defined within a resource dictionary), the RegionManager for the View...
View ArticleNew Post: Ribbon missing in wpf application in VS2012
Hi, Regarding your question about the Visual Studio's project templates for Ribbon, I believe you could find a better support in the Visual Studio forums.Visual Studio forums Regards, Federico Martinez...
View Article