New Post: Non-generic Bootstrapper obsolete?
In this changeset, the non-generic Bootstrapper class was marked as obsolete. Why? I am using the non-generic Bootstrapper for use within a non-Xaml host application as described on the Customizing the...
View ArticleUpdated Wiki: Customizing The Bootstrapper
Customizing The BootstrapperIn the last part we discussed the most basic configuration for Caliburn.Micro and demonstrated a couple of simple features related to Actions and Conventions. In this part,...
View ArticleSource code checked in, #ae616b841924
Mark Bootstrapper<TRootModel>.Bootstrapper(bool useApplication) as obsolete
View ArticleNew Post: Non-generic Bootstrapper obsolete?
Hi, sorry for the confusion. Since CM 1.4 the functionality of the bootstrapper is in BootstrapperBase class. The reason was that some users wanted to control when the framework is started. But the...
View ArticleNew Comment on "IResult and Coroutines"
Sorry. but didn't compile here: Error 3 The property 'Attach' does not exist on the type 'Button' in the XML namespace 'clr-namespace:Caliburn.Micro;assembly=Caliburn.Micro'. D:\Gerhards...
View ArticleNew Comment on "Documentation"
Perhaps I'm blind, but is there not a something akin to the .net library for Caliburn? I'd really like some sort of a reference for the available features. Nice tool though, really simplified MVVM for me.
View ArticleCreated Issue: CommandManager.InvalidateRequerySuggested Ignored [300]
The command guards (properties and methods) do not get rechecked when CommandManager.InvalidateRequerySuggested() is invoked; they really should do.
View ArticleCommented Issue: CommandManager.InvalidateRequerySuggested Ignored [300]
The command guards (properties and methods) do not get rechecked when CommandManager.InvalidateRequerySuggested() is invoked; they really should do. Comments: Actions do not use the ICommand...
View ArticleClosed Issue: CommandManager.InvalidateRequerySuggested Ignored [300]
The command guards (properties and methods) do not get rechecked when CommandManager.InvalidateRequerySuggested() is invoked; they really should do. Comments: Not an issue.
View ArticleNew Post: cal:View.Model Blend 2012
Hello. I am using Caliburn.Micro 1.5.1 in my application. I develop application for WP8. I have View with Pivot Control on it. First Pivot Item defined as:<phone:PivotItem Header="..."...
View ArticleNew Post: Do ViewModels have to be in the same Namespace?
Hi, I'm trying to use a viewmodel stored in a portable class library, which has a separate namespace and it doesn't resolve. As a test I created a separate project and made the namespace the same as...
View ArticleNew Post: Do ViewModels have to be in the same Namespace?
you might want to look at http://caliburnmicro.codeplex.com/wikipage?title=View%2fViewModel%20Naming%20Conventions&referringTitle=Documentation
View ArticleNew Post: Do ViewModels have to be in the same Namespace?
Thanks, but from what I can understand, it will work across assemblies, but not across namespaces that differ?
View ArticleNew Post: Do ViewModels have to be in the same Namespace?
it should work over secondary assemblies if you use the override of SelectedAssemblies()
View ArticleNew Comment on "Documentation"
I did some tests with actions etc.. But in combination with PRISM, I'll get some severe problems in the bootstrapper because of reference Microsoft.Practices.Prism.MefExtensions. If this reference is...
View ArticleNew Post: Do ViewModels have to be in the same Namespace?
Interesting, I'll have to take a look and see if it helps.
View ArticleNew Post: DialogResult using Coroutines
Help needed! Hi, I have a similar implementation and it works fine except that when showing and closing one dialog after another the second dialog doesn't respond anymore and only closes on clicking...
View ArticleReviewed: Caliburn.Micro v1.5.1 (Mar 29, 2013)
Rated 5 Stars (out of 5) - Thanks all Caliburn Micro developers
View ArticleNew Post: Prism to Caliburn.Micro
Who can become a project of the prism to caliborn help me? Not huge project. Thanks.
View Article