New Post: Binding dependency properties outside of the visual tree
Your dependency property is part of the visual tree. The fact is that CM binds together properly named controls and one or more properties, given a convention (e.g. a textbox named 'message' and a...
View ArticleNew Post: View-First approach in Windows Phone application
Hi. I can't find any Windows Phone examples of using this approach. I tried cal:Bind.Model="Namespace.ViewModelName", but CM can't find my VM for some reason.
View ArticleNew Post: WP8: Navigate to new instance if the same view and tombstoning
Hi all! I want to navigate from View1 (with the corresponding ViewModel1) to the new instance of the same View1 (with the corresponding new instance of the same ViewModel1). How do I accomplish this in...
View ArticleNew Post: What happened to ReflectiveCommand?
How about putting this explanation in the documentation for Actions? ;)
View ArticleCreated Unassigned: Binding Data Grid column's header [333]
Hello!I'm starting in using caliburn, and i'm loving it. I believe it is not an issue on the framework itself, but i'm not finding the way to solve this out. So, here's the deal :In WPF I was used to...
View ArticleCreated Unassigned: Singularize collection names does not work with "es"...
When binding a view model to a datagrid, property singularizing is not working properly for collection properties that end in "es".I had a property called "Batches" to which the grid was bound. The...
View ArticleEdited Unassigned: Singularize collection names does not work with "es"...
When binding a view model to a datagrid, property singularizing is not working properly for collection properties that end in "es".I had a property called "Batches" to which the grid was bound. The...
View ArticleEdited Unassigned: Singularize collection names does not work with "es"...
When binding a view model to a datagrid, property singularizing is not working properly for collection properties that end in "es".I had a property called "Batches" to which the grid was bound. The...
View ArticleNew Post: Using Message.Attach in code instead of Xaml
Typically, I create the View in xaml, and bind Events to the ViewModel using Caliburn.Micro.<Button cal:Message.Attach="[MouseLeftButtonUp]=[ModifyList($source)]" /> However, I now need to create...
View ArticleNew Post: Using Message.Attach in code instead of Xaml
I got a response on this over on StackOverflow.var button = new Button { Content = "Click Me" }; var action = new ActionMessage(); action.MethodName = "ModifyList"; action.Parameters.Add(new Parameter...
View ArticleNew Post: Office 2013 Actions Pane and Caliburn Micro
I am trying to use Caliburn Micro as the framework for WPF inside an Excel 2013 Actions Pane, however I am unsure about how this should be done since there is very little documentation on this and I...
View ArticleNew Post: TabViewModel - Data not displaying
Hi, I am trying to create a wpf app using a TabControl in my shell and have hit a block regards dealing with TabViewModels/TabViews. I seem to get the data, but it doesn't display in any of the...
View ArticleNew Post: TabViewModel - Data not displaying
so when you click on the caller to bring up the details it does bring up the appropriate view but no bound data, and the data is present in your property associated with the bindings. Caller_GivenNames...
View ArticleNew Post: TabViewModel - Data not displaying
mvermef wrote: so when you click on the caller to bring up the details it does bring up the appropriate view but no bound data, and the data is present in your property associated with the bindings....
View ArticleNew Post: CMContrib & Caliburn.Micro
Hi, I'm developping an application using Caliburn.Micro (v1.5.2) et CMContrib (v1.0.2). I'm using C# & .NET 4.5. When I launch the application within VS 2012, i've got no problem, but when using...
View ArticleNew Post: TabViewModel - Data not displaying
Can you post some of your xaml, some associated with the how the tabviewmodel is placed on the right side and some of the binding within the usercontrols that are of type TabViewModel? It might help.
View ArticleNew Post: Binding dependency properties outside of the visual tree
Hi again. Thanks for your reply, BladeWise. However, I am still trying to get my head around this... or it is not true that my dependency property, as defined, is part of the visual tree. Let me...
View ArticleNew Post: Getting started
I am really struggling to get to grips with even the simplest things using Caliburn Micro. I am looking at the Simple MDI example and trying to use two tabs of different views. Here's my...
View ArticleClosed Unassigned: c:\Users\Rob\ path in stack trace. [330]
Started using Caliburn.Micro v 1.5.2. During development faced once error. The exception stack trace contained very strange line:essage: Exception: System.NullReferenceExceptionMessage: Object...
View ArticleClosed Unassigned: Faild to build .net 4 targeted app [331]
Hi. I'm working on a project, using `VS 2012` running on `Windows 8` that targets `.NET 4`. I compiled it in `Debug` mode, and copy/paste it to a machine that runs `Windows 7` and have installed `.NET...
View Article