New Post: EventAggregator and Handlers
Hey All,I have a question regarding the behavior of the EventAggregator implementation and how Handlers are intended to work with it. Â Specifically I'm using the EventAggregator package from NuGet.I...
View ArticleNew Comment on "The Event Aggregator"
Custom Publication Marshaling: Could you please go a little more into detail on how to use your EventAggregator in a multithreaded app? Atm I'm going with e.g.:...
View ArticleNew Post: How to persist caliburn micro app size?
Hi all,I'm getting the Shell's size and location by overriding the OnStartUp method as done in this thread. The actual numbers come from an Isolated storage file and it works fine. Note that I don't...
View ArticleNew Post: Convention binds to child button in ControlTemplate (bug?)
Hello,I run into the following issue today and I am wondering if this is a bug or if I missed something.I implemented a SplitButton control: [TemplatePart(Name = "PART_MainButton", Type =...
View ArticleNew Post: Windows.UI.Interactivity ... any news?
Sorry to keep harping on this; is there any news on switching to the updated Windows.UI.Interactivity?I would appreciate knowing if this is a long way off so I can make some decisions on the WinRT...
View ArticleNew Post: How to persist caliburn micro app size?
I have finally been able to make this work. The solution was the Application.Current.MainWindow.SizeToContent = SizeToContent.Manual;Â (thanksgmcelhanon!)I save the position in my shell view model (vm...
View ArticleNew Post: Windows.UI.Interactivity ... any news?
I've just pushed a commit that updates the WinRT version to the latest version of Windows.UI.Interactivity which should help resolve some issues.
View ArticleSource code checked in, #ad5acda9d1c3
[WinRT] Updated to latest Windows.UI.Interactivity
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 ArticleNew Post: How to persist caliburn micro app size?
Thank you Li for that leed. I will follow up on it.I am very new to CM so I'm experimenting a lot.Interestingly enough, I was also looking up methods in the ViewModel that I could override. Here's a...
View ArticleClosed 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.Comments: Fixed by Nigel.
View ArticleCreated Issue: EventAggregator in WinRT doesn't seem to be correct. [275]
Using the source drop-in for EventAggregator, it's publishing issues with System.Reflection namespace and the IsAssignableFrom method. Has anyone come up with a workaround for this?
View ArticleNew Post: CM and .net 4.5
I changed the target of my application from .Net 4.0 to 4.5, and also updated to 4.5 of Microsoft.Systems.Interactivity, and receive the following exception and inner exception from my XAML use of...
View ArticleCreated Issue: WinRT: SpecifyingRequestedApplicationTheme in XAML crashes...
If the RequestedApplicationTheme is specified inside markup of App.xaml, then MSTest test projects fail to run with the following errors:Unhandled exception at 0x0FF66C57 (Windows.UI.Xaml.dll) in...
View ArticleEdited Issue: WinRT: Specifying RequestedTheme in XAML crashes unit test...
If the RequestedTheme is specified inside markup of App.xaml, then MSTest test projects fail to run with the following errors:Unhandled exception at 0x0FF66C57 (Windows.UI.Xaml.dll) in...
View ArticleEdited Issue: WinRT: Specifying RequestedTheme in XAML crashes unit test...
If the RequestedTheme is specified inside markup of App.xaml, then MSTest test projects fail to run with the following errors:Unhandled exception at 0x0FF66C57 (Windows.UI.Xaml.dll) in...
View ArticleCommented Issue: WinRT: Specifying RequestedTheme in XAML crashes unit test...
If the RequestedTheme is specified inside markup of App.xaml, then MSTest test projects fail to run with the following errors:Unhandled exception at 0x0FF66C57 (Windows.UI.Xaml.dll) in...
View ArticleCommented Issue: EventAggregator in WinRT doesn't seem to be correct. [275]
Using the source drop-in for EventAggregator, it's publishing issues with System.Reflection namespace and the IsAssignableFrom method. Has anyone come up with a workaround for this?Comments: It appears...
View ArticleCommented Issue: WinRT: Specifying RequestedTheme in XAML crashes unit test...
If the RequestedTheme is specified inside markup of App.xaml, then MSTest test projects fail to run with the following errors:Unhandled exception at 0x0FF66C57 (Windows.UI.Xaml.dll) in...
View Article