New Post: RibbonComboBox: "Items collection must be empty...
Using the ribboncombobox:<Ribbon x:Name="RibbonWin" SelectedIndex="0" Margin="0,5" VerticalAlignment="Center"> <RibbonTab Header="Home" KeyTip="H" VerticalAlignment="Center" >...
View ArticleNew Post: RibbonComboBox: "Items collection must be empty...
CM is attempting to bind to AvailablePorts property in your viewmodel, but since you have RibbonGallery already in it; it assumes that you are double binding, the error is from the .NET not CM. that...
View ArticleUpdated Wiki: 2010 Caliburn.Micro Application Contest Winners
2010 Caliburn.Micro Application Contest Winners Many thanks to the Microsoft MVP program for providing the MSDN Subscriptions and to Jetbrains for providing us with several ReSharper licenses. Than you...
View ArticleUpdated Wiki: Documentation
DocumentationGetting Started IntroductionObtain and Build the CodeNugetCheat SheetSoup to Nuts Basic Configuration, Actions and ConventionsCustomizing The BootstrapperAll About ActionsWorking with...
View ArticleEdited Task: Update Documentation [346]
Some parts of the documentation are out-dated and others are missing completely.
View ArticleUpdated Wiki: Recipes
RecipesLoadCatalog ResultTesting CoroutinesNOTE: Recipes are not maintained by the Caliburn.Micro project but by their contributors. Please contact the contributor with any issues you may find.
View ArticleUpdated Wiki: Documentation
DocumentationGetting Started IntroductionObtain and Build the CodeNugetCheat SheetSoup to Nuts Basic Configuration, Actions and ConventionsCustomizing The BootstrapperAll About ActionsWorking with...
View ArticleUpdated Wiki: Testing Coroutines
Testing CoroutinesHere's a few simple steps to test a method that utilizes coroutines: When testing a coroutine, simply enumerate each result, one at a time. Do not call execute on your results....
View ArticleUpdated Wiki: LoadCatalog Result
LoadCatalog ResultContributed by janovehThe following is a simple IResult implementation for using MEF's DeploymentCatalog to dynamically download and plug in xaps. In order for it to work properly,...
View ArticleUpdated Wiki: Working with Windows Phone
Working with Windows Phone In version 1.0 we had pretty good support for building apps for WP7, but in v1.1 we’ve taken things up a notch. Let’s look at the same HelloWP7 sample that we did previously,...
View ArticleUpdated Wiki: Documentation
DocumentationGetting Started IntroductionObtain and Build the CodeNugetCheat SheetSoup to Nuts Basic Configuration, Actions and ConventionsCustomizing The BootstrapperAll About ActionsWorking with...
View ArticleUpdated Wiki: Community Articles and Tutorials
Community Articles and Tutorials Caliburn.Micro is a community project and as such there are many people out there that support the framework by reporting bugs, suggesting features, writing articles...
View ArticleUpdated Wiki: Community Articles and Tutorials
Community Articles and Tutorials Caliburn.Micro is a community project and as such there are many people out there that support the framework by reporting bugs, suggesting features, writing articles...
View ArticleUpdated Wiki: Documentation
DocumentationGetting Started IntroductionObtain and Build the CodeNugetCheat SheetSoup to Nuts Basic Configuration, Actions and ConventionsCustomizing The BootstrapperAll About ActionsWorking with...
View ArticleUpdated Wiki: Community Articles and Tutorials
Community Articles and Tutorials Caliburn.Micro is a community project and as such there are many people out there that support the framework by reporting bugs, suggesting features, writing articles...
View ArticleUpdated Wiki: Community Articles and Tutorials
Community Articles and Tutorials Caliburn.Micro is a community project and as such there are many people out there that support the framework by reporting bugs, suggesting features, writing articles...
View ArticleUpdated Wiki: Documentation
Documentation Caliburn.Micro is a community project and as such we cannot provide enterprise grade documentation.Fortunately there are many good articles and tutorials on the web to fill the missing...
View ArticleUpdated Wiki: The Service Locator
The Service Locator Caliburn.Micro comes pre-bundled with a static Service Locator called IoC. For those unfamiliar, a Service Locator is an entity that can provide another entity with service...
View Article