New Post: Question about IChild.cs?
IChild, the base interface, already has a property named Parent and it's of a different type. IChild<T> supposes to override it with a generically typed Parent property, but can't because it...
View ArticleClosed Issue: Wrong screen activation when tombstoning a panorama [293]
Hi,Let be a MainViewModel which represents a panorama control with two different children types: ChildViewModel1 and ChildViewModel2. I've defined a MainStorageModel which persists the ActiveItemIndex...
View ArticleNew Comment on "Obtain and Build the Code"
Same for me! "Cryptographic failure while signing assembly"
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 ArticleNew Post: Startup Window won't start without StartupUri
I'm 99.99% sure I have everything setup correctly. For some reason my main view in the "Views" folder (ShellView.xaml) will not load without putting the StartupUri attribute inside app.xaml. I'm using...
View ArticleEdited Issue: Add Execute.OnUIThreadAsync [242]
Allow to execute an System.Action on UI thread without waiting for it to complete.
View ArticleCommented Issue: Add Execute.OnUIThreadAsync [242]
Allow to execute an System.Action on UI thread without waiting for it to complete.Comments: New methods: - `void BeginOnUIThread(this System.Action action)` This is available on all platforms. - `Task...
View ArticleNew Post: Startup Window won't start without StartupUri
Does your ShellViewModel have an inheritance of IShellViewModel, also do you have an [Export(typeof(IShellViewModel)] on ShellViewModel ?
View ArticleCommented Issue: Caliburn Micro doesn't play nice with the...
Caliburn Micro has its own ApplicationBar implementation to support binding, but it's a bit limited, because you can't use binding for Text and IconUri properties, which are very common scenarios (for...
View ArticleNew Post: Bootstrapper with Unity Yields Exception
Greetings I am using Unity as my IOC container in the bootstrapper. In version 1.3.1, the below simplified bootstrapper runs fine. However, in versions 1.4 and 1.4.1, the below bootstrapper throws a...
View ArticleNew Post: How to create an Instance-spcecific bootstrapper?
This question is related to http://caliburnmicro.codeplex.com/discussions/260738. I have an application with a Shell and Workspace(s). Both objects import a IMyMenu object. IMyMenu allows viewmodels to...
View ArticleNew Post: Separate Action Target object?
Hi, I am starting off with my first Caliburn.Micro project. In previous WPF projects I did, I implemented separate command handler objects. These command handlers were registered at the window...
View ArticleNew Post: ActionExecutionContext is null when running Coroutine.Execute()...
Got the same problem here. Is it "working as intended" that we have to Call the IEnumerable<IResult> from the View?
View ArticleSource code checked in, #646b3904ee74
Update System.Windows.Interactivity to VS2012 Update 2 CTP4
View ArticleNew Post: WP8 - OnActivate event doesn't work in Screen
how are populating and what are you populating?
View ArticleNew Post: WP8 - OnActivate event doesn't work in Screen
I'm not sure I'm understanding Your question but if You refer to populating Items I do it like in sample by Ioc in constructor of my conductor public MainPageViewModel(INavigationService...
View ArticleNew Post: WP8 - OnActivate event doesn't work in Screen
It seems that you have problem with Panorama control in WP8. There is a severe bug in WP8 panorama control with databinding (see this issue).
View Article