Created Issue: The short syntax for attaching an action doesn't work 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 ArticleSource code checked in, #be3727ba6b18
[WinRT] Add Settings Charm support. You need to implement ISettingsWindowManager to use it.
View ArticleCommented Issue: The short syntax for attaching an action doesn't work 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 ArticleCommented Issue: The short syntax for attaching an action doesn't work 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 ArticleSource code checked in, #7f162d21b04a
WinRT Sample: Register all view models with the container
View ArticleSource code checked in, #4b68c1cd406c
[WinRT] Updates, Bug Fixes and Samples for Sharing and Settings
View ArticleNew Post: Is it possible to Create different pojects for Views, ViewModels...
Antony,I was looking over your initial email and I realized that CM can't find your ShellViewModel and not some other ViewModel in another project. Are you also putting your ShellViewModel in a...
View ArticleNew Post: Is it possible to Create different pojects for Views, ViewModels...
Hi Richard,Yes, shellViewModel is in another project with other ViewModels. And I am using the below code in ShellViewModel class. [Export(typeof(ShellViewModel))] publicclass ShellViewModel :...
View ArticleNew Post: Is it possible to Create different pojects for Views, ViewModels...
Ok, I've created a test app and CM can now find the ShellViewModel that is in a separate project/dll. Here's the extra line of codes in the SelectAssemblies method. protected override IEnumerable...
View ArticleNew Post: Is it possible to Create different pojects for Views, ViewModels...
Reread the original quote from Rob that I posted in a previous post and the answer is right there. Simply load the assembly with the views in the assemblies list. So here is the modified...
View ArticleNew Post: Is it possible to Create different pojects for Views, ViewModels...
Thank you for your kind reply , Richard.That's working. But I found some other code like Adding catalog of referenced assemblies.var catalog = new AggregateCatalog(AssemblySource.Instance.Select(x...
View ArticleNew Post: EntityFramework support in caliburn.Micro with Silverlight
Thank you for your kind reply,Actually I am new to Caliburn.Micro. In Usual MVVM approach we can use WCF and EF with silverlight. But have some problems with RIA services as it does not support...
View ArticleNew Post: Source for Version 1.3.1
Hello All,How do I get the source for v1.3.1 ?The link to the v1.3.1 change set no longer works (see below) and I couldn't find the change set browsing the...
View ArticleNew Post: ViewModel resolution / attachement Problem: Can't get started with WP8
Hey,I'm totally new to Caliburn and MVVM and IoC architectures. I'm trying to set up my first WP8 app project, the MainPage gets displayed, but the MainPageViewModel constructor is never called and...
View ArticleCreated Issue: DisplayRootViewFor not working in Version 1.4.1 on WinRT [280]
Hi @all,I'm implementing a WinRT using caliburn.mico. Installed Ver.1.4.1 via nuget and get a NullReferenceException in LocateForModelType. As far a I could figure out, it seems that PrepareViewFirst...
View ArticleCommented Issue: DisplayRootViewFor not working in Version 1.4.1 on WinRT [280]
Hi @all,I'm implementing a WinRT using caliburn.mico. Installed Ver.1.4.1 via nuget and get a NullReferenceException in LocateForModelType. As far a I could figure out, it seems that PrepareViewFirst...
View ArticleNew Post: Is it possible to Create different pojects for Views, ViewModels...
Glad to hear you got your code to work.Off the top of my head, it looks like the typeof() method returns the type CMSample.ViewModels.ShellViewModel in an assembly of the same name, the ShellViewModel,...
View ArticleNew Post: Switching between views with grids
I have essentially the exact same issue as was described in the following thread:http://caliburnmicro.codeplex.com/discussions/268425I can reproduce this with a very simple application. Two...
View Article