I have this winForm applications and we are about to rewrite some of the forms with WPF. So my plan so far is to create wpf user controls and add them into classic winforms. So far so good.
Hi I bind collection from Caliburn Micro on ListBox control in view. Here is it. public BindableCollection<UserInfo> Friends
I am currently using Caliburn and I have the following scenario. I have a MultiPresenterManager and the CurrentPresenter is set to a Presenter that contains a Canvas. inside the Canvas Presenter View
I have an existing WPF project and I want to move it over to caliburn with MEF. My shell is a viewmodel called MainViewModel this opens up a dialog using the DefaultWindowManager this is a login wind
I\'m just starting the tutorial for CM and up to the last example here. I wanted to get a better feel for what I can do with CM, so I did some one thing I would normally do in a wpf project, make a fo
trying to use a login window with caliburn + mef I get these two warningsas well Warning1CA2000 : Microsoft.Reliability : In method \'AppBootstrapper.CreateContainer()\', call System.IDisposable.Dis
I would like to hear what bootstrapper (MEF, Unity, Autofac...etc) is suitable (the best) for caliburn micro by your opinion and why?
I\'m trying to map a Canvas object in my ViewModel to a Canvas object in my View. However I get a \"CompositionException was unhandled by us开发者_StackOverflower code\" error when I run. Commenting
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\".
why when trying to add some resource dictionaries to my CaliburnApplication.Resources tag, it does not work, and when do it in code behind of my app开发者_运维技巧.xaml it works?So you\'re using Calib