New Post: CM 1.4: DisplayRootViewFor works but DisplayRootView cannot find...
The Frame Adapter in CM (which handles the View first style approach) ensure it doesn't overwrite existing DataContexts, if one is set then it won't look for a matching view model.
View ArticleClosed Issue: winrt: DisplayRootViewFor works, DisplayRootView does not [262]
DisplayRootView<MenuView>() does not find the matching view model MenuViewModel.Using DisplayRootViewFor<MenuViewModel> does find the appopreate view.. can't figure out what i'm missing.I'm...
View ArticleNew Post: New Caliburn.Micro app in the Windows 8 App Store
Good question. :-) I developed the app with a coworker and he handled the store submission. I'll ask him if we can make it available in other countries. We certainly don't have any languages other...
View ArticleNew Comment on "The Event Aggregator"
I thought that the whole point of the event aggregator pattern was to decouple listners from publishers. In a proper decoupled system, how does the publisher know if a message should be published on...
View ArticleNew Post: Portable Class Libraries
Is there any eta when a PCL version might be available?Im looking to use an MVVM framework in a new project, and want to reuse my VM over different views, and to me Caliburn looked to be the best at...
View ArticleNew Post: Any good way of setting the activateitem when usingmultiple...
Hi,I have a view which has several listboxes and a contentControl called ActiveItem. The listboxes and their items are decoratively created.the selection changed is handled like this[Event...
View ArticleNew Post: Binding to WindowsFormsHost Control
Hi,in my Application I'm using a Signature Pad from here:http://www.topazsystems.com/products/siglitesl.aspThe problem is that the .net control library is only for WinForm so I have to use in my Xaml:...
View ArticleNew Post: Sample Entity Framework with Caliburn.Micro
I need a sample project from Entity Framework with Caliburn.Micro
View ArticleNew Post: Show login dialog then a main form on successful connection
Hi, I am using Caliburn Micro and have a login view model which is displayed on startup.I am using a separate class which handles all of the connection to the server and provides simple call back...
View ArticleCommented Issue: "'System.Func' is defined in multiple assemblies" with...
When using CM in a WP7.1 project and also using the new Microsoft.Bcl.Async package (https://nuget.org/packages/Microsoft.Bcl.Async) with the following compilation error results:Error 1 The predefined...
View ArticleNew Post: Error when using ActionMessage in WPF XAML file
Error message: The type 'ActionMessage' from assembly 'Caliburn.Micro' is built with an older version of the Blend SDK, and is not supported in a Windows Presentation Framework 4 project.XAML...
View ArticleNew Post: window manager issue
I have a strange issue with the window manager - has anybody else encountered this?I have a Conductor<IScreen>.Collection.OneActive. This is the main view model (ie, shell). One of the view...
View ArticleNew Post: window manager issue
Instead of ShowWindow you might want to give ShowDialog a try, you might even have to roll your own now close strategy, to catch the window if you are not wanting Dialog type behavior.
View ArticleNew Post: New Caliburn.Micro app in the Windows 8 App Store
As soon as our next update gets certified and hits the store, it should be available in all markets. It's still English only, but should at least be available. Hopefully we'll be able to add a few...
View ArticleNew Post: Provide sample project for Winrt/windows 8
I've updated the getting started sample to work with 1.4: http://mikaelkoskinen.net/caliburn-micro-for-winrt-getting-started/
View ArticleNew Post: WinRT Navigation and Conductors
I have a WinRT app which is up and running nicely using the INavigationService (FrameAdapter). The problem is all of the pages in my app are full pages and they repeat a lot of view xaml markup. What I...
View ArticleNew Post: Share the same instance of a viewmodel between two other viewmodels?
Consider that I have these view models:AViewModel - ContentControl BViewModel - ContentControl CViewModelWhere A/BViewModel derive from Conductor<Screen>.Collection.AllActive and are different...
View ArticleNew Post: window manager issue
Yeah, I can try ShowDialog - but in the end, I don't want dialog type behavior. I wish I knew exactly what was causing this odd behavior. I can dig into the CM window manager, but as you suggest it is...
View ArticleNew Post: New Caliburn.Micro app in the Windows 8 App Store
Found it! I was waiting eagerly for a KeePass client for WinRT. The UI could take some polish, e.g. the color of the folder vs. the password entry clash a little bit. However, functionality is great....
View ArticleNew Post: window manager issue
Have you tried calling Activate on the view-model whose view should be selected, once the additional window is closed?Unless you explicitly activate the previous shell, I suppose that the framework...
View Article