New Post: Prism 5 - Using the ViewModelLocator on a UserControl?...
Hi, It would be helpful if you could provide us the issues you are facing when using the ViewModelLocator in your user control? Thanks, Ez.http://blogs.southworks.net
View ArticleNew Post: Prism 5 - Using the ViewModelLocator on a UserControl?...
Hi, Thanks for the response. Sure! I have a project library with a FluentRibbonView : UserControl, IView:<UserControl x:Class="NathsarTS.FluentRibbon.Views.FluentRibbonView"...
View ArticleNew Post: Prism 5 - Using the ViewModelLocator on a UserControl?...
Hi, Thanks for sharing this. Prism’s ViewModelLocator class has an attached property, AutoWireViewModel that when set to true (as in your scenario) will try to locate the view model of the view, and...
View ArticleNew Post: Prism 5 - Using the ViewModelLocator on a UserControl?...
Thanks! My models were not name properly after their views and now everything is fine now! :)
View ArticleNew Post: Upgrading from PRISM 4.1 to PRISM 5 -> "Region with the given name...
Hi Kalle, I believe the issue you are having is related to the scoped region manager and that the same is not being created so all the regions are being registered in the same region manager, causing...
View ArticleNew Post: Prism 5 WPF XAML designer error "Your views must implement IView"
I am learning how to use Prism 5 with WPF. Whenever I open a View in the Visual Studio 2013 (with update 2) XAML designer, I get an error message: "Your views must implement IView" a squiggly appears...
View ArticleNew Post: Prism 5 WPF XAML designer error "Your views must implement IView"
I get the same thing, but it still compiles and runs. Until VS fixes this don't be too concern about it.
View ArticleNew Post: Upgrading from PRISM 4.1 to PRISM 5 -> "Region with the given name...
Hi! Thanks for the reply. You are correct, I am using approach that you mentioned with RegionManagerAwareBehavior. I'm now proceeding with my development using older branch that is still using Prism...
View ArticleNew Post: Creating an always running background thread
I would like to create a background thread for consuming messages from a RabbitMQ queue and fire events to the main UI thread based on the message contents. Could you please give me some suggestions...
View ArticleNew Post: Prism 5 WPF XAML designer error "Your views must implement IView"
Hi, This is a known issue with the designer and Prism 5 when using the ViewModelLocator and a view is opened. As VCDeveloper mentioned this shouldn't generate any issue at compilation time. If you...
View ArticleNew Post: Platform License Restriction
With the recent release of xamarin forms 3.0 most of my apps are moving towards using XAML forms in Portable class libraries with Unity as my IOC. A big gap for me now is the Pub/Sub library. Any...
View ArticleReviewed: Prism 5.0 for .NET 4.5 (六月 16, 2014)
Rated 5 Stars (out of 5) - 不知道是什么东西哦 拿下来看下
View ArticleCreated Unassigned: Implementing INotifyDataErrorInfo example in...
I tried to implement the INotifyDataErrorInfo based on this example in the documentation.[Implementing INotifyDataErrorInfo](http://msdn.microsoft.com/en-us/library/gg405484(v=pandp.40).aspx#sec16)The...
View ArticleNew Post: Unity & Prism Navigation
Hello. I am at the point of pulling out my hair - I register 2 views with a regionManager and at start up the correct view is loaded into the region. I am trying to exchange / replace / deactivate /...
View ArticleNew Post: Using non-Unity/MEF Dependency Injection
I'm starting a new WPF application and planning on using Prism 5. I've seen plenty of discussions regarding Unity vs. MEF, however I was wondering about using a wholly different DI container like...
View ArticleNew Post: Number of views per module and best practices?
Hi, In order to break functionality in modules, there are two approaches which I am considering - A) A module can have more than one MainView and based on certain rule I may load specific view. In this...
View ArticleNew Post: Number of views per module and best practices?
Hello, Did you managed to find out solution because I am actually in same reflection as you. IN my scenario I will have a WPF application with mainly 3 mains screen that will be accessible like a...
View ArticleNew Post: Using non-Unity/MEF Dependency Injection
Hello, I am new to Prism and Composite UI patter as well and first time I need to study that approach because a customer need to be able to design the layout of the UI. So first thing I do is running...
View ArticleNew Post: Unity & Prism Navigation
Just a question What don't you use the Messenger approach in order to communicate between your views ?
View ArticleNew Post: Prism getting started advise
Dear all, One of our customer request for one project is to be able to position the main application layout according to their needs, quite similar are a Web CMS today when building web pages but for...
View Article