New Post: Convention binds to child button in ControlTemplate (bug?)
Hi,I found the cause and the solution.I was wrong - CM does not bind to the child buttons.The Click RoutedEvent is passed to the parent and handled there by CM.The solution is to set e.Handled in the...
View ArticleSource code checked in, #9d5d0047e30e
change WUI reference in nuspec, remove unused file from sample and missing xml doc for new method
View ArticleClosed Issue: WinRT: Specifying RequestedTheme in XAML crashes unit test...
If the RequestedTheme is specified inside markup of App.xaml, then MSTest test projects fail to run with the following errors:Unhandled exception at 0x0FF66C57 (Windows.UI.Xaml.dll) in...
View ArticleNew Post: How to set action.target when all contract names are the same
I want to set an action's target to my EmployeeWorkspaceViewModel. This object inherits IWorkspace (similar to the HelloScreens sample) and is imported via MEF by importing many IWorkspace. The...
View ArticleReviewed: Caliburn.Micro v1.4 (Jan 15, 2013)
Rated 5 Stars (out of 5) - It's a very powerful tool! Really great
View ArticleNew Post: Unit Testing the View Model
I am also looking to do the same thing. How does one start the Caliburn Micro View Model process in a unit test without loading a view?
View ArticleNew Post: Unit testing in WinRT
I am using Caliburn in a WinRT environment and am having a difficult time getting unit tests to work properly against the view models. The container resolves the objects correctly, but the issues is...
View ArticleNew Post: SelectAssemblies with an IOC
I am wondering what the rationale is for requiring the selection of assemblies when an IOC such as Windsor is used. It seems that the same assemblies are being scanned twice. I had expected that a...
View ArticleNew Post: Unit testing in WinRT
In your tests you can cast your ViewModel to IActivate and and call Activate() on it.((IActivate)viewModel).Activate();This will internally call OnInitialize() and OnActivate(). Same is with IDeactivate.
View ArticleNew Post: How can I map multiple ViewModels with a certain name pattern to a...
I've been working with CM (and Gemini) for a few days and I am very impressed by the features that it offers. Great stuff !I have a a bunch of ViewModels (compiled at runtime with CodeDom) that should...
View ArticleNew Post: Is it possible to Create different pojects for Views, ViewModels...
Hi Antony,I am fairly new to CM but hopefully I can point you in the right direction. If I am wrong, someone will surely correct me.Check out the documentation "Customizing the Bootstrapper" written by...
View ArticleNew Post: EntityFramework support in caliburn.Micro with Silverlight
Not sure what you are regarding to when you ask about support, database support is something completely different and if you want to be able to use EF or nHibernate is up to you to encapsulate into...
View ArticleNew Post: Show Contents of ContentControl from Base Class
Edit: Please disregard this post. I acidently had the wrong view named GenericDialogView. I have created a GenericDialogView and ViewModel:...
View ArticleCreated Release: Caliburn.Micro v1.4.1 (Jan 18, 2013)
This is a service release which fixes almost all of our standing issues across all platforms.Packages Available on NugetCaliburn.Micro – The full framework compiled into an...
View ArticleReleased: Caliburn.Micro v1.4.1 (Jan 18, 2013)
This is a service release which fixes almost all of our standing issues across all platforms.Packages Available on NugetCaliburn.Micro – The full framework compiled into an assembly....
View ArticleUpdated Release: Caliburn.Micro v1.4.1 (Jan 18, 2013)
This is a service release which fixes almost all of our standing issues across all platforms.Packages Available on NugetCaliburn.Micro – The full framework compiled into an...
View ArticleNew Post: Is it possible to Create different pojects for Views, ViewModels...
Thank you Richard, I will try it for sure. will let you know if there is any problem.thanks again.Antony
View ArticleNew Post: Multiple Views in main view with design time data question
I followed this link to create a view contains sub views. I also want to implement design time data on views. But in order to design time data, it requires no parameters constructor, is this a...
View Article