So let me put it this way. I have a LogInViewModel and a LogInView. There is a Login() method in the ViewModel that gets called if the user clicks on a button in the View. Now I want the dashboard to
We\'re using Caliburn.Micro to do all the magic of kickstarting our Silverlight app. I\'d like to have a play with testing an initialised view being hosted by the Silverlight开发者_Python百科 Unit Te
I\'d still consider myself a beginner even though I could put CM to good use. I read this nice introduction on Screens and Conductors, etc. from Rob Eisenberg at codeplex. If I understood correctly a
I\'ve been exploring the Caliburn Micro MVVM Framework just to get a feel for it, but I\'ve run into a bit of a problem. I have a TextBox bound to a string property on my ViewModel and I would like th
I\'m trying to learn MVVM with Caliburn.Micro. My exercise is to have a view represented by a page containing a chart from SIlverlight Toolkit. I have a backing ViewModel, but now I\'ve no idea on how
Hi I make validation on error in my model class. public class CurrentUser:IDataErrorInfo, INotifyPropertyChanged
Hi I try implement solution from this site im my WPF app for global exception handling. http://www.codeproject.com/Articles/90866/Unhandled-Exception-Handler-For-WPF-Applications.aspx
Hi I try solve how stretch user control width / height which is active in tab control to tab control width / height.
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
This was posted at Caliburn.Micro discussions also. I\'m really looking for advice and opinions on the best way to solve.