New Post: Return the value of a Property from child ViewModel to Parent...
i use the following code to fire up the parent datagrid public void OpenPhysicianWindowCommand() { if (CurrentDocument != null) { dynamic settings = new ExpandoObject(); settings.WindowStartupLocation...
View ArticleNew Post: Bindings Not Working with Custom Content Control
Hello Rufus, can you explain a bit more how you implemented the AddChildResolver Thank you good sir
View ArticleNew Post: Navigate to another screen on WP8?
No, I think it is helpful to remember that ViewModel's are not always pages or screens. As you start to decompose your app you will see that a ViewModel can also be a Conductor and manage a list of sub...
View ArticleNew Post: A little help with the bootstrapper please (VB)
Well as I didn't how MEF work (In a naive attempt on my part) to simplify this problem and get the startup of my app working, I try to avoid MEF by the usage of SimpleInjector. Now I realize I have no...
View ArticleNew Post: Navigate to another screen on WP8?
I have read all documentation but CM have only articles and there is no full documentation of the library and I was wondering if in some way I can navigate to any ViewModel I want regardless how it is...
View ArticleNew Post: Bindings Not Working with Custom Content Control
Hello! There is not much more to explain. The above shown code is part of the OnStartup - method of my AppBootStrapper - class. The class AdornedControl is my Custom Content control. The first lambda...
View ArticleNew Post: Navigate to another screen on WP8?
If you mean MSDN style documentation, no, we do not have anything like that, however I would think our documentation is pretty comprehensive. I'm struggling to understand what you are looking for we...
View ArticleNew Post: Navigate to another screen on WP8?
I have conductor with couple screens (Page with panorama control), beside this I will have other subpages in application. When I’m in main page and call...
View ArticleCommented Unassigned: Result turned into a Task using ExecuteAsync is not...
We have the option to use the original coroutines or using C#5 async/await.However, taking a class based on IResult and calling AsResult on it to return a Task for async/await doesn't pass it through...
View ArticleNew Post: Navigate to another screen on WP8?
Ok, so you are on the right track using activate item. I can appreciate what you are looking for, a sort of universal navigation manager. You are correct in that this doesn't exist. The navigation...
View ArticleNew Post: Navigate to another screen on WP8?
Tnx for clarification – I will think about this and read suggested article. As far as double activation I finally found what was the cause. WP8 have a bug in Panorama control...
View ArticleNew Comment on "Introduction"
typo: "Simply inherit from Bootsrapper" --> should be "BootsTrapper"
View ArticleCommented Unassigned: Result turned into a Task using ExecuteAsync is not...
We have the option to use the original coroutines or using C#5 async/await.However, taking a class based on IResult and calling AsResult on it to return a Task for async/await doesn't pass it through...
View ArticleNew Post: Navigate to another screen on WP8?
I’m reading article about activation but I’m still don’t know how to do this right. I have one implementation of Conductor<object>.Collection.OneActive in main application page and in items I...
View ArticleNew Post: Return the value of a Property from child ViewModel to Parent...
It's use and life cycle are just for selecting a single member. The user is filling out a "form" of info where one of the fields is a Member. This should popup when they click a button and allow them...
View ArticleNew Post: Navigate to another screen on WP8?
I want to say check ActiveItem to see if it has an object assigned (aka active).
View ArticleNew Post: Review my understanding: Using caliburn with Unity
I am learning caliburn and wrote a small piece on how to use caliburn with unity for a true a view-model approach, please help review and correct...
View ArticleNew Post: Review my understanding: Using caliburn with Unity
Honestly, I don't think that leaving the *.xaml.cs file means that the approach is not 'purely' view-model first. The InitializeComponents call does not distrupt intrinseccally a view-model first...
View ArticleNew Post: Review my understanding: Using caliburn with Unity
Edit: I completely agree with BladeWise. Nowhere does it say that MVVM requires the view to be any shape. You should view the *.xaml.cs as an extension of the view and as such it is completely fine to...
View ArticleNew Post: Navigate to another screen on WP8?
Don't bother question about how to check if conductor is active – I was tired. All mess with this is again because of bug in panorama ;(
View Article