New Post: CTP Assemblies?
You are right, using non final assemblies is not best practice. CTP assemblies are only used for WPF 4.5 and SL5, as there is no release version available. Removing CTP assemblies would mean to remove...
View ArticleNew Post: CTP Assemblies?
Thanks tibel appreciate the quick response. Guess I won't be downloading the lastest source like I do on a regular basis till the Update 2 is released. Morgan
View ArticleCreated Issue: Breaks: ListBox of strings in WinRT project leads to null'd...
Hi,I tried adding a listbox to my WinRT Project showing a list of strings. When running the app, Caliburn.Micro goes into SimpleContainer and tries to call GetTypeInfo on a null-Service being...
View ArticleUpdated Wiki: Basic Configuration, Actions and Conventions
Basic Configuration, Actions and Conventions Open Visual Studio and create a new Silverlight 4 Application called “Caliburn.Micro.Hello”. You don’t need a web site or test project. Add a reference to...
View ArticleUpdated Wiki: IResult and Coroutines
IResult and Coroutines Previously, I mentioned that there was one more compelling feature of the Actions concept called Coroutines. If you haven’t heard that term before, here’s what wikipedia1 has to...
View ArticleEdited Issue: Breaks: ListBox of strings in WinRT project leads to null'd...
Hi,I tried adding a listbox to my WinRT Project showing a list of strings. When running the app, Caliburn.Micro goes into SimpleContainer and tries to call GetTypeInfo on a null-Service being...
View ArticleCommented Issue: Breaks: ListBox of strings in WinRT project leads to null'd...
Hi,I tried adding a listbox to my WinRT Project showing a list of strings. When running the app, Caliburn.Micro goes into SimpleContainer and tries to call GetTypeInfo on a null-Service being...
View ArticleCreated Issue: Breaks: UserControl in WinRT project loading ViewModel leads...
Hi,I added a UserControl in a WinRT Project. In the XAML of that control I load the ViewModel via cal:Bind.Model="GeocodeWheelViewModel" (also tried specifying the whole namespace data).In...
View ArticleEdited Issue: Breaks: UserControl in WinRT project loading ViewModel leads to...
Hi,I added a UserControl in a WinRT Project. In the XAML of that control I load the ViewModel via cal:Bind.Model="GeocodeWheelViewModel" (also tried specifying the whole namespace data).In...
View ArticleCommented Issue: Breaks: ListBox of strings in WinRT project leads to null'd...
Hi,I tried adding a listbox to my WinRT Project showing a list of strings. When running the app, Caliburn.Micro goes into SimpleContainer and tries to call GetTypeInfo on a null-Service being...
View ArticleCommented Issue: Breaks: UserControl in WinRT project loading ViewModel leads...
Hi,I added a UserControl in a WinRT Project. In the XAML of that control I load the ViewModel via cal:Bind.Model="GeocodeWheelViewModel" (also tried specifying the whole namespace data).In...
View ArticleClosed Issue: Breaks: UserControl in WinRT project loading ViewModel leads to...
Hi,I added a UserControl in a WinRT Project. In the XAML of that control I load the ViewModel via cal:Bind.Model="GeocodeWheelViewModel" (also tried specifying the whole namespace data).In...
View ArticleClosed Issue: Breaks: ListBox of strings in WinRT project leads to null'd...
Hi,I tried adding a listbox to my WinRT Project showing a list of strings. When running the app, Caliburn.Micro goes into SimpleContainer and tries to call GetTypeInfo on a null-Service being...
View ArticleEdited Feature: OnViewReady should be called on child views too [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 ArticleEdited Feature: Make Portable Libraries [259]
For v2 we need to refactor to portable libraries.
View ArticleNew Post: _DisplayName / DisplayName issues
So all my previous thread questions have thankfully solved themselves, stupid parts on my end. I'm really stumped on this one, though. As soon as Visual Studio's debugger reaches to compile...
View ArticleNew Post: How do I solve binding multiple views to a ObservableCollection?
Hi I have a situation where I have a normal property of type ObservableCollection<SpecificViewType> on a Control I wish to bind to with CM. It is a 3rd party lib and although I have the source...
View ArticleNew Post: _DisplayName / DisplayName issues
Is there a season for camping the base DisplayName instead of setting the property directly?
View ArticleNew Post: _DisplayName / DisplayName issues
So you have other viewmodels that have DisplayName and they don't die?
View ArticleNew Post: How do I solve binding multiple views to a ObservableCollection?
Do the specific view types have some sort of a concrete implementation that could be exported and then imported into your collection? Assuming you are using MEF or some container.
View Article