New Post: prism: problems with dynamically adding tabitems
Hi,After analyzing this in further detail, I believe that the reason of the duplicated views behavior is that subsysdetailsViewModel.Subsystem == Subsys condition will be true only if you pass the same...
View ArticleNew Post: prism: problems with dynamically adding tabitems
Hi,1-first i want to thank Agustin Adami & Damian Cherubini for their advice and persistance about solving the problems i'm facing.2-I modified the condition to...
View ArticleNew Post: prism: problems with dynamically adding tabitems
Hi,I created a small spike application based in the approach mentioned above. Perhaps, you could find it useful to compare with your own implementation and check the differences with it.You can find it...
View ArticleNew Post: prism: problems with dynamically adding tabitems
Hi,thanks for your effort and concern i will compare carefully your spike with my code to find out where the problem isthen i will give you the feedback.
View ArticleNew Post: prism: problems with dynamically adding tabitems
Hi,OOOOK, i found the bug, and i'm sorry for wasting your time and my timethe error is[Export(typeof(ISubsystemDetailsViewModel))] [PartCreationPolicy(CreationPolicy.Shared)] public class...
View ArticleNew Post: Prism-WPF equivalent to Silverlight's: CompositionInitializer class...
Hi,Based on my understanding the view model can be instantiated in XAML as the view’s DataContext only if a view model does not have any constructor arguments. And as far as I know creating objects...
View ArticleNew Post: Prism-MEF: using UriQuery to dynamically adding tabitems
Hi,I'm happy when i see your name in a reply because i feel then that a new problem in its way to be solved.As per our current problem it is resolved as i expected but the next problem is that i pass...
View ArticleNew Post: Prism-MEF: using UriQuery to dynamically adding tabitems
Hi there,When using navigation requests the parameters you can pass in the UriQueryare limited to strings only; hence, its not possible to pass an entire object (unless you can serialize it in astring...
View ArticleNew Post: Prism-WPF equivalent to Silverlight's: CompositionInitializer class...
Hi,That was very handy, i tested it and it worked. As i know about you your shot always in the goal.Thanks.
View ArticleNew Post: Prism-MEF: using UriQuery to dynamically adding tabitems
Hi,Happy to see your replies again.I think i have to implement INavigationAware :OnNavigatedTo,OnNavigatedFrom,IsNavigationTarget right?also do i have to implementIConfirmNavigationRequest?thanks in...
View ArticleNew Post: Prism-MEF: using UriQuery to dynamically adding tabitems
Hi,You are right. In order to follow the approach I mentioned above you will need to implement theINavigationAware interface in the view model of the correspondingSubsystemDetailsView. This will allow...
View ArticleNew Post: Prism-MEF: using UriQuery to dynamically adding tabitems
Hi,Thanks Damian i will try to implement this approach and give feedback when i finish.
View ArticleNew Post: Prism-MEF: using UriQuery to dynamically adding tabitems
Hi,Thanks Damian, thanks AgustinI implemented INavigationAware.OnNavigatedTo() and used Service to obtain the model.Only one concern, with the old approach the View Model was not aware where the data...
View ArticleNew Post: Prism modules in separate isolated AppDomains
Please anyone can help me with this:Module A consist of sub modules : modulea, moduleb, modulecModule B constist of sub modules: modulex, moduley, modulezI want to load module A (with sub modules) and...
View ArticleNew Post: Prism-MEF: using UriQuery to dynamically adding tabitems
Hi,Based on my understanding consuming a service in your view model to retrieve the data that will be used in them, shouldn't be a bad practice. Take into account that you can make your view model be...
View ArticleReviewed: Prism for .NET 4.5 (jan 29, 2013)
Rated 3 Stars (out of 5) - Missing on NuGet, reference problems with Microsoft.Practices.ServiceLocation v1.0.0 mismatch v1.1.0. Also i cannot find which version of System.Windows.Interactivity is used...
View ArticleNew Post: Prism modules in separate isolated AppDomains
Hi Sumeet,Based on my understanding Prism currently works only under a single App-Domain, and loading modules in different applications domains is not supported as out of the box. Perhaps you could...
View ArticleUpdated Wiki: Home
Welcome to the Prism CommunityOverviewPrism provides guidance designed to help you more easily design and build rich, flexible, and easy-to-maintain Windows Presentation Foundation (WPF) desktop...
View ArticleNew Post: event subscription after new module is created
Hello, I have a problem with modular application with events. Here is a situation: 1) Module A (products) is loaded, it contains a list of products - I choose ProductX on list 2) event is published and...
View ArticleNew Post: Assembly cache and File not found problem
I have Silverlight 5.0 application divided into modules – recently I was optimizing my application with assembly cache future by adding library.extmap.xml to shared libraries. After doing this I have a...
View Article