New Post: Scope Regions Nested View - WPF C# Prism 5.0 MEF
I got a work around for this. In Parent I defined the ContentControl as <ContentControl x:Name="FooChildContentControl" /> Then in the Code behind of Parent Control I create a new instance of...
View ArticleNew Post: Views NOT Having ViewSortHint are ordered ahead of views having...
I have a TabControl with a region. In the module's initializer I add 4 views to the region using RegionManager.RegisterViewWithRegion. If I put a ViewSortHint on each of the 4 Views, sorting in the...
View ArticleNew Post: Is it possible to replace the IUnityContainer with an own custom...
Hello, I already know how to replace the "build-in" region manager (or other framework classes) with a custom region manager in Prism 5.0 framework. But is it also possible to replace the "build-in"...
View ArticleNew Post: Creating a multple window app like Outlook
Hi, I'm wondering if Prism V5's Interactivity feature can be used to create an Outlook-like app where the user can click "New Email" button on the shell and a new email window pops up. The user can...
View ArticleReviewed: Prism 5.0 for .NET 4.5 (十二月 11, 2014)
Rated 5 Stars (out of 5) - 不知道什么东西拿下来看看
View ArticleNew Post: Erroneous behavior when using a TabControl - Prism 5.0 for WPF
If you make a TabControl and assign a region name for it, if you add EXACTLY one view for the regionname using RegionManager.RegisterViewWithRegion only the header of the first tab will be shown, not...
View ArticleCreated Unassigned: Views NOT Having ViewSortHint are ordered ahead of views...
I have a TabControl with a region. In the module's initializer I add 4 views to the region using RegionManager.RegisterViewWithRegion.If I put a ViewSortHint on each of the 4 Views, sorting in the...
View ArticleCreated Unassigned: Erroneous behavior when using a TabControl - Prism 5.0...
If you make a TabControl and assign a region name for it, if you add EXACTLY one view for the regionname using RegionManager.RegisterViewWithRegion only the header of the first tab will be shown, not...
View ArticleEdited Unassigned: Erroneous behavior when using a TabControl - Prism 5.0 for...
If you make a TabControl and assign a region name for it, if you add EXACTLY one view for the regionname using RegionManager.RegisterViewWithRegion only the header of the first tab will be shown, not...
View ArticleNew Post: Dispatcher issue in PRISM 5.0 while loading TabItem dynamically
Hi, I am using PRISM 5.0. I am new to PRISM and just started to dig into it for my complex project. Currently I try to load TabItems dynamically at runtime using TabControl as a Region. For that I have...
View ArticleCommented Unassigned: Prism 5 WPF XAML designer error "Your views must...
When using ViewModelLocator.AutoWireViewModel I am getting "Your views must implement IView" design time error even though the views implement IViewI am using VS2013 Update 2Comments: This is still...
View ArticleNew Post: Creating a multple window app like Outlook
You should check out my Building IG Outlook tutorial. It's a little old, but it solves the problem you are seeking to solve.http://brianlagunas.com/?s=IG+Outlook
View ArticleNew Post: Creating a multple window app like Outlook
Hi Brian, Thanks for the info. I have watched the videos. But the problem I wanted to solve is "multiple shells". Your tutorial is excellent, but the app is still single-windowed. The closest I found...
View ArticleNew Post: ViewModel injection
Using Prism 5 with MEF (Framework 4.5.2). In 2 different modules I want to use the same view, but with different ViewModels. I cannot figure out how to do this without hardcoding View and ViewModel...
View ArticleNew Post: Prism V5 MahApps Flyout Adapter Region
Hi! I am trying to use MahApps metro with my wpf prism application but i have issues creating custom region adapter for Flyouts... I have created custom adapter for StackPanel which works fine if it is...
View ArticleNew Post: Can’t open Prism 5.0 project files in Visual Studio Express 2013
Visual Studio Express 2013 isn’t compatible with Prism 5.0 project files. Does anyone know if Visual Studio Professional 2013 opens these project files? Is there a conversion utility? Thank you.
View ArticleNew Post: Can’t open Prism 5.0 project files in Visual Studio Express 2013
Visual Studio Community 2013 does open the prism 5.0 project files. PI32
View ArticleNew Post: Attach "Expanded" command while using HierarchicalDataTemplate in...
exipen wrote: Hello, I have a TreeView using several nested HierarchicalDataTemplates as its ItemTemplate, which finally end in a DataTemplate for the deepest node level. In each node I display an...
View ArticleNew Post: Attach "Expanded" command while using HierarchicalDataTemplate in...
The answer lies above, either the custom behavior shown a few years ago, or could wire it up with the InvokeCommandAction that is now part of Prism 5. Put that on the root element of your...
View ArticleNew Post: Creating a multple window app like Outlook
Sorry, but I never got a notification that you responded. DO NOT use two bootstrappers. You would simply use scoped regions, and use a dialog service to show your multiple windows. Here is a version of...
View Article