New Post: Can't get action bubbeling to work!
its a problem that is easily over come but is related to nesting and visual tree of wpf/Silverlight. To solve the problem you have to use abit of CM wizardry to overcome the...
View ArticleCommented Unassigned: c:\Users\Rob\ path in stack trace. [330]
Started using Caliburn.Micro v 1.5.2. During development faced once error. The exception stack trace contained very strange line:essage: Exception: System.NullReferenceExceptionMessage: Object...
View ArticleNew Post: Can you use Caliburn without an IOC like MEF?
For the sake of the community, you should share your solution. I am sure it will help someone else out in the future who is desperately googling for answers.
View ArticleNew Post: Save ComboBox choice for each item in a ListView
Greetings As a newcomer to Caliburn Micro, I'm trying to figure out how to reference (and save) each combobox choice made by the user in a WPF ListView (VS2012, targeting .NET 4.5). The ListView...
View ArticleNew Post: How to organize ViewModels the right way?
Yes, definitely, getting again through the documentation helped a lot: https://caliburnmicro.codeplex.com/wikipage?title=Screens%2c%20Conductors%20and%20Composition&referringTitle=Documentation I...
View ArticleCreated Unassigned: Faild to build .net 4 targeted app [331]
Hi. I'm working on a project, using `VS 2012` running on `Windows 8` that targets `.NET 4`. I compiled it in `Debug` mode, and copy/paste it to a machine that runs `Windows 7` and have installed `.NET...
View ArticleCommented Unassigned: Faild to build .net 4 targeted app [331]
Hi. I'm working on a project, using `VS 2012` running on `Windows 8` that targets `.NET 4`. I compiled it in `Debug` mode, and copy/paste it to a machine that runs `Windows 7` and have installed `.NET...
View ArticleNew Post: IoC similar to Caliburn Micro for ASP.NET
Hello, please excuse me if I disturb you. I've been using Caliburn Micro on some WPF and SL project and I love the way it tells the export via Attributes. I've tried Unity,Ninject and similar but...
View ArticleNew Post: Interation from ViewModel to View
Hi, I'm learning the MVVM and Caliburn.Micro bit by bit. I understand the basic, and now I'm facing a problem, and I don't know how to resolve it. Lets say I have a customer user control (xaml + cs...
View ArticleNew Post: IoC similar to Caliburn Micro for ASP.NET
yea its call Microsoft Extensibility Framework (MEF) built by Microsoft built-in to the .NET framework since 4.0 (I think) but now out of band on Nuget.org reference Microsoft.Composition for the...
View ArticleNew Post: Problems with System.Windows.Interactivity after moving down to 4.0
Hi, I have moved a project down from .Net 4.5 to 4.0. All my references etc seem to be correct but I encounter the XamlParseException "Could not load file or assembly 'System.Windows.Interactivity,...
View ArticleNew Post: Problems with System.Windows.Interactivity after moving down to 4.0
I solved it. There was a redirect in the App.config <bindingRedirect oldVersion="0.0.0.0-4.5.0.0" newVersion="4.5.0.0" /> Changing the new version to 4.0 solved the problem.
View ArticleNew Post: Bind button click back to object when using BindableCollection
I am using an ItemsControl and binding it to a BindableCollection<CustomObject>. A button is shown for each item. I can display the appropriate text on the button easy enough by binding to a...
View ArticleNew Post: Bind button click back to object when using BindableCollection
recursiverror wrote: I am using an ItemsControl and binding it to a BindableCollection<CustomObject>. A button is shown for each item. I can display the appropriate text on the button easy enough...
View ArticleNew Post: Bind button click back to object when using BindableCollection
Using what you have listed with $eventArgs, it does indeed call into my object when the button is clicked. I was thinking about what I wanted to do a little more, and I think I really want to call one...
View ArticleNew Post: Bind button click back to object when using BindableCollection
glad that it is working for you :)
View ArticleNew Post: Vb.net Yield
I've been playing around with Jens Petterson's login example. I'm trying to see if I can convert the example to a VB.Net WPF project. I've done some reading on using the Yield statement in an Iterator...
View ArticleNew Post: windowsManage.showdialog() - tryclose does nothing
I've been banging my head against a wall for two days now, and i'm sure I've missed something with this, i can get my dialog to show using windowsManager.showdialog(new dialogviewmodel()) but for the...
View ArticleCreated Unassigned: Introduction Grammar [332]
Though you might appreciate a little copy-edit.Please don't take this with the wrong spirit. I'm just...
View ArticleEdited Unassigned: Introduction Grammar [332]
Thought you might appreciate a little copy-edit.Please don't take this with the wrong spirit. I'm just...
View Article