caliburn.micro

Bind a Command to a Button inside a ListView with Caliburn.Micro

Hi, I'm trying to create something like a MDI tabbed Interface so I have a navigation pane (a Listbox) on the left, and a ContentPresenter on the right. I have a ShellViewModel that has a BindableCollection on it called AvailAbleScreens and I managed successfully to bind to that list with a ListViews DataTemplate: <ListView x:Name="Av...

Silverlight, Caliburn, Actions and DataGrids

Anyone know of good code examples of the Caliburn or Caliburn Micro framework example that illustrate routing Actions with DataGrid items? ...

Caliburn.Micro and WebServiceResult

I'm looking for the correct version of this class for Caliburn.Micro public class WebServiceResult : IResult where T : new() The above signature is from the ContactManager example in the full Caliburn framework. It does not cut and paste directly into a Micro-based project. There are too many missing classes to use this directly. Thoug...