I would be very grateful if someone explain my \"differences\" between method Deactivate and TryClose in MVVM framework Caliburn.Micro.
I have an app that I\'m upgrading from some beta bits - and my map screen is crashing. So to try to get to the bottom of it - I started a brand new - blank \"Win Phone Application\".
I have service class in external assembly, I inject this class in view model class with MEF. Ineed call service method every 3-4 seconds from view model.
I use caliburn micro and MEF in wpf and I have this problem. I create shell-view-model: public interface IShellViewModel
I have this problem. I use caliburn micro in WPF. In view I have listbox, and I bind on event MouseDoubleClick method in view-model. I would like send as parameter selected listbox item. But I don’t
I use Caliburn.Micto as MVVM framework for my WPF application and also MEF for injection. UML of my application look like this: http://i54.tinypic.com/2n1b4mx.png
We are using Caliburn.Micro for a simple Windows Phone 7 Application that takes a photo of a particular stock item, and then saves the image and a xml file with information user e开发者_StackOverflow社
Hi I bindevent PreviewMouseLeftButtonDown on view-model method, I would like send as parameter menu item name.
I have using Silverlight and Caliburn Micro and am having a problem getting child nodes to appear in the tree. The TreeView is contaimed in a grid and here is my XAML excerpt:
I\'m trying to get the Infragistics TabGroupPane to inte开发者_开发问答grate with Caliburn.Micro as per the standard WPF TabControl.