Commented Issue: Possible Design-Time Improvements [261]
See http://caliburnmicro.codeplex.com/discussions/370505Comments: Applied changes from discussion.
View ArticleNew Post: Design-time support
Hi samirzattar,I have applied your changes now. May you review them, please.Thanks.
View ArticleSource code checked in, #754a013d6224
[WP71] change namespace of ActionDelegate.cs This will break binary compatibilty and you have to rebuild your Windows Phone 7.1 project.
View ArticleEdited 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 ArticleCommented Issue: Windows 8 Sharing and Settings [258]
Implement Windows 8 Sharing and Settings functionality discussed in http://www.markermetro.com/2012/08/technical/caliburn-micro-for-winrt-mvvm-magic-pixie-dust-for-everyone into the main Caliburn Micro...
View ArticleCommented Issue: Insert more easy and performant NotifyOfPropertyChange...
There are only 5 or 6 lines of code to insert to produce a more easy and performant way to use notification.[CallerMemberName from Silverlight & WPF...
View ArticleNew Post: ResourceDictionary Cascading
In a WPF application I have the following application resources...
View ArticleEdited 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 ArticleCommented 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 ArticleNew Post: ResourceDictionary Cascading
I have all of mine before and it works just fine... I also have a few global converters in the same resourcedictionary tag set as the bootstrapper.
View ArticleNew Post: ResourceDictionary Cascading
Interesting, styles in that resource dictionary seem to be cascaded, but not the merged resource dictionary from the second assembly.
View ArticleNew Post: WinRT navigation service
I've done a very simple version of this which had a root view where part of the page the Frame.To do this I used a view model first approach (with DisplayRootViewFor<MainViewModel>) so that a...
View ArticleNew Post: Windows 8 Metro declarations: File Type Associations
I can't see any problems with using DisplayRootView<T>, is it possible for you to send a sample of it not working to nigel.sampson@compiledexperience.com ?Cheers
View ArticleNew Post: WinRT Navigation and Conductors
The answer on Stack Overflow covers a lot of it. One approach you might find useful is having your "MasterView" have a Frame control, when that control is Loaded you can then register it with...
View ArticleNew Post: BindableCollection with Grouped grid?
OH, Awesome thanks a lot!I think it was the ItemsPath I didn't have which was tripping me up. I'm just picking up XAML/WinRT over the last week so still learning :) Thanks!
View ArticleNew Post: ResourceDictionary Cascading
how are you being the second assembly into the mix? direct reference or discovery?
View ArticleNew Post: Language-specific folders inside the build target folder
After I added the Caliburn sources to my solution (I added WPF and Silverlight parts) I noticed that the build target path contains many language-specific folders and one of each contains inside itself...
View ArticleCommented Issue: BindableCollection.AddRange() does not fire...
Is it a bug or normal behaviour?Comments: 'IsNotifying' is set to true. And the event is fired when I use BindableCollection<T>.Add() method. By some reason problem is with AddRange() only.
View Article