New Post: window manager issue
I will play around with activation and see.An interesting note that I forgot to mention - this only happens when there is a dialog box displayed over the detail screen. The user opens the detail screen...
View ArticleNew Post: window manager issue
Oh - and ShowDialog() works fine.This seems to be very similar to what is happening:http://stackoverflow.com/questions/10757625/why-does-closing-the-last-child-window-minimize-its-parent-window
View ArticleNew Post: window manager issue
For those having the same issue, you can fix it by making sure the child window (detail in this case) is completely independent of any other window. Set the owner of the child window to null. I suppose...
View ArticleCreated Issue: Can't get MessageBinder.SpecialValues to work in Windows 8 app...
I'm brand new to Caliburn.Micro, so I'm hoping somebody might be able to help me here :). Apologies, posted this first to StackOverflow before I saw this Issue Tracker:...
View ArticleNew Post: New Caliburn.Micro app in the Windows 8 App Store
Thanks! Glad to hear it's working for you. We're going to continue working on it and adding features. And yes, the UI definitely needs some polish. We're trying to bribe a designer friend of ours to...
View ArticleNew Post: WinRT navigation service
I'm trying to implement a Hierarchical navigation and a Flat one in the same app.http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh761500.aspx Basically this: The top Bar has menu items (1 or...
View ArticleCommented Issue: Can't get MessageBinder.SpecialValues to work in Windows 8...
I'm brand new to Caliburn.Micro, so I'm hoping somebody might be able to help me here :). Apologies, posted this first to StackOverflow before I saw this Issue Tracker:...
View ArticleNew Post: Windows 8 Metro declarations: File Type Associations
Hey all,I'm trying to follow this post on getting file associations to work in windows 8:Â http://tozon.info/blog/post/2011/10/11/Windows-8-Metro-declarations-File-Type-Associations.aspxEssentially the...
View ArticleCreated Issue: WPF Template has Caliburn.snk file set to compile [265]
I downloaded your software.I copied the WPF template.I created a project in VS 2012 using the Caliburn WPF project type.I clicked build.Build failed with these errors.Error 1 The name "AppBootstrapper"...
View ArticleCommented Issue: WPF Template has Caliburn.snk file set to compile [265]
I downloaded your software.I copied the WPF template.I created a project in VS 2012 using the Caliburn WPF project type.I clicked build.Build failed with these errors.Error 1 The name "AppBootstrapper"...
View ArticleCreated Issue: v1.4 does not work with VS2012 for Windows Phone [266]
It seems that v1.4 does not work with VS2012 for Windows Phone with WP8.0 SDK targeting WP 7.1 device, any solution? The error message when installing is saying "Could not install package...
View ArticleCommented Issue: FrameAdapter force garbage collection in OnNavigated [247]
At the end of OnNavigated, a call is made to GC.Collect(). I understand that bad things will happen in WP7 if we don't do this. Still wondering why, but that's a different question. My point is, is...
View ArticleClosed Issue: FrameAdapter force garbage collection in OnNavigated [247]
At the end of OnNavigated, a call is made to GC.Collect(). I understand that bad things will happen in WP7 if we don't do this. Still wondering why, but that's a different question. My point is, is...
View ArticleNew Post: ViewModelLocator or what ? Losing Data from another VIew
There is no difference between registering your viewmodels on container or not because ViewLocator.GetOrCreateViewType() creates a new instance of the viewmodel if not found in the container.For me it...
View ArticleSource code checked in, #27fe2a183a75
[WinRT] SimpleContainer should not create instances for unregistered types
View ArticleEdited Issue: ShareTarget Example (WinRT) [256]
Hello!<br /><br />I found again a Issue in the ShareTarget WinRT Example and also in my Project.<br />If i try to share from e.g. IE ist works the first time.<br />If i want to...
View ArticleCommented Issue: ShareTarget Example (WinRT) [256]
Hello!<br /><br />I found again a Issue in the ShareTarget WinRT Example and also in my Project.<br />If i try to share from e.g. IE ist works the first time.<br />If i want to...
View ArticleEdited Issue: ShareTarget Example (WinRT) [256]
Hello!<br /><br />I found again a Issue in the ShareTarget WinRT Example and also in my Project.<br />If i try to share from e.g. IE ist works the first time.<br />If i want to...
View ArticleEdited Issue: Possible Design-Time Improvements [261]
See http://caliburnmicro.codeplex.com/discussions/370505
View Article