Commented 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 ArticleSource code checked in, #e0cd3c496745bb36f89df6c7221f5341bffd6904
[Phone] More generic AppBar action message handling
View ArticleNew Post: Handling Focus?
The FocusBehavior doesn't work for me. I get the exception "Cannot add instance of type 'FocusBehavior' to a collection of type 'BehaviorCollection'. Only items of type 'T' are allowed."
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 ArticleNew Post: WindowManager.ShowDialog doesn't use window title
I call the windowmanager like this windowManager.ShowDialog(viewmodel, null,null) viewmodel is a screen and the view is window (not user control). ShowDialog seems to be using the properties from the...
View ArticleCreated Unassigned: Doesn't singularize the word 'searches' properly [323]
The convention to bind the SelectedItem property of a ListBox to a property that is a singular version of the Items collection doesn't handle the word 'searches' properly.For example a ListBox bound to...
View ArticleEdited Unassigned: Doesn't singularize the word 'searches' properly [323]
The convention to bind the SelectedItem property of a ListBox to a property that is a singular version of the Items collection doesn't handle the word 'searches' properly.For example a ListBox bound to...
View ArticleCommented Unassigned: Doesn't singularize the word 'searches' properly [323]
The convention to bind the SelectedItem property of a ListBox to a property that is a singular version of the Items collection doesn't handle the word 'searches' properly.For example a ListBox bound to...
View ArticleCommented Unassigned: Doesn't singularize the word 'searches' properly [323]
The convention to bind the SelectedItem property of a ListBox to a property that is a singular version of the Items collection doesn't handle the word 'searches' properly.For example a ListBox bound to...
View ArticleCommented Unassigned: Doesn't singularize the word 'searches' properly [323]
The convention to bind the SelectedItem property of a ListBox to a property that is a singular version of the Items collection doesn't handle the word 'searches' properly.For example a ListBox bound to...
View ArticleCommented Unassigned: Doesn't singularize the word 'searches' properly [323]
The convention to bind the SelectedItem property of a ListBox to a property that is a singular version of the Items collection doesn't handle the word 'searches' properly.For example a ListBox bound to...
View ArticleCommented Unassigned: Doesn't singularize the word 'searches' properly [323]
The convention to bind the SelectedItem property of a ListBox to a property that is a singular version of the Items collection doesn't handle the word 'searches' properly.For example a ListBox bound to...
View ArticleClosed Unassigned: Doesn't singularize the word 'searches' properly [323]
The convention to bind the SelectedItem property of a ListBox to a property that is a singular version of the Items collection doesn't handle the word 'searches' properly.For example a ListBox bound to...
View ArticleNew Post: How Do I Subscribe to an Event from a ViewModel in a Different...
I've searched for an answer with no success. I have: (1) A main view model, call in MainViewModel, in one assembly (2) A child view model, call in ChildViewModel, in another assembly (3) I have...
View ArticleNew Post: How Do I Subscribe to an Event from a ViewModel in a Different...
Sorry for the bother, figured it out. I had an incorrect reference in the subscribing VM. Thanks
View ArticleNew Post: Binding an application command and listening to it
I have a shell and I have a RefreshButton in it. I want to bind this button to NavigationCommands.Refresh. I mean I want to when the RefreshButton got clicked, the NavigationCommands.Refresh get...
View ArticleNew Post: NInject and Caliburm
Hi, Has anyone tried to use Ninject as a container with Caliburn for a WP8 app instead of the PhoneContainer. Does anyone have some examples?
View ArticleNew Post: Login dialog from Bootstrappers OnStartup method
colinbo, I was running into the same issue using 1.5.1 for WP8.The following worked for me: var navigationService = IoC.Get<INavigationService>(); if(SomethingIsTrue()) {...
View ArticleNew Post: Login dialog from Bootstrappers OnStartup method
no your call to the service is correct for all intents and purposes... and should work accordingly
View ArticleCreated Unassigned: ViewModel class with internal visibility. [324]
Hello everybody.I experiencing an issue when the ViewModel class is defined as __internal sealed__.In this case the view actions fails to resolve the methods (No target found for method XXXX).Settings...
View Article