Closed Issue: BuildQueryString bug [272]
UriBuilder.cs has problem when a query string parameter value has special characters like +I found a workaroundin line 79 var result = queryString .Aggregate("?", (current, pair) => current +...
View ArticleSource code checked in, #a6ee676bf31c
Fix Samples (don't require Blend SDK or Silverlight Toolkit)
View ArticleNew Post: Bind to a property value
is the collection going to change? if yes then BindableCollection in CM (which is derived from ObservableCollection).BindableCollection<Item> _items= BindableCollection<Item>();...
View ArticleNew Post: TaskController in Windows Phone 8
If you fetch the latest sources it should work now.
View ArticleClosed Issue: Windows Phone 8 / EventAggregator.Request [274]
Hi everyone,<br /><br />I changed the projectType from my running WP 7.1 App to WP8. Running my App under the new version exposed some issues with the TaskController running under WP8<br...
View ArticleClosed Issue: Use ICustomTypeProvider if possible when binding View to...
Allows to use dynamically generated types as ViewModels. Implemented by adding <br /><br />#if SILVERLIGHT<br /> var viewModelTypeProvide = viewModel as ICustomTypeProvider;<br...
View ArticleClosed 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:<br /><br />ActionMessage from...
View ArticleClosed 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 ArticleClosed Issue: cal:AppBarButtons don't work when...
cal:AppBarButtons don't work when ViewModelBinder.ApplyConventionsByDefault = falseComments: Fixed.
View ArticleClosed Issue: ArgumentException during ArrangePlacement in Open HostDialog [220]
I believe that we can run into issue because Popup is not yet visible when we're trying to call TransformToVisual in<br /><br /> public void Open() {<br /> if(isOpen)<br />...
View ArticleNew Post: TaskController in Windows Phone 8
thanks! the applied fix works for WP8 as well as WP7.1
View ArticleSource code checked in, #df4f457259a3
[WP7] Remove direct use of PhoneApplicationService.Current in TaskController
View ArticleNew Post: WP8 InitializeLanguage and...
To be honest there wasn't much done to CM to make it ready for use with WP8, it just worked. Most of the features were carried over minor tweaks to the source to make it not show duplications on build...
View ArticleEdited Issue: NullReferenceException in TaskController [215]
I think that we should check if @event is null in line 102 in OnResurrected method<br /><br />var @event = taskType.GetEvent("Completed");<br /><br />the same as it's checked in...
View ArticleCommented Issue: NullReferenceException in TaskController [215]
I think that we should check if @event is null in line 102 in OnResurrected method<br /><br />var @event = taskType.GetEvent("Completed");<br /><br />the same as it's checked in...
View ArticleClosed Issue: NullReferenceException in TaskController [215]
I think that we should check if @event is null in line 102 in OnResurrected method<br /><br />var @event = taskType.GetEvent("Completed");<br /><br />the same as it's checked in...
View ArticleNew Post: WinRTContainer after RegisterPerRequest/RegisterSingleton crashes...
Hello everyone!It took me a little while to track this thing down, since the only exception I was getting on startup was 'Windows.UI.Xaml.Controls.FrameNavigationFailed was unhandled'. Anyway, here...
View ArticleCommented Issue: IsolatedStorageException in Save() EndStoring...
There is some issue with Save method in IsolatedStorageSettings.ApplicationSettings.Save();Stack trace:5 System.IO.IsolatedStorage.IsolatedStorageFileStream..ctor 908 6...
View ArticleNew Post: WinRTContainer after RegisterPerRequest/RegisterSingleton crashes...
how are you trying to retrieve?By using RegisterHandler you circumventing some of the code buildups, same with RegisterSingleton. I suspect it has something to do with the constructor. I actually ran...
View Article