Commented Issue: BindableCollection.AddRange() does not fire...
Is it a bug or normal behaviour?Comments: I did a really simple console test app and AddRange() fires collection 'Reset' correctly.
View ArticleClosed 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: Support missing for VS2012 (newer version of Blend SDK) [268]
The XAML designer of Visual Studio 2012 doesn't work with Caliburn.Micro 1.4. It always shows an Exception and in the error list i find the following message:ActionMessage from assembly...
View ArticleCommented Issue: Message.Attach problem with view [269]
cal:Message.Attach="PreferencesViewCallback($view,OrderItem)"this returns not the origin view but the view that has this function.Is this normal?Comments: Please have a look at the documentation:...
View ArticleClosed 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 ArticleCommented Issue: Windows Phone 8 Panorama issue [263]
We're currently "porting" our existing app that uses caliburn to WP8. Most of the things are working as it used to but one strange thing occurred. In app with panorama layout that uses AllActive as...
View ArticleClosed Issue: Windows Phone 8 Panorama issue [263]
We're currently "porting" our existing app that uses caliburn to WP8. Most of the things are working as it used to but one strange thing occurred. In app with panorama layout that uses AllActive as...
View ArticleEdited Issue: Add WPF 4.5 support with CallerMemberName attribute [260]
There are only 5 or 6 lines of code to insert to produce a more easy and performant way to use notification.<br /><br />[CallerMemberName from Silverlight & WPF 4.0]<br...
View ArticleEdited Issue: Remove System.Windows.Controls? [209]
Does this need to be part of the output for Silverlight?
View ArticleCommented Issue: Remove System.Windows.Controls? [209]
Does this need to be part of the output for Silverlight?Comments: With commit 5220c19f8266 the NuGet package does not contain 'System.Windows.Controls' in SL4 and SL5 output. It is now referenced using...
View ArticleClosed Issue: Remove System.Windows.Controls? [209]
Does this need to be part of the output for Silverlight?Comments: Fixed.
View ArticleClosed Issue: Binding with a # in the text doesn't work [227]
When navigating between one View and another, and setting a binding on an element which contains a # in the name, results in the bound value being String.Empty, rather than the original text.<br...
View ArticleClosed Issue: "'System.Func' is defined in multiple assemblies" with...
When using CM in a WP7.1 project and also using the new Microsoft.Bcl.Async package (https://nuget.org/packages/Microsoft.Bcl.Async) with the following compilation error results:<br /><br...
View ArticleClosed 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 ArticleNew Post: ResourceDictionary Cascading
that is actually how the second assembly that holds my styles does the referencing.
View ArticleCommented Issue: WinRT: Message.Attach Does Not Work for AppBar Events [250]
Trying to use the Message.Attach syntax in a WinRT XAML app in order to wire events to the view model does not work for events from the AppBar. In general, Message.Attach seems to work, it just doesn't...
View ArticleClosed Issue: WinRT: Message.Attach Does Not Work for AppBar Events [250]
Trying to use the Message.Attach syntax in a WinRT XAML app in order to wire events to the view model does not work for events from the AppBar. In general, Message.Attach seems to work, it just doesn't...
View ArticleEdited Issue: WinRT: Updating WUI breaks Caliburn.Micro [249]
After updating Windows.UI.Interactivity to 1.0.8 the back button is always enabled in the WinRT sample.
View Article