caliburn
Can I use Caliburn to bind to RoutedCommands?
What\'s the best way to use WPF\'s built-in RoutedCommands with Caliburn? For example, in my shell I have an Edit menu with a Copy item in it attached to the standard command found in ApplicationComm[详细]
2023-01-09 16:18 分类:问答MVVM and DI - How to handle Model objects?
I\'m using Caliburn and C#, but I feel like this is a generic MVVM/DI question. Let\'s say I have a view model, NoteViewModel, that is passed a model object called Note.[详细]
2023-01-08 21:19 分类:问答Caliburn - PropertyChanged for child ViewModel
I\'m using Caliburn and the MVVM pattern in a WPF application, and am trying to use as many conventions as possible.One issue I\'m running into is when开发者_如何学Python I have to wire-up some proper[详细]
2023-01-07 13:37 分类:问答Bind a SL4 TreeView to an IGrouping using Caliburn
I am just starting in the SL world and am trying to use the Caliburn NavigationShell as my starting point. I converted the solution to SL4 and use Caliburn from the trunk .[详细]
2022-12-29 05:16 分类:问答WPF Validation with ContentPresenter
I have a WPF user control which needs to validate some fields.It is bound to a class implementing IDataErrorInfo.[详细]
2022-12-27 17:03 分类:问答Is there a way to implement Caliburn-like co-routines in VB.NET since there's no yield keyword
Note that I\'m aware of other yield in vb.net questions here on SO. I\'m playing around with Caliburn lately. Bunch of great stuff there, including co-routines implementation.[详细]
2022-12-25 06:30 分类:问答Caliburn and prism samples
Are there any sample applications avaliable that make use of both caliburn and prism? I know there are blogs that talk about it but I would like to wade into some code and see how it all fits togethe[详细]
2022-12-23 23:42 分类:问答What does Caliburn command not work when button content is changed?
Using Caliburn and Silverlight, I found that if I do: <Button PresentationFramework:Message.Attach=\"ContainerCommand InstructorProfileCommand()\"[详细]
2022-12-18 15:40 分类:问答How to build Caliburn in release mode
I can\'t make nant do a release build of Caliburn using their build.cmd. Can anyone tell me how to? 开发者_如何学运维What command line parameters should I use?You need to edit Caliburn.build - from t[详细]
2022-12-17 20:30 分类:问答Caliburn and datatemplates in Silverlight 3
Does anyone know if the same functionality for displaying views depending on object/viewmodel is applicable to Silverlight 3?[详细]
2022-12-17 10:35 分类:问答