Commented Unassigned: ViewModel class with internal visibility. [324]
Hello everybody.I experiencing an issue when the ViewModel class is defined as __internal sealed__.In this case the view actions fails to resolve the methods (No target found for method XXXX).Settings...
View ArticleCommented Unassigned: Allow setting of default IsEnabled for elements with a...
My scenario: I've got a ViewModel which is a Conductor.Collection.OneAction, and in the corresponding View I have a button which I want to bind to a target in the ViewModel's ActiveItem.The trick is...
View ArticleClosed Unassigned: Allow setting of default IsEnabled for elements with a...
My scenario: I've got a ViewModel which is a Conductor.Collection.OneAction, and in the corresponding View I have a button which I want to bind to a target in the ViewModel's ActiveItem.The trick is...
View ArticleNew Post: WPF Splash Screen
I have an application using CM. I have a mainwindowcontainer, appwindowmanager, bootstrapper<ISHELL> and a viewmodel of export type ISHELL. The interface is a blank interface. Not sure where to...
View ArticleClosed Unassigned: When target binding changes to null, target is not updated...
On line 139 of Action.cs there's a test for e.NewValue == null. This has the effect of keeping the previous target if the target changes to null, rather than clearing the target, which leads to (in my...
View ArticleSource code checked in, #14befc00eac4bc809ca63e8d3a96353aabb97746
Extract FindTypeByNames from ViewLocator and ViewModelLocator
View ArticleNew Post: Contributing a ViewLocator performance improvement
I have added FindTypesByNames to AssemblySource (without caching) to create the extension point. Looking forward to your caching ideas.
View ArticleCommented Unassigned: Why is System.Windows.Interactivity.dll flag...
By installing caliburn.micro via NuGet the System.Windows.Interactivity.dll is also installed and the flag SpecificVersion is set to true. With this settings we have problems when we working with the...
View ArticleCreated Unassigned: Provide Parameter.Owner property protected access [328]
The Parameter.Owner property is marked as private, so a derived class is not able to access the Owner ActionMessage, thus cannot invoke an availability update.To make clear why such feature is...
View ArticleNew Post: Contributing a ViewLocator performance improvement
What do you think about this version?publicstaticclass TypeNameCache { publicstaticreadonly IDictionary<String, Type> Cache = new Dictionary<string, Type>(); publicstatic...
View ArticleCommented Unassigned: ViewModel class with internal visibility. [324]
Hello everybody.I experiencing an issue when the ViewModel class is defined as __internal sealed__.In this case the view actions fails to resolve the methods (No target found for method XXXX).Settings...
View ArticleEdited Unassigned: ViewModel class with internal visibility. [324]
Hello everybody.I experiencing an issue when the ViewModel class is defined as __internal sealed__.In this case the view actions fails to resolve the methods (No target found for method XXXX).Settings...
View ArticleClosed Unassigned: Why is System.Windows.Interactivity.dll flag...
By installing caliburn.micro via NuGet the System.Windows.Interactivity.dll is also installed and the flag SpecificVersion is set to true. With this settings we have problems when we working with the...
View ArticleSource code checked in, #56a7ef4003c5576e01d886d0af6e20fbd93615b3
Provide Parameter.Owner property protected access
View ArticleEdited Unassigned: Provide Parameter.Owner property protected access [328]
The Parameter.Owner property is marked as private, so a derived class is not able to access the Owner ActionMessage, thus cannot invoke an availability update.To make clear why such feature is...
View ArticleSource code checked in, #3fb7f38f87aca3f1f1e882bf569b360245c667bf
Provide Parameter.Owner property protected access
View ArticleCommented Unassigned: ViewModel class with internal visibility. [324]
Hello everybody.I experiencing an issue when the ViewModel class is defined as __internal sealed__.In this case the view actions fails to resolve the methods (No target found for method XXXX).Settings...
View ArticleNew Post: Portable Class Libraries
I'd really like to see this as well, for what its worth.
View ArticleNew Post: Design time data for WinRT issues - object reference not set to an...
Hi there, here is my app.xaml.csnamespace MyApp { sealed partial class App { // add our IOC container for registering services etc private WinRTContainer container; public App() {...
View ArticleNew Post: Design time data for WinRT issues - object reference not set to an...
OK, I've found the issue. It was all my fault. In my design time view model, I was trying to add to a List without initialising it first. by goingprivate List<NewsItem> _itemListView = new...
View Article