New Post: Issue in getiing the view name for showing the dialog in wpf prism
Hi Krishna, I am not aware of how your problem with the modal dialog is related to the one with retrieving the view from the region; however, I will try to provide an answer for both of them. Regarding...
View ArticleNew Post: Architecture in designing Login Page and the other screens using...
This discussion is being continued in the following thread:Issue in getiing the view name for showing the dialog in wpf prism
View ArticleNew Post: Adding the logic of "An Extended WPF TabControl" to the next release?
Hi, Based on my understanding, the default implementation of TabControl in WPF inherits from Selector type. Therefore, Prism provides a specific region adapter for selectors, called...
View ArticleNew Post: How to activate an existing order details view in StockTraderRI ?
Hi Damian, Thank you very much for your help. I am using the PropertyChanged events in the property. You were correct about the issue with the stack overflow. I've fixed that. I'm encountering some...
View ArticleNew Post: (WPF4+ Prism4) How to use InvokeCommandAction ?
Federico, My Goal: Implement a WPF TreeView, it will response when user browse to any leaf TreeViewItem of the TreeView.My Project QTVB compose of following tree files. (1) MainWindow.xaml<Window...
View ArticleNew Post: Adding the logic of "An Extended WPF TabControl" to the next release?
Thanks for the reply! I will dive into it and see if I can get this to work.
View ArticleNew Post: (WPF4+ Prism4) How to use InvokeCommandAction ?
Hi, I created a sample using the code you provided and it seems to work fine for me. I believe that your problem could be related to something else that is not in the code you provided. Nevertheless, I...
View ArticleNew Post: Manage 2 regions containing 2 UserControls of same type
Hello, I am facing a design problem and would like your point of view. I have the following shell :<ItemsControl prism:RegionManager.RegionName="ParentRegion"> <ContentControl...
View ArticleCreated Unassigned: Scoped Region Manager [10147]
Hi All,I have an Infragistics TabGroupPane and I am using scoped regions (using Prism 4.1 with MEF) to display the same TabItemView (which has multiple regions in it) in different tabitems.-My...
View ArticleCommented Unassigned: Scoped Region Manager [10147]
Hi All,I have an Infragistics TabGroupPane and I am using scoped regions (using Prism 4.1 with MEF) to display the same TabItemView (which has multiple regions in it) in different tabitems.-My...
View ArticleNew Post: Using Prism libraries in MVVM pattern
Hi, I have read the chapter 2 of online Prism documentation "Initializing Prism Applications" and got more confused. From what I understood so far is that I need to take all the steps of initialization...
View ArticleNew Post: Register module from "Executable" instead of Library
Thank you for your help. I was trying to do that before but I had an issue with my moduleType parameter and I thought the error was coming from the assemblyFile. Sincerely, Linvi
View ArticleNew Post: Using Prism libraries in MVVM pattern
Hello Alex, In your post you say that your application will use "one Module". And later that you do not need ModuleCatalog or Container because you "will not be using things such as Modules". The...
View ArticleReviewed: Prism 4 - November 2010 (May 31, 2013)
Rated 5 Stars (out of 5) - Excellent! Thank you.
View ArticleNew Post: Using Prism libraries in MVVM pattern
Thanks for your reply Linvi, Can I confirm few points please: I do Not need to create Modules in order to use other Prism library classes (This is so that as I mentioned my app is not going to be very...
View ArticleNew Post: Manage 2 regions containing 2 UserControls of same type
Hi, Based on my understanding of your application, a possible solution to your problem could be to react to the CollectionChanged event from the SourceRegion and DestinationRegion regions. Therefore,...
View ArticleNew Post: Using Prism libraries in MVVM pattern
Hi Alex, As Linvi mentioned, to start a simple Prism application you only need to override a couple of methods in your Bootstrapper class and configure the application accordingly. You can find a...
View ArticleNew Post: Dynamically Creating Regions without XAML
Hello, In my current project I've run into an issue with the RegionManager where I needed to register views with regions, that didn't exist, at the time that the view is created. I tried using...
View ArticleNew Post: Prism/MEF + AvalonDock 2
Hi, Did you get it working? if yes the can you please share the sample app code. I am also evaluating AvalongDoc for building LOB apps where your each view will load as tab in the document pane. Thanks...
View ArticleNew Post: (WPF4+ Prism4) How to use InvokeCommandAction ?
Federico,I use my own code in another computer, It DO work. So it is true as you said "your problem could be related to something else that is not in the code you provided". (a) I reinstalled VS 2010...
View Article