New Post: Remove View from AllActiveRegion does not work.
Hello, I have ItemsControl as a Region in my Prismv4 WPF app. In this region I want to add multiple instances of the same View... so basicly I do something like this: var id = DateTime.UtcNow.Ticks;...
View ArticleReviewed: Prism 4 - November 2010 (十二月 27, 2012)
Rated 1 Stars (out of 5) - 垃圾垃圾垃圾垃圾垃圾垃圾
View ArticleNew Post: Silverlight 5 Navigation Project/Prism Navigation Cache Mode Disabled
Hello Agustin,Thanks for your assistance. I have already subscribed to the ContentFrame_NavigationFailed method in the Shell. The failure does behave like an exception has occurred, but I have not been...
View ArticleNew Post: Silverlight 5 Navigation Project/Prism Navigation Cache Mode Disabled
Agustin,I did some additional testing and I have a guess as to what is happening. Can you please confirm or reject my hypothesis.I normally have the following code inline with the module load code.if...
View ArticleNew Post: Remove View from AllActiveRegion does not work.
Hi,Based on my understanding, this kind of problems seems to appear when modifying a collection of items, while iterating over it using aforeach statement. In this case, you are iterating over the...
View ArticleNew Post: Silverlight 5 Navigation Project/Prism Navigation Cache Mode Disabled
Hi Warren,Based on your additional information, it seems that the fact you are trying to load a module more than once could be related to your problem. Take into account that inPrism modules are not...
View ArticleNew Post: Silverlight 5 Navigation Project/Prism Navigation Cache Mode Disabled
Hello Agustin,Thanks for your tips. It looks like all that is required is to detect when the module in ‘Initialized’ and then to drop in the appropriate initialization and view visibility code....
View ArticleCommented Issue: The Prism architecture lack for the Interactions! [9797]
I don't wanna have troubles with the Prism Interactions when I use the throwing (switchable) views.I created a project on the Codeplex with the same name.It has the live example. Please, look on...
View ArticleNew Post: how to create multi-shell window application using Prism 4.0 and...
Hi,Based on my understanding, using the ViewExport attribute approach to register views will not allow you to specify a customRegionManager, this can be seen in the...
View ArticleNew Post: Remove View from AllActiveRegion does not work.
Hi Viktor,I am glad you found this useful.In my opinion, a possible approach to show the NotificationViews properly ordered could be to move the workaround from the TimerOnTick method, to the end of...
View ArticleNew Post: Single Page App
Hi,I am currently not aware of any plans regarding a version of Prism for JavaScript in the near feature. You can find the pattern & practices team's current road map in their web site:pattern...
View ArticleCreated Issue: Unable to find assembly 'Microsoft.Practices.ServiceLocation'...
I have deployed my WPF browser application that is using Prism with MEF on IIS 7. But I encounter the following error after the IE finishes downloading the applications files. Before I forget, I should...
View ArticleNew Post: WPF PRISM modular design
Hi folksI'm working on an application, have started down the PRISM modular path using Unity for DI and Entity Framework Code First approach for entity/model creation and use. My question is related to...
View ArticleNew Post: Prism/Unity Navigation question
I have a view and corresponding view model for adding or editing a customer. If I click the Add new customer button, unity wires me up a nice shiny new CustomerView and passes in my datacontext and...
View ArticleNew Post: Remove View from AllActiveRegion does not work.
Thank You All very much... I will do as You suggested. But still I would like to know if there will be something done about this. Best regards, Viktor La Croix
View ArticleNew Post: Prism/Unity Navigation question
Hi,Have you tried using Overrides when resolving your instances, this wayUnity allows you to specify constructor parameter or parameters, which could be useful to pass the selected item.For more...
View ArticleNew Post: Prism/Unity Navigation question
Hi AadamiI finally got to display a saved record using the ParameterOverride as you suggest, however, if I load a customer then navigate back to main and select a different customer to view, I see the...
View ArticleNew Post: how to create multi-shell window application using Prism 4.0 and...
Hi Agustin,Thanks a lot for the answer. But I followed your suggestion to use View Injection after reading thoroughly Chapter 7, but always got an exception:Activation error occured while trying to get...
View ArticleCommented Issue: Can I use Prism 4.0/4.1 with .NET 3.5? [9770]
We don't see our systems getting upgraded to .NET 4.0 in the near future. Is it possible to use PRISM's newer version with .NET 3.5? We do have VS2010 but still target all our applications to .NET 3.5....
View ArticleNew Post: WPF PRISM modular design
Hi,Usually modules are decoupled from each other thanks to the use of interfaces. However, this might not be completely applicable with models, specially if you are usingEntity Framework as most models...
View Article