Quantcast
Channel: Caliburn.Micro: Xaml Made Easy
Browsing all 1760 articles
Browse latest View live

New Post: Convention binds to child button in ControlTemplate (bug?)

Hi,I found the cause and the solution.I was wrong - CM does not bind to the child buttons.The Click RoutedEvent is passed to the parent and handled there by CM.The solution is to set e.Handled in the...

View Article


Source code checked in, #9d5d0047e30e

change WUI reference in nuspec, remove unused file from sample and missing xml doc for new method

View Article


Closed 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

New Post: How to set action.target when all contract names are the same

I want to set an action's target to my EmployeeWorkspaceViewModel.  This object inherits IWorkspace (similar to the HelloScreens sample) and is imported via MEF by importing many IWorkspace.  The...

View Article

Reviewed: Caliburn.Micro v1.4 (Jan 15, 2013)

Rated 5 Stars (out of 5) - It's a very powerful tool! Really great

View Article


New Post: Unit Testing the View Model

I am also looking to do the same thing.  How does one start the Caliburn Micro View Model process in a unit test without loading a view?

View Article

New Post: Unit testing in WinRT

I am using Caliburn in a WinRT environment and am having a difficult time getting unit tests to work properly against the view models.  The container resolves the objects correctly, but the issues is...

View Article

New Post: SelectAssemblies with an IOC

I am wondering what the rationale is for requiring the selection of assemblies when an IOC such as Windsor is used.  It seems that the same assemblies are being scanned twice.  I had expected that a...

View Article


New Post: Unit testing in WinRT

In your tests you can cast your ViewModel to IActivate and and call Activate() on it.((IActivate)viewModel).Activate();This will internally call OnInitialize() and OnActivate(). Same is with IDeactivate.

View Article


New Post: How can I map multiple ViewModels with a certain name pattern to a...

I've been working with CM (and Gemini) for a few days and I am very impressed by the features that it offers. Great stuff !I have a a bunch of ViewModels (compiled at runtime with CodeDom) that should...

View Article

New Post: Is it possible to Create different pojects for Views, ViewModels...

Hi Antony,I am fairly new to CM but hopefully I can point you in the right direction. If I am wrong, someone will surely correct me.Check out the documentation "Customizing the Bootstrapper" written by...

View Article

New Post: EntityFramework support in caliburn.Micro with Silverlight

Not sure what you are regarding to when you ask about support, database support is something completely different and if you want to be able to use EF or nHibernate is up to you to encapsulate into...

View Article

New Post: Show Contents of ContentControl from Base Class

Edit: Please disregard this post.  I acidently had the wrong view named GenericDialogView.  I have created a GenericDialogView and ViewModel:...

View Article


Created Release: Caliburn.Micro v1.4.1 (Jan 18, 2013)

This is a service release which fixes almost all of our standing issues across all platforms.Packages Available on NugetCaliburn.Micro – The full framework compiled into an...

View Article

Released: Caliburn.Micro v1.4.1 (Jan 18, 2013)

This is a service release which fixes almost all of our standing issues across all platforms.Packages Available on NugetCaliburn.Micro – The full framework compiled into an assembly....

View Article


Updated Release: Caliburn.Micro v1.4.1 (Jan 18, 2013)

This is a service release which fixes almost all of our standing issues across all platforms.Packages Available on NugetCaliburn.Micro – The full framework compiled into an...

View Article

New Post: Is it possible to Create different pojects for Views, ViewModels...

Thank you Richard, I will try it for sure. will let you know if there is any problem.thanks again.Antony

View Article


Source code checked in, #31e5f252acf6

[WinRT] Add Sharing support

View Article

Source code checked in, #c31cbc41d1c8

Support INotifyDataErrorInfo in WPF 4.5 projects

View Article

New Post: Multiple Views in main view with design time data question

I followed this link to create a view contains sub views. I also want to implement design time data on views. But in order to design time data, it requires no parameters constructor, is this a...

View Article
Browsing all 1760 articles
Browse latest View live