caliburn.micro
How do I navigate from one view to another in Caliburn.Micro?
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[详细]
2023-02-14 14:36 分类:问答Get View + ViewModel from Caliburn.Micro in unit tests
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[详细]
2023-02-13 17:06 分类:问答Caliburn.Micro: Different "Targets" in XAML and how to get Views/Viewmodels into there
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[详细]
2023-02-13 13:41 分类:问答Caliburn Micro: how to set binding UpdateSourceTrigger?
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[详细]
2023-02-11 07:17 分类:问答Using MVVM with Silverlight Toolkit charts
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[详细]
2023-02-10 20:27 分类:问答Disable button if validation in model has error
Hi I make validation on error in my model class. public class CurrentUser:IDataErrorInfo, INotifyPropertyChanged[详细]
2023-02-09 06:24 分类:问答Global handling exception in WPF app with Caliburn.Micro
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[详细]
2023-02-08 21:30 分类:问答how stretch user control in tab control item
Hi I try solve how stretch user control width / height which is active in tab control to tab control width / height.[详细]
2023-02-08 19:16 分类:问答caliburn micro tutorial problem
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[详细]
2023-02-08 10:38 分类:问答Caliburn.Micro: Recovering from Exception in IResult
This was posted at Caliburn.Micro discussions also. I\'m really looking for advice and opinions on the best way to solve.[详细]
2023-02-08 09:54 分类:问答