Commented Unassigned: DefaultCloseStrategy fails with null ref exception [350]
Consider the following simplified scenario.A Conductor<>.Collection.OneActive has two children.For whatever reason some action asks for these children to be closed one after the other. This will...
View ArticleNew Post: Upgrading project to 2.0 alpha
Glad to hear it is working for you :-) We named it ALPHA because the API is not stable yet but we want more people to test it. There might be some breaking changes until the RTW release.
View ArticleCommented Unassigned: DefaultCloseStrategy fails with null ref exception [350]
Consider the following simplified scenario.A Conductor<>.Collection.OneActive has two children.For whatever reason some action asks for these children to be closed one after the other. This will...
View ArticleCreated Unassigned: ActionMessage.SetMethodBinding() throws...
I'm using Caliburn.Micro 1.5.2, .NET Framework 4.0.Method ActionMessage.SetMethodBinding() crashes on this line:```if (context.Source.DataContext != null) {```The view is a bit longer, so bear with me,...
View ArticleEdited Unassigned: ActionMessage.SetMethodBinding() throws...
I'm using Caliburn.Micro 1.5.2, .NET Framework 4.0.Method ActionMessage.SetMethodBinding() crashes on this line:```if (context.Source.DataContext != null) {```The view is a bit longer, so bear with me,...
View ArticleEdited Unassigned: ActionMessage.SetMethodBinding() throws...
I'm using Caliburn.Micro 1.5.2, .NET Framework 4.0.Method ActionMessage.SetMethodBinding() crashes on this line:```if (context.Source.DataContext != null) {```The view is a bit longer, so bear with me,...
View ArticleCommented Unassigned: ActionMessage.SetMethodBinding() throws...
I'm using Caliburn.Micro 1.5.2, .NET Framework 4.0.Method ActionMessage.SetMethodBinding() crashes on this line:```if (context.Source.DataContext != null) {```The view is a bit longer, so bear with me,...
View ArticleNew Post: OnViewReady Alpha 2
I have a simple panorama, each "item" is a user control. I want to be notified when an panorama item is active or shown. I thought that the "onviewReady" would do this for me, but I'm mistaken when I...
View ArticleNew Post: Can anybody provide any simple working example of the...
It's a bit strange, but I really can't find a working example anyware.
View ArticleNew Post: OnViewReady Alpha 2
I actually want to bind in the OnViewReady when this is called for Item1 I bind; but its never called for the other items.
View ArticleNew Post: Methods for providing view model dependencies
Let's say a thing first: being a purist is sometimes not feasible, and in many cases it can cause too many hassles. That said, the most correct way to define dependencies, in my opinion, is providing...
View ArticleNew Post: Dialog positioning using ShowDialog
If I use the following with ShowPopup, the created Popup will be correctly positioned relative to my main window:dynamic settings = new ExpandoObject(); settings.Placement = PlacementMode.Relative;...
View ArticleClosed Unassigned: DefaultCloseStrategy fails with null ref exception [350]
Consider the following simplified scenario.A Conductor<>.Collection.OneActive has two children.For whatever reason some action asks for these children to be closed one after the other. This will...
View ArticleNew Post: No support for Windows XP in Caliburn.Micro 2+?
I'll try to toy with it in the next few days, and see what comes out.
View ArticleNew Post: Methods for providing view model dependencies
Thanks for taking the time to respond Blade, it is appreciated. Reading your response and reading back my question I think it was unclear exactly what I was asking, so left me clarify. Say for example...
View ArticleCreated Unassigned: Unable to cast object of type...
The exception happens when I try to show a dialog using Caliburn Micro's WindowManager.What is weird, is that it does not happen always. Only sometimes, as if timing played a role in it, which makes no...
View ArticleClosed Unassigned: Unable to cast object of type...
The exception happens when I try to show a dialog using Caliburn Micro's WindowManager.What is weird, is that it does not happen always. Only sometimes, as if timing played a role in it, which makes no...
View ArticleClosed Unassigned: ActionMessage.SetMethodBinding() throws...
I'm using Caliburn.Micro 1.5.2, .NET Framework 4.0.Method ActionMessage.SetMethodBinding() crashes on this line:```if (context.Source.DataContext != null) {```The view is a bit longer, so bear with me,...
View Article