New Post: InputBindings in Modal Window
How to setup InputBindings in the modal window? I can't do through the style because InputBindings is not a DependencyProperty.<Window.InputBindings> <KeyBinding Key="A" Modifiers="Control"...
View ArticleNew Post: InputBindings in Modal Window
Hi, As far as I know, you can't directly setup InputBindings on a style since it isn't a DependencyProperty. Nevertheless, you can use an Attached Property with a Style to set them on all the controls...
View ArticleNew Post: Need "hello world" example of SyncActiveState
Hi richardfen, I created a sample solution portraying this. You can find it in the following link in my SkyDrive account:SyncActiveStateAttributeSample The SyncActiveStateAttributeSample sample is...
View ArticleNew Post: Prism IConfirmNavigationRequest
Hi. I'm trying to implement interface IConfirmNavigationRequest in my WPF app, but can't make Prism call its functions. In my app there are two regions, Region_1 and Region_3. In Region_1 there's a...
View ArticleNew Post: Prism IConfirmNavigationRequest
Hello OferElboher, Based on my understanding, the problem you are facing remains on how you would "navigate" through Views.Activate() method would not be exactly a Navigation call. I would think that...
View ArticleNew Post: WPF Prism region behavior and control specific events
For example,you have navigation bar.You want to handle navigation bar sepcific events and then update the GUI.
View ArticleNew Post: Prism IConfirmNavigationRequest
Thanks you VERY-VERY much, Gabriel. That's a neat and clean explanation that immediately worked!
View ArticleNew Post: WCF service reference cannot be generated with Prism 4.1 and Unity 3
Hello, I found a problem with Prism 4.1 (for WPF) and the new Version of Unity (3.0.1304.1). I updated my project to .Net Framework 4.5.1 and NuGet Manager updated the other libraries. In this case the...
View ArticleNew Post: WCF service reference cannot be generated with Prism 4.1 and Unity 3
Hello Marian, As a starting point, please check that you are using the Prism for .NET 4.5 version which you can find in the following one:Prism for .NET 4.5 I believe this version is not available in...
View ArticleNew Post: WPF Prism region behavior and control specific events
Hi tahirali_csc1, Based on my understanding you would want to navigate through Views on a different Region which would be triggered from the Navigation bar's region Behavior. Therefore, you could get...
View ArticleCommented Issue: ModuleLoaderService: reload modules [1895]
Hello, Have you got plans to make ModuleLoaderService able to reload modules without restarting an application? This is definitely very important feature which is absent in SCSF. -ThanksComments: **...
View ArticleNew Post: Aggregate Events firing nonlinearly with ThreadOption.PublisherThread
I'm running into an odd issue where an event is published and the subscriber is set to run on the publisher thread, yet the method to be fired by the subscription isn't the next item processed on that...
View ArticleNew Post: Aggregate Events firing nonlinearly with ThreadOption.PublisherThread
Hi, Based on your description there doesn't seem to be any reason behind why the Method B continues to execute before the subscribed Method C does. It would be helpful if you could provide us more...
View ArticleNew Post: Problems Implementing Prism Interaction Request
Hi. While trying to learn how a desktop (WPF) Prism app may display some dialogs to the user, I read this great post by Damian Cherubini, and understood how to implement interaction requests in the...
View ArticleNew Post: Using regions without Application.Current set
Hi, I have discovered an issue when attempting to register regions while using PRISM without an Application.Current set. This occurs when launching a WPF window through COM from an unmanaged...
View ArticleNew Post: Using regions without Application.Current set
Hi, This is a known bug in Prism since version 2, which has been reported in the following work items:Region manager in V2 fails to recognize non-WPF applicationsRegionManager::IsInDesignMode In them...
View ArticleNew Post: Patch available: Automatically call RaiseCanExecuteChanged() when...
Would love to see this released as a patch so I don't have to keep rewriting this bit of code in all my projects.
View ArticleNew Comment on "Setup issues with Prism v2.2/v4.0 when a non-default program...
This still doesn't work for me after doing this fix. Same problem when I try to run the CompositeApplicationGuidanceForWPF. Silently fails, no prompt for install location. I've never had this much...
View ArticleNew Post: Region boundary/control placement
Hi, I have a scenario where I have a main region and a navigation region. Each region contains one view at a time. The regions would optimally be constructed like so: The main region would contain a...
View ArticleNew Post: Region boundary/control placement
Hi David, Based on my understanding, the layout you are describing could be simply achieved by overlapping both regions (content controls) in a one single Grid cell. This could be done by defining...
View Article