New Post: Show BusyIndicator with IResult and Coroutines
Late reply, but if anyone stumbled across this post for similar reasons, I found that I had to replace this linevar view = context.View as FrameworkElement; asvar view = context.Source as...
View ArticleNew Post: Conventions not working inside Hub
I am experimenting the same problem. Did you receive an answer somewhere? Is it a bug or There is a workaround other than using the explicit micro:Message.Attach? Let me know Enzo Contini
View ArticleNew Post: Conventions not working inside Hub
Hi, Unfortunately nobody gave me any explanation or a solution. So, in my application I use the explicit form caliburn:Message.Attach. As far as I know, for now it's the only way
View ArticleReviewed: Caliburn.Micro v1.5.2 (11月 25, 2014)
Rated 5 Stars (out of 5) - i want to try this
View ArticleNew Post: Caliburn-Windows OS compatibility
Hi, Can I create an application using Caliburn that would be compatible with Windows7, Windows 8.1 and later Windows OS versions in future, I mean without having different copies of my application for...
View ArticleNew Post: Recommended strategies for custom View location
Hello, I've got a ViewModel that is somewhat customized and which breaks the conventional mold locating Views. In the views, I work through a couple of data templates and a data template selector in...
View ArticleNew Post: Recommended strategies for custom View location
Turns out this was a Module source control snafu. I reverted the module, where I was replacing the view model resolution strategies, and now AttachView is fact happening first. It is happening for a...
View ArticleNew Post: Handling Focus?
I want give a little contributing for this FocusBehavior class. For "TwoWay" binding mode be the default mode, it's need a FrameworkPropertyMetadata on DependencyProperty Register method. See the...
View ArticleNew Post: Caliburn.Micro for Windows Forms and Visual WebGUI
Source code is available now. A sample is included. NuGet release is on its way. Download the source (Frameworks folder) atMVVM FX for Windows Forms and Visual WebGUI
View ArticleNew Post: Rearranging activation order
During my override of OnActivate(), I need to call GetView() in order to focus an element. When I do this after I have previously activated my view, it's fine. But when I call this the first...
View ArticleNew Post: Rearranging activation order
I posted this on SO, sorry I didn't notice that was the official way now.https://stackoverflow.com/questions/27990757/rearranging-parent-child-activation-order-in-caliburn-micro
View ArticleNew Post: Window Title/DisplayName
I am inheriting from Conductor and setting the DisplayName in the ctor, but resharper is giving the warning 'Virtual member call in constructor'. Other than sealing the class, is there a better way to...
View ArticleNew Post: Main Caliburn Window -> How do I get a reference to it
See also discussion at http://stackoverflow.com/questions/13658711/caliburn-micro-in-no-application-object-mode-like-in-autocad-dll-plugin
View ArticleNew Post: Pass Property Notification from Child view model to Parent...
We are using Caliburn Micro and have a parent and child view models. The child view model object is instantiated in the parent view model's constructor and is exposed as a property on ParentViewModel....
View ArticleNew Post: Testing for successful ActivateItem call
I've inherited some code which contains a bug. There is a view model which inherits from Conductor<T>, and the view model for this view contains a listbox - selecting an item from the listbox...
View ArticleNew Post: Caliburn Micro Conductors calling other conductors
Please suggest some resource/sample to implement following scenario, using Caliburn Micro : Main Page -Conductor A Main Page has two tabs - Each tab opens two conductors B and C Conductor B has two...
View ArticleNew Post: [WinRT] Navigation not using RootFrame
Hi, I am also trying to make this work, but I can seem to make it work. How do i tell the NavigationService of the "second" frame to navigate in? I can easily make it work without CM, but i want to use...
View ArticleNew Post: Dynamic view in content control
Hi All, First of all I am new to Caliburn.Micro. Therefore I am facing some basic issues. I am developing Single document Interface project in WPF. My ShellView contains Ribbon menu, Content area...
View ArticleNew Post: Add [XmlIgnore] to IsNotifying in PropertyChangedBase
unfortunately this doesn't seem to be fixed :(
View Article