caliburn.micro Questions

3

Solved

I've been playing with the Caliburn Micro MVVM framework and am having some problems with guard methods. I have a view model: public class MyViewModel : PropertyChangedBase, IMyViewModel A prop...
Chanterelle asked 5/4, 2011 at 2:33

1

Solved

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 t...
Coerce asked 17/2, 2011 at 18:58

1

Solved

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 I use Calib...
Hacksaw asked 3/2, 2011 at 13:46

2

RoutedCommand and RoutedUICommand have a lot going for them. There's baked-in support for text and for keyboard gestures. You can bind a collection of RoutedUICommands to a Menu's ItemsSource and i...
Photosensitive asked 21/11, 2010 at 1:1

1

Solved

I am using Reactive extensions for NET (Rx) with Caliburn.Micro in my WPF app. I'm trying to port my WPF app to use an MVVM architecture and I need to monitor changes in the Text property of a Text...
Unanimity asked 3/1, 2011 at 14:5

1

Solved

Anyone know of good code examples of the Caliburn or Caliburn Micro framework example that illustrate routing Actions with DataGrid items?
Rissa asked 14/10, 2010 at 19:48

1

Solved

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 BindableColl...
Actinal asked 6/9, 2010 at 10:38

© 2022 - 2024 — McMap. All rights reserved.