New Post: Functionality CompositeCommand should have
Hi Alan, As far as I know, this functionality is already supported by the CompositeCommand as out of the box. You can find more information about the CompositeCommand and how to use it in the following...
View ArticleNew Post: Functionality CompositeCommand should have
Well that's cool, I didn't even know that. In my defense, I read the documentation which doesn't say that at all: It reads... "Return Value truetrue (True in Visual Basic) if all of the commands...
View ArticleNew Post: can't get hello world app to show window in vs 2012
Hi, I have tried following the HelloWorld Hands On Lab in Visual Studio 2012 and I could shown the Shell window without problems. It would be helpful if you could provide us with the solution you...
View ArticleNew Post: can't get hello world app to show window in vs 2012
Hi Damian, Thanks so much for your prompt reply. I am happy to report that I just discovered that I had the statement to execute the Run method within the App.xaml.cs file commented out, and I forgot...
View ArticleNew Post: can't get hello world app to show window in vs 2012
You're welcome, I am glad you could find the cause behind the problem :) Regards, Damian Cherubini http://blogs.southworks.net/dcherubini
View ArticleNew Post: Two Way binding without NotifyPropertyChanged?
Is it possible to get Two Way binding without NotifyPropertyChanged? We have a test ViewModel that defines a standard public string property. In our XAML we have it bound to a Text control with...
View ArticleNew Post: Two Way binding without NotifyPropertyChanged?
Hi, I believe you could find the following threads from the WPF forums interesting, where similar discussions are addressed: Binding - PropertyDescriptor / INotifyPropertyChanged / DependencyProperty...
View ArticleCreated Release: Prism for .NET 4.5 (Oct 05, 2012)
This is a release does not include any functionality changes over Prism 4.1 Desktop. These assemblies target .NET 4.5. These assemblies also were compiled against updated dependencies: Unity 3.0 and...
View ArticleReleased: Prism for .NET 4.5 (Oct 05, 2012)
This is a release does not include any functionality changes over Prism 4.1 Desktop. These assemblies target .NET 4.5. These assemblies also were compiled against updated dependencies: Unity 3.0 and...
View ArticleUpdated Release: Prism for .NET 4.5 (Oct 05, 2012)
This is a release does not include any functionality changes over Prism 4.1 Desktop. These assemblies target .NET 4.5. These assemblies also were compiled against updated dependencies: Unity 3.0 and...
View ArticleNew Post: can't publish quickstart ModularityWithUnity.Desktop
Hi again, I'm trying to publish using click once a quickstart project (ModularityWithUnity.Desktop) following the directions that appear in the Prism guidelines, but I get 3 warnings that may be...
View ArticleNew Post: Binding to static texts from An Infrastructure assembly
Yes, That's right, I found that after I asked, Thanks...
View ArticleNew Post: Nested Regions
Hi, Here is my strategy, I have a ContentView inside my module which is acting as a container for it's nested regions. The below code was working for me when it was just a single region, but I decided...
View ArticleNew Post: Multiple Views Construction
Hi, Based on my understanding if the view models of your inner views are subscribing to this event, you will have to implement the necessary logic to pass the Id information during the construction of...
View ArticleNew Post: EventAggregator and 0MQ/ZMQ
Hello everybody, I just want to ask if anybody thought about it or already modified/extend the EventAggregator to solve this issue. It would be great if an Event can be published using 0MQ. For...
View ArticleNew Post: Using Event Aggregation for common messages - failing when...
Hi, Based on my understanding if you are using the InteractionDialogAction provided in Karlshifflett's In the Box – MVVM Training or a similar implementation, I believe the cause of this error could be...
View ArticleNew Post: Nested Regions
Hi, As described in the exception, the problem you are experiencing is that there is no RegionAdapter registered for the type DockPanel. This is because Prism does not support Regions based on...
View ArticleNew Post: EventAggregator and 0MQ/ZMQ
Hi, Based on my understanding, 0MQ/ZMQ is a library designed to send messages asynchronously in distributed or concurrent applications (that is, external communications between other process or...
View ArticleNew Post: AvalonDock Pane RegionAdapter
Check the implemantion of PRISM that uses MEF + Avalon Dock + elysium + WPF ... http://central.codeplex.com/
View ArticleNew Post: Central: PRISM + Avalon Dock + WPF + Elysium + Metro Controls
Check the implemantion of PRISM that uses MEF + Avalon Dock + elysium + WPF ... http://central.codeplex.com/
View Article