New Post: updating ToggleButton IsEnabled property throws exception
thanks for the reply. yes I did realized that and desiged the test according to to your instructions in the first place. however, the CanSayHello value had no effect for the ToggleButton IsEnabled...
View ArticleNew Post: Roadmap over Caliburn Micro
I'm intended to use Caliburn Micro 2.0.0 in my application, as the app is based on Win 8.1. The current 1.5.2 isn't working out. I cannot use alpha releases as my client would refuse to. So, can you...
View ArticleNew Post: updating ToggleButton IsEnabled property throws exception
one thing I didn't do was name the nested stackpanel but unless you had another property with the "sp" name that was doing something weird I don't know. It should work with the guard, at least it did...
View ArticleNew Post: Convention on SelectedCellsChanged with RadGridView
Hello, I was using the following convention for the SelectionChanged on RadGridView ConventionManager.AddElementConvention<DataControl>(DataControl.ItemsSourceProperty, "SelectedDataItem",...
View ArticleUpdated Wiki: Home
Caliburn.Micro is a small, yet powerful framework, designed for building applications across all XAML platforms. With strong support for MVVM and other proven UI patterns, Caliburn.Micro will enable...
View ArticleUpdated Wiki: Home
This project has moved to github: https://github.com/BlueSpire/Caliburn.Micro
View ArticleUpdated Wiki: Home
This project has moved to github: https://github.com/BlueSpire/Caliburn.Micro
View ArticleUpdated Wiki: Home
This project has moved to github.https://github.com/BlueSpire/Caliburn.Micro
View ArticleUpdated Wiki: Documentation
This project has moved to github.https://github.com/BlueSpire/Caliburn.MicroDocumentation Caliburn.Micro is a community project and as such we cannot provide enterprise grade documentation.Fortunately...
View ArticleUpdated Wiki: Home
This project has moved to github for v2.0https://github.com/BlueSpire/Caliburn.Micro
View ArticleUpdated Wiki: Documentation
This project has moved to github for v2.0.https://github.com/BlueSpire/Caliburn.MicroDocumentation Caliburn.Micro is a community project and as such we cannot provide enterprise grade...
View ArticleCommented Unassigned: CameraCaptureTask with Caliburn Micro [359]
How to?thank youComments: questions should go to StackOverflow (https://stackoverflow.com/questions/tagged/caliburn.micro).
View ArticleNew Post: Multiple views per viewmodel in a ListView
I am trying to use the View.Context tag in my caliburn app to support multiple views on the same viewmodel. I have a Root View containing the following code <ListView x:Name="Elements">...
View ArticleNew Post: ListBox.SelectedItems convention
Just as a note to anyone who might run into this issue. NotifyCollectionChangedAction.Reset is not a Clear so the following piece in UpdateSelection.ReceiveWeakEvent`:if (args.Action ==...
View ArticleNew Post: Multiple views per viewmodel in a ListView
what is the name of the root view?
View ArticleNew Post: Multiple views per viewmodel in a ListView
My root view is called "RootView" and gets resolved properly.
View ArticleNew Post: Multiple views per viewmodel in a ListView
try putting Tree.xaml and Preview.xaml into a folder called Root under Views
View ArticleNew Post: Cannot find views when control hosted in WinForms application
Hi, I have a WPF application which works correctly when run as the startup project but which fails to locate the views for my viewmodels when it is hosted in a winforms application. The views and...
View ArticleNew Post: DependencyInjection on Opening a Window
Hey guys! So, I use StructureMap's dependency injection with Caliburn.Micro. All of my ViewModels incorporate DI in the constructor arguments. I'm now at the point where I need to open, close, and hide...
View Article