New Post: Prism 4.1 missing InvokeCommandAction?
Hi, Based on my understanding, the problem your are experiencing could be related to the fact that the Prism's IncokeCommandAction is located in the Microsoft.Practices.Prism.Interactivity assembly...
View ArticleNew Post: Prism 4.1 missing InvokeCommandAction?
That worked. I didn't see that namespace in the release notes, did I miss it somewhere? Or how else should I have known which namespace to use? Thanks
View ArticleCommented Feature: Event to Command [5495]
<p>Hello,</p><p> </p><p>Could you please support Event to Command in Prism? There are a few numbers of MVVM frameworks that support EventToCommand. Even we can...
View ArticleNew Post: Prism 4.1 missing InvokeCommandAction?
Hi, It seems that the current Prism's documentation does not make any mention about the aforementioned namespace when describing Prism's InvokeCommandAction. We will post a note in the work-item...
View ArticleNew Post: Entity Connection and Modules
Connection String Meta : res://Xz.Business.xModule/Model.RecordzModel.csdl| res://Xz.Business.xModule/Model.RecordzModel.ssdl|...
View ArticleNew Post: Entity Connection and Modules
Hi, I believe that your problem could be related to how your connection string is being defined, hence I would check that the paths there are set correctly. Also, as a starting point you could check...
View ArticleCommented Issue: IRegion.ActivateView doesn't show the View in an XBAP...
<p>I have a WPF Windows application that I have developed using Prism/Unity framework.</p><p> </p><p>Now I want to convert it to XBAP application as well so it...
View ArticleClosed Issue: IRegion.ActivateView doesn't show the View in an XBAP...
<p>I have a WPF Windows application that I have developed using Prism/Unity framework.</p><p> </p><p>Now I want to convert it to XBAP application as well so it...
View ArticleClosed Feature: SubscriptionToken should implement IDisposable [7234]
<p>This would make it substantially easier to unsubscribe. I just need to dispose the subscription.</p><p> </p><p>All in all, I'd align the entire event...
View ArticleCreated Issue: scpoed unity container and...
I have a multi window wpf app, I create scoped container in each window's viewmodel and inject some window scoped service object into the container, then I use this unity container to resolve views and...
View ArticleCommented Issue: scpoed unity container and...
I have a multi window wpf app, I create scoped container in each window's viewmodel and inject some window scoped service object into the container, then I use this unity container to resolve views and...
View ArticleNew Post: Region not respecting Grid Column assignment
I'm encountering an odd issue when trying to setup nested regions. In my Shell, I have a ContentControl marked as "ContractRegion". I can populate that region with my ContractView and its associated...
View ArticleNew Post: Region not respecting Grid Column assignment
I've added the sample I'm working on to my SkyDrive account
View ArticleNew Post: Region not respecting Grid Column assignment
I figured it out...I realized in the ProjectSelected method on the controller, I was grabbing the wrong region string from the RegionNames class. That's what I get for copy/paste!!
View ArticleNew Post: Region not respecting Grid Column assignment
Hi, I haven't checked your repro sample application yet, but so far after reviewing the code snippets you posted, I found that in the ProjectSelected method you are injecting the ProjectView inside the...
View ArticleNew Post: Region not respecting Grid Column assignment
Thanks Damian, I had just noticed that before you replied. Changed my code and everything works as expected now. Thanks for the reply.
View ArticleNew Post: PRISM 4 + MVVM + WPF + InteractionRequest for Dialogs with details
I am currently working on a project that is using PRISM 4 + MVVM in a WPF 4 application. I have been reading up on InteractionRequest and there seems to be little information on how to implement it...
View ArticleNew Post: MVVM Event Aggregator and WCF Service. Not updating The UI
Hi, I believe you could check that the setter of your PickableCollection is calling for example the RaisePropertyChanged method in order to notify the view the state changes of this property, perhaps...
View Article