New Post: _DisplayName / DisplayName issues
Where do I set the DisplayName directly? And mvermef Visual Studio does not create any instances of other views, it crashes when it tries to create ShellViewModel.
View ArticleNew Post: How do I solve binding multiple views to a ObservableCollection?
They are Flyout 'windows' - a bit like TabItems. The collection property (Flyouts) can be set (its public). I now have two views -one for each Flyout window I need- that derive from the Flyout...
View ArticleNew Post: ListBox.SelectedItems convention
BladeWise wrote: Note that the above approach can be used with any object using multiple selection. A working sample, using the current CM code-base, can be downloaded here. Please, let me know your...
View ArticleNew Post: ConductResult from CMContrib - closing Screen does not work correctly
I'm using CM.Contrib library, specifically I'm using ConductResult, which shows (or conducts an item) in specified...
View ArticleNew Post: How do I solve binding multiple views to a ObservableCollection?
I can't think of any way to do that in CM at present. Conventions possible but that would be an incredible amount of monkey work to wedge your viewmodels into the collection of the control (might have...
View ArticleNew Post: How do I solve binding multiple views to a ObservableCollection?
I work ViewModel first. But in this case I thought perhaps View first would work...? Getting these views declared in xaml and binding the VM to it? Is that what the Model attached property is for? Thanx.
View ArticleReleased: Caliburn.Micro v1.5.0 (Mar 18, 2013)
This release fixes many bugs. It also adds support for Task and async/await functionality, including integration with co-routines. For WinRT, we now have built-in support for the Share and Settings...
View ArticleCreated Release: Caliburn.Micro v1.5.0 (Mar 18, 2013)
This release fixes many bugs. It also adds support for Task and async/await functionality, including integration with co-routines. For WinRT, we now have built-in support for the Share and Settings...
View ArticleNew Post: Publish extensions
Now, with CM 1.5 it is even simpler:publicstaticclass EventAggregatorExtensions { publicstaticvoid PublishOnCurrentThread(this IEventAggregator eventAggregator, object message) {...
View ArticleNew Post: Cannot install nuget package
Hi, I'm getting this error when installing nuget package: Could not install package 'Caliburn.Micro 1.5.0'. You are trying to install this package into a project that targets '.NETCore,Version=v4.5',...
View ArticleNew Comment on "Documentation"
It is really sad that such amazing framework like Caliburn.Micro has not more documentation. Sadly it is not possible to use this framework in enterprise without much more documentation and proper...
View ArticleNew Post: Cannot install nuget package
Now I try to compile source, I get cryptographic failure
View ArticleNew Post: ConventionManager.ApplyItemTemplate - doesn't apply template if...
Thanks for the heads up - I'll try a pull/rebase on the fork and push it. I'll check in here when I've got that done.
View ArticleNew Post: ConventionManager.ApplyItemTemplate - doesn't apply template if...
Actually (and this may just be from lack of experience) I am having trouble getting an ICollectionView bound by convention to stay in sync when a Filter predicate is applied. If I manually call its...
View ArticleNew Post: ConventionManager.ApplyItemTemplate - doesn't apply template if...
That does sound odd, but let me check I understand: you make a change to the underlying IObservableCollection and the ICollectionView instance doesn't change when the Filter property is set?
View ArticleNew Post: ConventionManager.ApplyItemTemplate - doesn't apply template if...
I'll need to do some more testing on my end, I think it's just my design at fault. I don't want to derail your thread with my (probably overcomplicated) design details. If it works for you then it's...
View ArticleNew Post: ConventionManager.ApplyItemTemplate - doesn't apply template if...
Ok, I rebased and pushed to my fork. All 1.5 changesets should now be available, as well as the additional fork changesets.
View Article