Commented Issue: WP8 The conductor approach is not working with a Panorama [294]
Hello,I discovered that the OnActivate is not called for panorama item index greater or equals than 2 when a conductor is used for a Panorama.1- To reproduce the bug, open the solution provided. The...
View ArticleClosed Issue: WP8 The conductor approach is not working with a Panorama [294]
Hello,I discovered that the OnActivate is not called for panorama item index greater or equals than 2 when a conductor is used for a Panorama.1- To reproduce the bug, open the solution provided. The...
View ArticleNew Post: [WP8] Panorama control does not work with data-binding
A few users of CM already found out that Panorama control is not reliably working on WP8:Windows Phone 8 Panorama issueWrong screen activation when tombstoning a panoramaWP8 The conductor approach is...
View ArticleNew Post: OnActivate and OnDeactivate not working on a child view
Thanks. This worked fine.
View ArticleNew Post: Communication between popup and long running process
What I want to achieve is having a popup show up when I want to run a long running task in my application. The popup will show in a label the value sent from the task. The value is simulated using...
View ArticleNew Post: ActionMessage from assembly 'Caliburn.Micro' is built with an older...
Hi, i'm having the same issues using latest Calibrun.Micro 1.4.1 from Nuget with an WPF 4.5 Application. I already referenced the System.Windows.Interactivity.dll from the Nuget Package manually.. but...
View ArticleNew Post: [WP8] ViewModel - View convention bug?
I'm working on two projects using Caliburn.micro, the first is being developed in WP7 and works fine, the second with WP8 (the same structure) is not working properly. I have a "ViewModels" folder and...
View ArticleNew Post: [WP8] ViewModel - View convention bug?
I would say you have a namespace miss-match. Assuming have a ManageChecklistView.xaml for the ManageChecklistViewModel to navigate to it.. And you are sure you have the WP8 binaries for your WP8...
View ArticleNew Post: [WP8] ViewModel - View convention bug?
Hi Morgan. Both classes are in the same root namespace "Checklist", could this be the problem? Checklist.ViewModels.ManageChecklistViewModel Checklist.Views.ManageChecklistView WP8 project has a...
View ArticleNew Post: [WP8] ViewModel - View convention bug?
I'll try to change the root namespace later and let you know if it worked. Thanks.
View ArticleCommented Issue: Possible Bug in DefaultCloseStrategy [214]
From Marcel:I think there’s a bug in the default closing strategy for a conductor. If I override CanClose in the conductor and call callback(true). The conductor closes even if the active item calls...
View ArticleClosed Issue: dlls are missing [295]
Hi, i've downloaded the package, the Caliburn.Micro.dll is missing , there is no folder \src\Caliburn.Micro.Silverlight\Bin\Release (or Debug) folder as it mentioned in documentation,where can i find...
View ArticleNew Post: Navigation
Hi, just want to ask for some proof of conept. I want to have an app (desktop) which looks more or less than the file explorer. Lefthand you can select some entry points to processes and in the right...
View ArticleNew Post: [WP8] ViewModel - View convention bug?
THen that should have found the correct view association. Not sure why it would producing a /Views/ManageView.xaml error since you didn't indicate that as the view to navigate to. It should have been...
View ArticleNew Comment on "All About Conventions"
I agree, ride4sun, we need samples, samples and lot more samples ....
View ArticleNew Post: [WinRT] ViewModels Singleton
Halloween Here is a database compatible with WinRT:https://www.kellermansoftware.com/p-49-ninja-winrt-database.aspx
View ArticleNew Post: WP7 and Linq to SQL Issue
nitro52 Here is a database compatible with WinRT:https://www.kellermansoftware.com/p-49-ninja-winrt-database.aspx
View ArticleNew Post: Navigation for Win Phone 8
Hi, I've submitted a pull request trying to fix this.http://caliburnmicro.codeplex.com/SourceControl/network/forks/timotei/assemblyname/contribution/4231 Timo
View ArticleNew Comment on "Working with Windows Phone 7 v1.1"
What is RootFrame? How to set up a starting page for my application?
View ArticleNew Post: CTP Assemblies?
Are you trying to get ahead of the game or break source for those that don't have the CTP installed? Seems like a bad idea to be placing that in the main branch not a doing a sub branch for testing...
View Article