New Post: How to create a separate XAP file using Prism/MEFBootstrapper for a...
Hello Damian,Thanks for your assistance. I was able to finally get Agustin's sample to work. It is likely that I grabbed the wrong version library files.Regards,Warren
View ArticleCreated 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: How to create a separate XAP file using Prism/MEFBootstrapper for a...
gan_s wrote:To make myself clear I never suggested adding a reference to the childwindow module (your SharedFormsModule). I suggested keeping it loose by exporting a typeof(ChildWindow) as ChildWindow...
View ArticleNew Post: IPartImportsSatisfiedNotification - INavigationAware
Hi Peter,In my opinion, as the problem here seems to be what issues might arise from invoking anasync method in the middle of the navigation sequence, how about invoking theasync operations after the...
View ArticleNew Post: IPartImportsSatisfiedNotification - INavigationAware
Hi,that is exactly what i'm looking for.thanks a lotPeter
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: prism:Click.Command & Property Binding
I have a button that uses the PRISM Click binding:prism:Click.Command="{Binding ABinding}"On the same button I have a binding for the IsEnabled property:IsEnabled="{Binding Path=CheckEnabled}"The...
View ArticleNew Post: How to create a separate XAP file using Prism/MEFBootstrapper for a...
Hi Warren,I'm glad you could make the approaches work, regarding your concerns:Take into account that when using dependency injection containers like MEF you can also use the constructor injection...
View ArticleNew Post: prism:Click.Command & Property Binding
Hi Peter,Based on my understanding the Click class creates a ButtonBaseClickCommandBehaviorwhen a Click.Command attached property is set (i.e. Click.Command,) used to "map" the Click event of the...
View ArticleNew Post: prism:Click.Command & Property Binding
This occurs no matter what property I'm binding. Are you implying that all control properties are circumvented by PRISM.Note: this is being done in a Desktop application not Silverlight. Pryrt
View ArticleNew Post: Windows 8, WPF VNext, SL5, Prism?
For now Prism 4.5 should be available just for WPF on .NET 4.5 with Windows.Interactivity 4.5 etcI don't care about Windows 8 RT and the store since our customers cannot run the software on RT anyway.
View ArticleNew Post: Windows 8, WPF VNext, SL5, Prism?
I'd just like to emphasize that we are very interested in LOB guidance for Windows Store apps. The platform has great potential for LOB apps due to good touch support and other features.
View ArticleNew Post: prism:Click.Command & Property Binding
Hi Pryrt,So far, we could not reproduce the behavior you are describing. Besides the IsEnabled property that is changed by the CommandBehaviorBase class, other properties responded their corresponding...
View ArticleNew Post: prism:Click.Command & Property Binding
If this seems to be a non typical problem then I'll leave it at that. For those who pointed out that Command is the proper use I suggest you re read my question where you will see I am using the Comand...
View ArticleNew Post: Installing Prism into a Portable Class Library with NuGet Fails on...
The NuGet package for Prism depends on CommonServiceLocator. However, that package doesn't support Portable Class Libraries, now that there's a CommonServiceLocator that supports Portable Class...
View ArticleNew Post: Installing Prism into a Portable Class Library with NuGet Fails on...
Hi,For those interested in adding this feature to the Prism library, I believe you could vote for it, in the following existing work item, so that thePrism team can analyze this future releases:Take...
View ArticleNew Post: prism:Click.Command & Property Binding
Hi Peter,In my case when experiencing this behavior, I found that a possible way to avoid the aforementioned problem could be to set theMode of the binding in the IsEnabled property toTwoWay (e.g....
View ArticleNew Post: Prism - how to get region name from view registered in region
HIIs there any way to get region name from view registered with region ?
View ArticleNew Post: Prism - how to get region name from view registered in region
Hi,Based on my understanding what you want to do is, from inside a view, obtain the name of the region where the view was registered (for example withRegisterViewWithRegion).As far as I know, Prism...
View ArticleNew Post: Prism - how to get region name from view registered in region
What about this?RegionManager.GetObservableRegion(this).NameRegionContext.GetObservableContext(this) works fine
View Article