caliburn.micro
Binding properties in two viewmodels in a two way manner
I\'m starting Caliburn Micro development and I have thought of an architecture where a viewmodel has properties, injected by MEF, which are other viewmodels. That way I can use contentcontrols in the[详细]
2023-03-02 20:00 分类:问答MVVM & Caliburn : Replacing All Screens?
I am new to MVVM, and decided to use Caliburn and MEF on my current project. The project is basically a framework for hosting开发者_如何学JAVA screens and workflow based on a selected product. When th[详细]
2023-02-22 02:52 分类:问答WPF UI Automation with Caliburn.Micro?
I am attempting to write some UI automation tests for a WPF application that is using Caliburn.Micro and White. I am using CM\'s builtin conventions to bind my controls to the view model\'s properties[详细]
2023-02-21 20:14 分类:问答Combo box driven UI element with Caliburn.Micro
I\'m trying to get my head around Caliburn.Micro and MVVM in a small test WPF app. I\'ve got a custom user control that has a payment combo box (with the Cash, Check, Credit) and next to this combo b[详细]
2023-02-20 18:55 分类:问答Caliburn Micro: Disable button on form validation error
I have a form with a textbox bound to an integer, and a button. Now, when the value of the textbox is invalid, I want to immediately disable the button.[详细]
2023-02-19 04:08 分类:问答Need help with caliburn Message.Attach when TextBox gets focus
I have a TextBox that I am setting the focus on using an attached property bound to a property of the view model. The attached property calls \"UIElement.Focus()\" to set the focus. The problem is whe[详细]
2023-02-17 23:30 分类:问答ViewModel or Model binding with Caliburn.Micro
This is more of a MVVM question than a caliburn question, but it relates to how I can accomplish it with caliburn.[详细]
2023-02-17 01:41 分类:问答Caliburn.Micro: logging every ActionMessage?
We\'re starting a new Silverlight project on Caliburn.Micro.We need to log every user interaction through Google Analytics.Is there any way开发者_如何学Python to have a bit of code executed every time[详细]
2023-02-16 11:07 分类:问答MVVM and multiple windows
I\'m in the pre-design stages of a small application that I\'d like to write using Caliburn.Micro and C# / WPF. I\'m still learning the framework, but I like what I see so far.[详细]
2023-02-15 00:28 分类:问答WP7 equivalent of EmptyDataTemplate?
A number of ASP.NET data bound controls expose an EmptyDataTemplate that is rendered when the control is bound to an empty data source. In my WP7 app, I too would like to display a friendly messag开发[详细]
2023-02-14 21:43 分类:问答