Commented Unassigned: Action guard method re-evaluation [312]
I wanted to get opinions from the dev's on items like below see https://caliburnmicro.codeplex.com/discussions/442668 for original source.On the one hand something like this could be integrated into...
View ArticleNew Post: Problem with view-model-first approach
Wow. That just seems very wrong. The View has knowledge of the ViewModel. This seems to break the whole reasoning for MVVM.
View ArticleNew Post: Multiples views - viewModel mapping, with custom naming conventions
Hi, Here's my problem: I have a ViewModel which should be displayed in two locations at the same time, using two differents views (a mainView and a ToolBarView). So I had 3...
View ArticleUpdated Wiki: Design-Time Support
Design-Time Support Enabling Caliburn.Micro inside the Visual Studio designer (or Blend) is quite easy.You have to set a Desinger-DataContext and tell CM to enable its magic in your view...
View ArticleSource code checked in, #c239dee4fa7b74bfe52476e47f9a7bc69e7dc14d
workaround issue EntryPointNotFoundException in Design Mode
View ArticleNew Post: EntryPointNotFoundException in Design Mode
Seems to be an issue with the WPF designer with INotifyCollectionChanged and Portable Class Library. Implemented a workaround in latest commit that prevents the exception in the designer.
View ArticleNew Post: EntryPointNotFoundException in Design Mode
see also https://twitter.com/unnir/statuses/425894882792579072
View ArticleNew Post: Problem with view-model-first approach
@MBonafe: No, it isn't. The view needs to be aware of some concepts of the view-model, to be able to interact with it, whatever flavour of MVVM you decide to use. The View.Model property is indeed part...
View ArticleNew Post: Namespace error in Expression Blend
I am using VS2013, version 1.5.2.0 of Caliburn.Micro and I am having this problem, too. The markup works on execution, but the page does not render in Blend or during editing in VS2013. What can be...
View ArticleCreated Unassigned: ActionMessage Not in Namespace [358]
I am using VS2013 to create a WPF 45 project. Everything works fine except for the ActionMessage. I have tried setting up the namespace two ways:1. xmlns:cal="http://www.caliburnproject.org"2....
View ArticleNew Post: ActionMessage Not in Namespace
I am using VS2013 to create a WPF 45 project. Everything works fine except for the ActionMessage. I have tried setting up the namespace two ways:xmlns:cal="http://www.caliburnproject.org"...
View ArticleNew Post: Should DeactivateItem on a Collection.OneActive change ActiveItem?
In part of my program I have a Collection.OneActive, and I have a few screens in the collection that I can bring up with buttons that call ActivateItem. If I call DeactivateItem(ActiveItem), the item's...
View ArticleCommented Unassigned: ActionMessage Not in Namespace [358]
I am using VS2013 to create a WPF 45 project. Everything works fine except for the ActionMessage. I have tried setting up the namespace two ways:1. xmlns:cal="http://www.caliburnproject.org"2....
View ArticleClosed Unassigned: ActionMessage Not in Namespace [358]
I am using VS2013 to create a WPF 45 project. Everything works fine except for the ActionMessage. I have tried setting up the namespace two ways:1. xmlns:cal="http://www.caliburnproject.org"2....
View ArticleNew Post: ActionMessage Not in Namespace
Which Caliburn.Micro are you using? 2.0 or 1.52?
View ArticleNew Post: ActionMessage Not in Namespace
Thanks for the reply! I'm using 1.5.2. I have searched for a way to download version 2. It's in an Alpha stage and downloads are not offered. What do you know that I do not?
View ArticleNew Post: Validation on ComboBox Issue
Setup: VS2013 WPF45 Caliburn.Micro v1.5.2 Setting up a combobox in xaml using the name "StateCombo":<ComboBox x:Name="StateCombo" Grid.Row="2" Grid.Column="1" Margin="5" /> With the property,...
View ArticleNew Post: ActionMessage Not in Namespace
you can get V2 via Source tab and download a zip file... well for starters neither of those methods are necessary but if you choose to go that route that is fine with the use of the or Interactivity...
View ArticleNew Post: Validation on ComboBox Issue
Caliburn.Micro doesn't do validation out of the box that is something you will have to wire up. It's not part of the convention. Check out this answer from the man...
View ArticleNew Post: ActionMessage Not in Namespace
NuGet is the preferred way to download/use Caliburn.Micro. Also 2.0-alpha is available there (you have to select show PreReleases).
View Article