New Post: Exception while raising propertychanged event in Muitiple iew scenario
Hi, I am working on windows store app and it has multiple view scenario where I publish one object from Main view to secondary view using Event Aggregator (PRISM). while assigning that object to a...
View ArticleNew Post: Exception while raising propertychanged event in Muitiple view...
Hi, First of all, I would like to mention that Apps of Windows Store use another Prism project known as Prism for Windows Runtime. Therefore, questions for Windows Store Apps with Prism have their own...
View ArticleNew Post: Udating to Prism 5.0/unity
Peter, We just updated the Prism.UnityExtensions NuGet package to support Unity v3.5. Additionally the source package now also support Unity v3.5 at http://aka.ms/prism-wpf-code. blaine
View ArticleUpdated Wiki: Home
Welcome to the Prism CommunityJust released: Prism Library 5.0 for WPF. For more information go here. This drop now supports Unity 3.5.Prism 4.1: can be found here.Overview Prism provides guidance...
View ArticleUpdated Wiki: Home
Welcome to the Prism CommunityJust released: Prism Library 5.0 for WPF. For more information go here. This drop now supports Unity 3.5 at http://aka.ms/prism-wpf-code.Prism 4.1: can be found...
View ArticleUpdated Wiki: Home
Welcome to the Prism CommunityJust released: Prism Library 5.0 for WPF. For more information go here. Prism 5.0 now supports Unity 3.5 at http://aka.ms/prism-wpf-code.Prism 4.1: can be found...
View ArticleNew Post: Modular Application using MVVM, Prism, WPF and MEF - Examples /...
GOstrowsky wrote: Hi, The new version released of Prism updated these Silverlight Quickstarts in order to show the functionality on WPF applications. Prism 5 has some Quickstart samples that describe a...
View ArticleNew Post: [Prism 5] RegionName in ItemsControl DataTemplate
Hi, I'm working on a composite application in WPF using Prism 5. User, needs to enter his login and password, than, the application load modules dynamically related to the user account type. ( root,...
View ArticleNew Post: Report viewer integration
Hi, Is it possible to show report viewer in a separate modal WPF window than adding it in an existing region of the Shell? Thanks,
View ArticleNew Post: Shared data across modules
Hello, My current solution consists of ModuleA with ModelA (ID, Name) and ModuleB. I initialize ModuleB through a command from ModuleA and passing ID and Name as string parameters in the UriQuery. I...
View ArticleNew Post: Where is DelegateCommand in 4.2??
All sorted in the final release anyway. Thanks for your help.
View ArticleCreated Unassigned: The property 'Click.Command' does not exist in XML...
Hi, I just update to Prism 5.0 and i realize that the Click.Command is no longer in the component, what is the migration path, i dindn't find it in the documentation.I got following message :Error 274...
View ArticleCommented Unassigned: The property 'Click.Command' does not exist in XML...
Hi, I just update to Prism 5.0 and i realize that the Click.Command is no longer in the component, what is the migration path, i dindn't find it in the documentation.I got following message :Error 274...
View ArticleNew Post: Shared data across modules
Hello, In order to pass the entire object through Modules, you could use the EventAggregator approach by working on Prism 4.1. As you may see on the EventAggregation QuickStart, this feature would let...
View ArticleNew Post: Report viewer integration
Hi, Based on my understanding, you would be able to add the Report Viewer in a View regardless this View being on the MainWindow, ChildWindow, or a Popup. Below you may find a...
View ArticleNew Post: [Prism 5] RegionName in ItemsControl DataTemplate
Hi, I have just updated to Prism 5 Damian's workaround for the WPF solution, which is specified in this blogpost. You may find the working sample in the following OneDrive...
View ArticleNew Post: [Prism 5] RegionName in ItemsControl DataTemplate
Thanks GOstrowsky You saved my life :) :) I've just downloaded your code, and it works perfectly, however, it adds a view one time, for the second it raises the following exception: I solved the...
View ArticleNew Post: [Prism 5] RegionName in ItemsControl DataTemplate
Hi, Thank you for the feedback. I will add it to the sample solution. I am glad I helped you. As I commented you on Damian's post, I will take a look into the Silverlight solution and migrate it to WPF...
View ArticleNew Post: Shared data across modules
Hello, Thank you very much for your reply. If I use the EventAggregator approach, how can ModuleB know the type of ModelA, so that it can unbox it and access its properties? I tried to find and...
View ArticleNew Post: Shared data across modules
Hi, I am afraid I am not able to download the Prism template Pack as the Download site does not get resolved. However, at a first glance I would say that you could use the template, and then change the...
View Article