Closed Issue: INavigationService not configured [302]
It seems that when using DisplayRootViewFor<T>(), the RegisterNavigationService (on PrepareViewFirst) method is not called and you end up with null passed in for the INavigationService. This...
View ArticleNew Post: Login dialog from Bootstrappers OnStartup method
INavigationService won't be active in that fashion yet... it would also need to be IoC.Get<> called to get a working instance. Since this code appears to be from the BootStrapper... At least that...
View ArticleNew Post: Message.Action in ListBox?
do you get any error to the FilterEnable not being found a suitable signature in the viewmodel?
View ArticleNew Post: Message.Action in ListBox?
mvermef wrote: Thro I have this sneaking suspicion that you intended to say more than that... :)
View ArticleNew Post: Message.Action in ListBox?
yep that was the way to do it with TargetWithoutContext. I run with a Console Logger (vs.net console) so I see what is happening with the binding.
View ArticleSource code checked in, #16c51294b2945c775f96eca572589213663f8978
Merging binding scope improvements.
View ArticleSource code checked in, #cb46ea44bf61047db7b320281623ea5436a3922c
Re-Apply previous changes to ConventionManager
View ArticleUpdated Wiki: Documentation
DocumentationGetting Started IntroductionObtain and Build the CodeNugetCheat SheetSoup to Nuts Basic Configuration, Actions and ConventionsCustomizing The BootstrapperAll About ActionsWorking with...
View ArticleNew Post: Dialog Managers
One scenario we use a dialog manager yielding an IResult is to collect a file as input then display a progress dialog as it processes. This 2-step interaction works due to the result sequence...
View ArticleSource code checked in, #ae25b519bf1e46a506c85395f04aaffb654c0a08
Fix compile warnings and some code formatting
View ArticleNew Post: Dialog Managers
I absolutely understand the the benefits of using IResult processing in situations like you describe. Not questions it's fantastic. I'm more thinking of the "I just need to display an "OK" message box...
View ArticleNew Post: Dialog Managers
Sounds like overkill for your scenario. If WindowManager.ShowDialog works for you in this scenario, it's probably the right choice. No need to use something just for the sake of using it. You might...
View ArticleNew Post: ListView with Grouped Collection
Hi there! I have a ListView binded to CollectionViewSource which is Grouped. I have a GroupStyle HeaderTemplate set on my CustomStyles.xaml. How can I set a click event/attached message to that...
View ArticleNew Post: Confusion about View lifetime.
I am working on a relatively large and complex WPF app and am using Caliburn Micro as an MVVM library to help make it easier to test and maintain. This is the first real project I've used CM on, and...
View ArticleNew Post: Confusion about View lifetime.
So, after writing all that and posting it... I went and made the quick change to Conductor<IScreen>.Collection.OneActive and... the view's state persists just like I wanted. I assumed it would...
View ArticleCreated Unassigned: Error "Object Reference not set to an instance of an...
When I create a new Windows Phone 8 project in VS2012 Update 2 and use Caliburn.Micro 1.5.1 I get the following error when I add my Bootstrapper to the App.xaml (see attached screenshot):"Object...
View ArticleNew Post: UI takes time to referesh
I am using this framework in my windows store application, but I found one big issue related to UI. Like I have added the code to find out some control in viewmodel but its taking time to load the...
View ArticleNew Post: Button convention for System.Action?
I would like to import a System.Action in my viewmodel which is fired by a button click. In order to make that work I have to add:<Button x:Name="ExecuteMyAction"...
View Article