New Post: DataGrid Selected Row of an ObservableCollection
The datagrid is defined in an actual view. I'm not sure i can provide the logging from CM (dont really know how), but i will try.
View ArticleNew Post: unit testing getview
I'm trying to unit test this: public void OnActivateOverride() { Caliburn.Micro.Execute.OnUIThread(() => Caliburn.Micro.Coroutine.BeginExecute(SetLoadingTrue().GetEnumerator(), new...
View ArticleNew Post: Without magic bindings
Hi, I am new to caliburn, and I have a question: How I can use all caliburn features(navigation, messaging etc) with classic binding notation. Is it possible?
View ArticleNew Post: Without magic bindings
you do want it or you don't cause you seem to contradict yourself with title and contents of message.... if you do want it then name your controls you might have to put in some conventions if your...
View ArticleNew Post: DataGrid Selected Row of an ObservableCollection
reference samples and you can grab a sample of the SimpleLog.cs, from GameLibrary sample. then you setup logging in the bootstrapper with this LogManager.GetLog() = type => new Logger(type); in the...
View ArticleNew Post: Use Caliburn Micro with the normal flow of application.
I use Caliburn for all my apps at present Desktop/Win App/Windows Phone, it does everything that I need... Can you explain your confusion? windows phone navigation is done through INavigationService...
View ArticleNew Post: Using a different main window
Hi, I want to use a different main window than the one Caliburn creates if the view is of type UserControl. I found the answer that I should use a class derived from Window instead of UserControl...
View ArticleNew Post: Using a different main window
xaml some code to see what you are doing will help, viewmodel for the main window and how you are configuring your bootstrapper.. doesn't have to be super detailed but needs to be enough to see how you...
View ArticleCreated Unassigned: Typo in Conductor.Collection.OneActive's description [348]
I think there is a typo in Conductor<>.Collection.OneActive's description:it says"An implementation of Caliburn.Micro.IConductor that hold on many items but only activates only ON at a...
View ArticleNew Post: Without magic bindings
Should I need to bind viewmodels without magic to use classic bindings with 3rd party controls?
View ArticleNew Post: Without magic bindings
ViewModel binding is free in CM it happens based on naming convention, viewmodel is found it looks for a view to pair it with, no view found you get an error on the window that is presented. Can you...
View ArticleNew Post: Using a different main window
Thank you for the fast answer. So what I'm doing ... IMO nearly nothing. I just replaced the usercontrol for the view with Fluent:RibbonWindow as it was the answer by Bladewise some months ago. So my...
View ArticleNew Post: Using a different main window
hopefully bladewise will see this post cause I am afraid I won't be much use, never really played with that ribbon stuff not a huge fan...
View ArticleNew Post: Using a different main window
I've just mocked up a sample project, using NuGet packages for both CM and Fluent. You can download it here. As far as I can see, no TypeInitializationException is thrown, so there is something wrong...
View ArticleNew Post: Binding dependency properties outside of the visual tree
public MyView() { InitializeComponent(); // This is the binding, which binds the property of the VM // to your dep. property. // My convention is give my property wrapper in the view the same // name...
View ArticleClosed Unassigned: Typo in Conductor.Collection.OneActive's description [348]
I think there is a typo in Conductor<>.Collection.OneActive's description:it says"An implementation of Caliburn.Micro.IConductor that hold on many items but only activates only ON at a...
View ArticleNew Post: Using a different main window
To bad I've deleted that project because I was annoyed about such a strange exception I didn't understand. So at first, Bladewises application is running fine. But attention, there's a troyan horse on...
View ArticleNew Post: Using a different main window
Catel is a nice framework, IMHO, yet it is quite large and even too much 'complete'. I know it sounds strange to consider 'completeness' a flaw, but personally, I love (maybe too much) developing stuff...
View ArticleNew Post: Using a different main window
I'm coming from C++ and when WTL was coming up, I was quite impressed about its language features and flexibility far away from MFC and the elegance to work with windows, messages and message maps. In...
View Article