New Post: ComboBox Binding Problem
Hi! I'm trying to use a ComboBox but the Binding isn't working properly. The comboboxes get filled, but only with the message: "Cannot find view for System.String." (I also tried with string instead of...
View ArticleNew Post: ListBox.SelectedItems convention
I have updated the sample to the latest NuGet package and re-uploded it. It is possible to download it here.
View ArticleNew Post: Headless WPF Application that can launch a dialog
I have a WPF application built using Caliburn Micro and we are looking into integrating it with other applications. One of the scenarios is that we would like a certain dialog within our application to...
View ArticleCommented Unassigned: AppBootstrapper: .Configure() not reliable if marked as...
Hi all,I had to mark the .Configure method of the bootstrapper as async since there is some file system access going on.Now, every 3-10 launches the app will not come up correctly as CM does not bind...
View ArticleNew Post: RibbonWindow gets messed up
Hello, I wanted to use a WPF-RibbonWindow in a new WPF Caliburn.Micro Application but the Title bar is displayed blank, even the close buttons are blanked out. In a previous program I did something to...
View ArticleSource code checked in, #cb4b8eb7dacee5b40463d1906d49308deec3d1b3
Make SimpleContainer available for all platforms
View ArticleCommented Feature: Make Portable Libraries [259]
For v2 we need to refactor to portable libraries.Comments: This issue is still blocked: _INotifyCollectionChanged_ is not supported by portable projects yet.
View ArticleCommented Feature: Make Portable Libraries [259]
For v2 we need to refactor to portable libraries.Comments: Last message is true, when portable project includes .NET 4.0 target. Other combinations work.
View ArticleNew Post: Help with app that supports silent mode.
I am converting a project over to use Caliburn.Micro however this application supports being able to be ran silently from a command line. How would I do that while using Caliburn.Micro?
View ArticleNew Post: WinRT Search Contract Support
Hi there! I have seen that the Share contract is now supported, but what about the Search contract? How can I implement the Search? Thanks.
View ArticleCommented Feature: Make Portable Libraries [259]
For v2 we need to refactor to portable libraries.Comments: .NET 4.0 will not be supported by portable version, see https://twitter.com/davkean/status/329658035490418688
View ArticleNew Post: ItemsSource binding at design time using naming conventions
Hi, I'm new to CM and really appreciate all the work you guys have done on it. I'm really enjoying it. I'm trying to get DesignTime bindings to work in a WP8 app. I have created a design time ViewModel...
View ArticleNew Post: ItemsSource binding at design time using naming conventions
I asked this same question on Stack Overflow and ended up figuring it out and answering myself:http://stackoverflow.com/questions/16350345/caliburn-micro-design-time-using-naming-conventions/16352545 I...
View ArticleNew Post: Passing complex objects
Hello everyone, I just started with Caliburn Micro and loving it so far. I'm not that familiar with MVVM (other than the theory). The biggest problem I ran into is passing complex objects. I'm using...
View ArticleNew Post: Passing complex objects
before I get long winded I am assuming WP7/8 or RT? That link might help.https://caliburnmicro.codeplex.com/discussions/393238
View ArticleNew Post: WinRT Search Contract Support
Have a look at the HelloWinRT sample, it is all included.
View ArticleClosed Unassigned: AppBootstrapper: .Configure() not reliable if marked as...
Hi all,I had to mark the .Configure method of the bootstrapper as async since there is some file system access going on.Now, every 3-10 launches the app will not come up correctly as CM does not bind...
View ArticleNew Post: Portable Class Library and CM
Creating a portable version is not as easy as it seems (see issue 259).
View ArticleNew Post: Passing complex objects
Thanks for the reply ! It's WP8. From what I read in that thread it is possible in WinRT but not in WP8 and there's some discussion if it's still coming ?
View Article