New Post: Binding Conventions not working with Telerik and Deep Properties
Not sure what I am doing wrong but here goes. I have a VM with a property on it called Authorization. I have a View that corresponds to the VM with a bunch of controls. I have named the controls things...
View ArticleSource code checked in, #2f3237a5d9d9114a880c829e329ab731887d15c2
BuildUp IResult in ExecuteAsync()
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 ArticleEdited Unassigned: Result turned into a Task using ExecuteAsync is not passed...
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 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 ArticleReviewed: Caliburn.Micro v1.5.1 (May 22, 2013)
Rated 5 Stars (out of 5) - Thanks for the awesome gift :)
View ArticleCreated Unassigned: Remove IHaveDisplayName from IScreen and Screen [315]
I don't see why `IScreen` inherits `IHaveDisplayName`. Most of the time, you *don't* want to set the title of a window from the ViewModel, just like you normally wouldn't set the title of the button...
View ArticleNew Post: Child ViewModel Null When Using [Import]
Hi, I am trying hard to get up to speed on MEF, and I have run into an issue. Let's say I have a parent View Model that will have a child ViewModel as a property, and needs to wire up to...
View ArticleNew Post: Child ViewModel Null When Using [Import]
You can use [OnImportSatisfied] on a method and it will identify it to MEF as a callback when all imports have been resolved.[OnImportSatisfied] public void Initialize() { ChildProperty.PropertyChanged...
View ArticleNew Post: RadDocking.DocumentHost, Caliburn.Micro and ContentControl
Greetings, I have a project using Telerik and Caliburn.Micro. Up to this point everything has been smooth, clean, light and flawless. However, I've hit a roadblock and now need serious help. I need to...
View ArticleNew Comment on "Customizing The Bootstrapper"
Just as an FYI for people wondering about the MEF specific example given here. I think that MEF is only used because it can do DI without installing an IoC container.
View ArticleReviewed: Caliburn.Micro v1.5.1 (May 23, 2013)
Rated 5 Stars (out of 5) - I have created two windows store applications named "Movies 8" and "Series 8" using Caliburn.Micro as primary MVVM pattern and they are now available to download [free] from...
View ArticleNew Post: Binding Conventions not working with Telerik and Deep Properties
It does have to do with you using Telerik controls but you also need to take into account that you still have to setup some conventions for those controls from Telerik since they aren't part of the...
View ArticleNew Post: Binding Conventions not working with Telerik and Deep Properties
Hey, thanks for the help. I had suspected that the inclusion of Telerik was part of my problem. However it already has a convention for GridView's and the example even shows something similar to what...
View ArticleNew Post: Review my understanding: Using caliburn with Unity
Yes, I forgot CM explicit initialization. Few days ago, I bumped on this issue (not initialized view), that's why I pointed that out. Probably was caused by my ViewLocator customization (forgot to...
View ArticleNew Post: System.Windows.Interactivity reference error
Please enlighten me here... Working on W8 machine, VS 2012, all SDKs, updates etc applied. Tried adding System.Windows.Interactivity to a WP8 project but VS 2012 won't do it. Is that assembly supported...
View ArticleNew Post: Review and thoughts on removing .xaml.cs for a view-model first...
BladWise: I am sorry i didn't understand what you mean by "benefits of code-behind", for cases when you do need to reference view in your view-model, you could make use of attached behavior or make the...
View ArticleNew Post: System.Windows.Interactivity reference error
The latest one appears to be an extension as a result of the SDK for Windows Phone 8. Try looking under Assemblies / Extensions should be there to add it to the project from with in the Add Reference...
View ArticleSource code checked in, #d48cb247afb482f09eb4088575a4df4265dcc147
add DisplayRootViewFor<TViewModel>() overload
View ArticleNew Post: System.Windows.Interactivity reference error
Thanks, that worked! Maybe a note should be put in the docs as to which System.Windows.Interactivity to reference... Thanks again.
View Article