New Post: Main Caliburn Window -> How do I get a reference to it
It is an AutoCAD addin. There is no Application object as the class library is being "hosted" in the AutoCAD application. This is causing untold nightmares trying to get anything WPF working since most...
View ArticleNew Post: Binding Contexts
I have a question about setting the data context for various items. I have a DataGrid that is bound by CM convention to a property in my VM.<DataGrid x:Name="Mappings" AutoGenerateColumns="False"...
View ArticleNew Post: handle an action and make it continue bubbling.
Thank you very much for your interest BladeWise. This this my simplified scenario I have a view, lets call it MainView (a window) and his viewmodel MainViewModel. Inside the MainView I have nother view...
View ArticleCreated Unassigned: OnUIThreadAsync(action).Wait() causes an infinite wait [335]
After the update to version 1.5.2 my WPF 4.0 application is no longer closed. See the simple example in the attachment. Example works fine with CaliburnMicro 1.4 and has infinite wait with 1.5.2
View ArticleCommented Feature: Make Portable Libraries [259]
For v2 we need to refactor to portable libraries.Comments: This would be great. Maybe it could be done in small pieces, instead of converting the whole thing at once? We could go long way if stuff from...
View ArticleSource code checked in, #88716bdd670a95815ba3907a10d494dc26e8e4b8
Fix #335: OnUIThreadAsync(action).Wait() causes an infinite wait
View ArticleClosed Unassigned: OnUIThreadAsync(action).Wait() causes an infinite wait [335]
After the update to version 1.5.2 my WPF 4.0 application is no longer closed. See the simple example in the attachment. Example works fine with CaliburnMicro 1.4 and has infinite wait with...
View ArticleCreated Release: Caliburn.Micro v2.0
This release will bring a PCL (Portable Class Library) version of Caliburn.Micro
View ArticleEdited Feature: Make Portable Libraries [259]
For v2 we need to refactor to portable libraries.
View ArticleNew Post: Main Caliburn Window -> How do I get a reference to it
I was trying to create a singleton Application object but I wanted to assign the Application.MainWindow to the Caliburn created MainWIndow. I can create an application object and a new Window and...
View ArticleCreated Issue: [WinRT] Support Windows 8.1 [336]
Fix binding issues on Win81 and add conventions for (some of) the new controls.
View ArticleCommented Issue: [WinRT] Support Windows 8.1 [336]
Fix binding issues on Win81 and add conventions for (some of) the new controls.Comments: Already done: - add Visual Studio 2013 solution - add WinRT81 sample project - use default SettingsFlyout...
View ArticleSource code checked in, #1ebb84c69c19f18edb93259652385561ca41c15b
change version to 1.6 and add WinRT81 assemblies to nuget package
View ArticleEdited Issue: [WinRT] Support Windows 8.1 [336]
Fix binding issues on Win81 and add conventions for (some of) the new controls.For binding issue see:https://caliburnmicro.codeplex.com/discussions/448464
View ArticleSource code checked in, #ab48bb52280e9b380deefa052d6080359038c867
remove duplicate nuget repositories from samples
View ArticleNew Post: Exception after OnActivate on DownloadStringAsync on Windows Phone 7.x
I have some trouble with activating ViewModel. That situation: I have ViewModel with property that load data from internet if field is null:private string _content; public string Content { get { if...
View ArticleNew Post: Cascading Combobox
Can someone please help me with a cascading combo box issue. Here's the markup<DataGrid x:Name="Mappings" AutoGenerateColumns="False" HeadersVisibility="Column" CanUserReorderColumns="False"...
View ArticleNew Post: handle an action and make it continue bubbling.
I think that the EventAggregator approach is probably fine. Anyway, depending on the actual scenario, you could even define proper interfaces for Main and Child view-models, and invoke Main method...
View Article