New Post: WP8 - OnActivate event doesn't work in Screen
Tnx for link - i will look into this
View ArticleNew Post: OnActivate and OnDeactivate not working on a child view
Try adding ChildViewModel.ConductWith(this); to your ShellViewModel's constructor. Maybe this helps, but haven't tested.
View ArticleNew Post: ActionExecutionContext is null when running Coroutine.Execute()...
Sorry, but I don't understand what your problem is.
View ArticleEdited Issue: Default implementation ActionMessage.PrepareContext and thread...
The default implementation of the ActionMessage.PrepareContext does not enforce thread affinity whenever an action guard changes:```PropertyChangedEventHandler handler = null; handler = (s, e) =>{...
View ArticleCommented Issue: OnViewReady not being raised on Pivot item? [292]
I have a conductor that conducts pivot items, so I add items like this:```protected override void OnInitialize() { base.OnInitialize(); Items.Add(_createItemFactory()); ActivateItem(Items[0]);}```Then...
View ArticleCommented Issue: Default implementation ActionMessage.PrepareContext and...
The default implementation of the ActionMessage.PrepareContext does not enforce thread affinity whenever an action guard changes:```PropertyChangedEventHandler handler = null; handler = (s, e) =>{...
View ArticleNew Post: ActionExecutionContext is null when running Coroutine.Execute()...
http://stackoverflow.com/questions/4454703/caliburn-micro-how-can-i-give-actionexecutioncontext-a-reference-to-the-view-wh
View ArticleNew Post: HelloScreens WPF, closing and transition not working as expected
Hello, First of all thanks for Caliburn.Micro. To learn more about CM i have started to convert the silverlight project to WPF. So far it not a big problem. The one i skipped is coroutines, but that...
View ArticleNew Post: HelloScreens WPF, closing and transition not working as expected
I am not able to read my post if someone have the same problem pls let me know.
View ArticleSource code checked in, #5f4e82b41769
Fix possible concurrency issue in ActionMessage.PropareContext
View ArticleCommented Issue: Default implementation ActionMessage.PrepareContext and...
The default implementation of the ActionMessage.PrepareContext does not enforce thread affinity whenever an action guard changes:```PropertyChangedEventHandler handler = null; handler = (s, e) =>{...
View ArticleCommented Issue: ActionMessage throws NRE when using PropertyChangedTrigger...
I know this is a pretty specific issue, but nonetheless I've reduced it down to the action message implementation.Here's the use case: call a method on my VM when a scroller viewer reaches the end of a...
View ArticleCommented Issue: Default implementation ActionMessage.PrepareContext and...
The default implementation of the ActionMessage.PrepareContext does not enforce thread affinity whenever an action guard changes:```PropertyChangedEventHandler handler = null; handler = (s, e) =>{...
View ArticleNew Post: Dynamic View creation
I have a need to create a specific view dynamically - meaning I won't know which view to create until runtime. The view class to use is determined based on several criteria - I have a factory class...
View ArticleCreated Issue: WP8 The conductor approach is not working with a Panorama [294]
Hello,I discovered that the OnActivate is not called for panorama item index greater or equals than 2 when a conductor is used for a Panorama.1- To reproduce the bug, open the solution provided. The...
View ArticleReopened Issue: xmlns:cal="http://www.caliburnproject.org" is not working in...
I'm setting up a Windows Phone 8 project and I've noticed that I can't use the short syntax to attach an action to a control, like for example:<Button cal:Message.Attach="[EventName Click] = [Action...
View ArticleClosed Issue: Add Execute.OnUIThreadAsync [242]
Allow to execute an System.Action on UI thread without waiting for it to complete.Comments: Fixed
View ArticleClosed Issue: xmlns:cal="http://www.caliburnproject.org" is not working in...
I'm setting up a Windows Phone 8 project and I've noticed that I can't use the short syntax to attach an action to a control, like for example:<Button cal:Message.Attach="[EventName Click] = [Action...
View ArticleClosed Issue: Default implementation ActionMessage.PrepareContext and thread...
The default implementation of the ActionMessage.PrepareContext does not enforce thread affinity whenever an action guard changes:```PropertyChangedEventHandler handler = null; handler = (s, e) =>{...
View Article