Closed Unassigned: Provide PropertyChangedBase method for easy property value...
In an effort to declutter my VM code I extended the PropertyChangedBase by the following method which I find very useful:``` public void SetAndNotify<T>(ref T field, T value, params...
View ArticleCommented Unassigned: Allow setting of default IsEnabled for elements with a...
My scenario: I've got a ViewModel which is a Conductor.Collection.OneAction, and in the corresponding View I have a button which I want to bind to a target in the ViewModel's ActiveItem.The trick is...
View ArticleCreated Unassigned: Change DisplayName after view loaded [321]
Hi all,How can I change the DisplayName of a view (Screen) after it has been loaded? What I am trying to do is to change the title of the view window (OOB) from within my ViewModel with the name of the...
View ArticleCommented Unassigned: Change DisplayName after view loaded [321]
Hi all,How can I change the DisplayName of a view (Screen) after it has been loaded? What I am trying to do is to change the title of the view window (OOB) from within my ViewModel with the name of the...
View ArticleReviewed: Caliburn.Micro v1.5.1 (Jun 04, 2013)
Rated 5 Stars (out of 5) - I have used Caliburn in a couple of banking applications - one project is Silverlight and the other is WPF. I am pushing and promoting it as the standard MVVM framework...
View ArticleCommented Unassigned: Change DisplayName after view loaded [321]
Hi all,How can I change the DisplayName of a view (Screen) after it has been loaded? What I am trying to do is to change the title of the view window (OOB) from within my ViewModel with the name of the...
View ArticleNew Post: Root view aware?
I'm using CM for a plugin within a host application. I'm initializing the bootstrapper from within the said application, but I need to know how to make it aware of the root view (window) so that I can...
View ArticleNew Post: NotifyPropertyChangedOptimzation in PropertyChangedBase
In PropertyChangedBase I discovered following Code.public virtual void NotifyOfPropertyChange([CallerMemberName] string propertyName = "") { if (!this.IsNotifying) return;...
View ArticleCommented Unassigned: Change DisplayName after view loaded [321]
Hi all,How can I change the DisplayName of a view (Screen) after it has been loaded? What I am trying to do is to change the title of the view window (OOB) from within my ViewModel with the name of the...
View ArticleCommented Unassigned: Change DisplayName after view loaded [321]
Hi all,How can I change the DisplayName of a view (Screen) after it has been loaded? What I am trying to do is to change the title of the view window (OOB) from within my ViewModel with the name of the...
View ArticleCommented Unassigned: Change DisplayName after view loaded [321]
Hi all,How can I change the DisplayName of a view (Screen) after it has been loaded? What I am trying to do is to change the title of the view window (OOB) from within my ViewModel with the name of the...
View ArticleCommented Feature: Add MultiWindow Support to SL5 WindowManager [199]
Add MultiWindow Support to SL5 WindowManagerComments: Some hints can be found at [Silverlight 5: Multiple Windows](http://trelford.com/blog/post/sl5multiwindow.aspx). Sample implementation for setting...
View ArticleClosed Unassigned: Change DisplayName after view loaded [321]
Hi all,How can I change the DisplayName of a view (Screen) after it has been loaded? What I am trying to do is to change the title of the view window (OOB) from within my ViewModel with the name of the...
View ArticleClosed Task: Modifying the IoC api for testability / usability [313]
The service locator, IoC, is inherently hard to test and it's public facing API is sloppy. This is because not all lambda's are wrapped for easy consumption.My proposal is to add following missing...
View ArticleNew Post: Caliburn.Micro + MEF + Modern UI: IContent events
http://stackoverflow.com/questions/16968090/caliburn-micro-mef-modern-ui-icontent-events I had a question regarding when messages were attached to the view.
View ArticleCreated Unassigned: NotifyOfPropertyChange threading issue [322]
I've encountered a very strange behaviour in the following situation.There are two handlers for a third-party component events, both events are fired in non-UI threads. All these happens inside a WPF...
View ArticleCommented Unassigned: NotifyOfPropertyChange threading issue [322]
I've encountered a very strange behaviour in the following situation.There are two handlers for a third-party component events, both events are fired in non-UI threads. All these happens inside a WPF...
View ArticleCommented Unassigned: NotifyOfPropertyChange threading issue [322]
I've encountered a very strange behaviour in the following situation.There are two handlers for a third-party component events, both events are fired in non-UI threads. All these happens inside a WPF...
View ArticleClosed Unassigned: NotifyOfPropertyChange threading issue [322]
I've encountered a very strange behaviour in the following situation.There are two handlers for a third-party component events, both events are fired in non-UI threads. All these happens inside a WPF...
View ArticleEdited Unassigned: When target binding changes to null, target is not updated...
On line 139 of Action.cs there's a test for e.NewValue == null. This has the effect of keeping the previous target if the target changes to null, rather than clearing the target, which leads to (in my...
View Article