New Post: WindowRegionAdapter, PopupWindowAction, PopupModalAction, etc. -...
Hi,I believe that the approach to be used to show a popup window will depend on the preferences of each developer and the requirements of each scenario.In my case, when I need to show a popup window...
View ArticleNew Post: publish an event from within the framework?
Hi Harold,It would be helpful for us if you could provide us with more information about what you are trying to achieve. For example, what kind event you want to raise, where you want to raise it and...
View ArticleNew Post: Refresh data in view model
Thanks for this Damian - IActiveAware was exactly what I was looking for.
View ArticleNew Post: No OTF Fonts visible after Windows Update KB2783534
heyThank you for your effort. I tried it out and it is working. But one thing to my solution is different.Can you try one more thing please?Can you add the MyUserControl as a UserControl in your...
View ArticleNew Post: Usage in commercial application
We are developing commercial application with closed source code.I have read Microsoft patterns & practices License, and it is not clear whether it can be used and under what conditions.Question:...
View ArticleNew Post: No OTF Fonts visible after Windows Update KB2783534
Hi Dave,I took Agustin's sample and modified it to include the MyUserControl control in the HelloWorldView as you mentioned. I could make it work correctly after performing the following additions to...
View ArticleNew Post: Usage in commercial application
Hi,As far as I know, Prism is being used to develop both commercial and non-commercial applications (open or close source.) Based on my understanding ofPrism’s License, you are free to usePrism in any...
View ArticleNew Post: No OTF Fonts visible after Windows Update KB2783534
Hey DamianThank you very much for this profound answer. I will check and give Feedback ASAP.Kind regards Dave
View ArticleNew Post: publish an event from within the framework?
I got this working the way I needed to... thought it was more involved.. but just the same as doing it from an application... ThanksHarold
View ArticleNew Post: Usage in commercial application
DCherubini wrote:...Thank you for quick response.
View ArticleCommented Issue: how to get view from parent region [9640]
<p>Hi,</p><p>I have the following parent child hierarchy,</p><p> </p><p> A1 A2 => Tab region</p><p>B1 B2 B3 B4 B1 B2 B3 B4...
View ArticleClosed Issue: how to get view from parent region [9640]
<p>Hi,</p><p>I have the following parent child hierarchy,</p><p> </p><p> A1 A2 => Tab region</p><p>B1 B2 B3 B4 B1 B2 B3 B4...
View ArticleReviewed: Prism for .NET 4.5 (Dec 21, 2012)
Rated 3 Stars (out of 5) - This has a dependency on Microsoft.Practices.ServiceLocation v1.0.0 while the link you give as the servicelocation dependency is v1.1.0 The module won't allow regions to load...
View ArticleNew Post: Silverlight 5 Navigation Project/Prism Navigation Cache Mode Disabled
Hello,I am using a Silverlight Navigation project with Prism. I am loading a module for a page and another module within the page. Everything works fine except for one thing.If I set the Navigation...
View ArticleCommented Issue: InteractionRequestTrigger can cause memory leaks with some...
<p>Hi,</p><p>I found a issue for Prism v4 - Silverlight 4 and WPF 4.</p><p> </p><p>InteractionRequestTrigger inherits...
View ArticleCreated 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: Prism/MEF application doesnt work on non-developer's machines
Hello I'm facing following problem. I've got a MEF/Prism application with different kinds of MEF components (UI ones, simple logical classes etc). On machines where MS VS 2010 installed everything...
View ArticleNew Post: A Prism 4 Application Checklist
I was getting the same problem but it resolved by using tag<runtime><loadFromRemoteSources enabled="true" /></runtime> in my app.config.
View ArticleNew Post: Prism/MEF application doesnt work on non-developer's machines
Hi,Based on my understanding the main requirement to run your Prism application, will be to ensure that you have the corresponding version of the .Net Framework installed on your client machine. Other...
View ArticleNew Post: Silverlight 5 Navigation Project/Prism Navigation Cache Mode Disabled
Hi Warren,Based on my understanding of the aforementioned scenario, I believe that a possible cause of your problem could be that if you set theNavigationCacheMode to Disabled, a new instance of the...
View Article