caliburn.micro
Method Deactivate and TryClose - Caliburn.Micro
I would be very grateful if someone explain my \"differences\" between method Deactivate and TryClose in MVVM framework Caliburn.Micro.[详细]
2023-02-01 19:52 分类:问答Caliburn.Micro(.WP7) and Bing Maps Crashing
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\".[详细]
2023-01-31 18:19 分类:问答Timer in View Model
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.[详细]
2023-01-31 17:44 分类:问答send parameter from view-model to constructor of another view-model
I use caliburn micro and MEF in wpf and I have this problem. I create shell-view-model: public interface IShellViewModel[详细]
2023-01-31 05:46 分类:问答send selected item as parameter to method in view-model [WPF,Caliburn]
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[详细]
2023-01-31 05:31 分类:问答IoC-MEF injection problem
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[详细]
2023-01-31 01:16 分类:问答Communicating between ViewModels in Windows Phone 7
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社[详细]
2023-01-30 15:34 分类:问答Send menu item name as parameter to view-model method [WPF, Caliburn.Micro]
Hi I bindevent PreviewMouseLeftButtonDown on view-model method, I would like send as parameter menu item name.[详细]
2023-01-30 12:33 分类:问答TreeView databinding problems with Silverlight and Caliburn Micro
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:[详细]
2023-01-30 11:10 分类:问答Caliburn.Micro & Infragistics XamDockManager + TabGroupPane
I\'m trying to get the Infragistics TabGroupPane to inte开发者_开发问答grate with Caliburn.Micro as per the standard WPF TabControl.[详细]
2023-01-28 01:26 分类:问答