Created Issue: Default implementation ActionMessage.PrepareContext and thread...
The default implementation of the ActionMessage.PrepareContext does not enforce thread affinity whenever an action guard changes:```PropertyChangedEventHandler handler = null; handler = (s, e) =>{...
View ArticleNew Post: Is using this MVPVM pattern with Caliburn possible?
don't get confused with the alphabet soup that you see around the web and with various names for MVVM. MVP = MVVM they are almost completely synonymous with each other. To answer your underlying...
View ArticleNew Post: Bindings Not Working with Custom Content Control
I need help from you great experts! I have a custom content control based on ContentControl that has Header, Content, Footer properties. It is very similar to the Microsoft HeaderedContentControl. For...
View ArticleNew Post: Use IResults from CanClose
I'm using IResults for example for FileDialog and Message box dialogs. I need to use these from the CanClose function because I must let the user have a chance to save unsaved docs when closing app....
View ArticleReviewed: Caliburn.Micro v1.4.1 (Feb 08, 2013)
Rated 5 Stars (out of 5) - I have gone through a lot of frameworks for working with WPF and the notorious MVVM framewrok, read tons of articles, and to tell you the truth, the moment i figured out...
View ArticleNew Post: Viewlocator: Views not found outside external modules
I am working on a WPF app that loads its modules from dlls as lazy screens into a TransitionContentControl. Views for Viewmodels in the module are correctly shown when following the standard naming...
View ArticleCommented Issue: WinRT ViewModel-first does not work in 1.4.1 [287]
I am attempting the View Model-first approach according to the [Documentation WinRT tutorial](http://caliburnmicro.codeplex.com/wikipage?title=Working%20with%20WinRT&referringTitle=Documentation)....
View ArticleNew Post: Namespace Mapping
You should be able to use the NameTransformer to do what you want. Details are here: NameTransformer
View ArticleClosed Issue: WinRT ViewModel-first does not work in 1.4.1 [287]
I am attempting the View Model-first approach according to the [Documentation WinRT tutorial](http://caliburnmicro.codeplex.com/wikipage?title=Working%20with%20WinRT&referringTitle=Documentation)....
View ArticleCommented Issue: WinRT ViewModel-first does not work in 1.4.1 [287]
I am attempting the View Model-first approach according to the [Documentation WinRT tutorial](http://caliburnmicro.codeplex.com/wikipage?title=Working%20with%20WinRT&referringTitle=Documentation)....
View ArticleCommented Issue: WinRT ViewModel-first does not work in 1.4.1 [287]
I am attempting the View Model-first approach according to the [Documentation WinRT tutorial](http://caliburnmicro.codeplex.com/wikipage?title=Working%20with%20WinRT&referringTitle=Documentation)....
View ArticleNew Post: Namespace Mapping
Thanks, not sure how I missed that documentation originally. I created a new rule and everything works perfectly.
View ArticleNew Post: WinRT 1.4 to 1.41 breaking change?
I get the following exception while creating a brand new WinRT project, I have confirmed that the same project works fine when targeting v1.4, this only happens since targeting...
View ArticleNew Post: WinRT 1.4 to 1.41 breaking change?
The behaviour changed between 1.4 and 1.4.1 because the behaviour for WinRT in 1.4 was by mistake (see issue 280). The behaviour of the container for Windows Phone was always like that only WinRT...
View ArticleNew Comment on "Working with WinRT"
I learned earlier today that you (starting from 1.4.1) explicitly need to register the view-models using for example *container.PerRequest*, see [issue...
View ArticleNew Comment on "Working with WinRT"
I learned earlier today that you (starting from 1.4.1) explicitly need to register your application view-models using for example container.PerRequest (see issue 280,...
View ArticleNew Post: Overriding the main window class
For additional information:Using Fluent Ribbon with Caliburn.Micro
View ArticleNew Post: Caliburn.Micro HelloScreens sample build error
Getting this error when I try to build the Caliburn.Micro sample project "Caliburn.Micro.HelloScreens" from http://caliburnmicro.codeplex.com Error: The type 'TDocument' must be a reference type in...
View ArticleNew Post: Caliburn.Micro HelloScreens sample build error
Samples are fixed and compiling again.
View Article