New Post: Custom window chrome binding issue.
Hi All I have a custom WindowManager that overrides EnsureWindow and creates the custom window, when using this ViewModelBinder no longer finds any elements with names to apply the conventions. I've...
View ArticleNew Post: Custom window chrome binding issue.
Found my problem... After taking a break from tearing my hair out I took another look at the framework's implementation of WindowManager and found I was missing a single line of...
View ArticleNew Post: MVVM issues with the concept of IResult with OpenFileDialog etc
I suppose that many people tend to consider co-routines (and IResult) as part of the view-model domain (maybe because of the fact that you instantiate an object directly in the view-model code), while...
View ArticleNew Post: Displaying Overlay on Action
On a Windows Phone app I have a SignIn method which calls out to a service and returns a result. Because mobile data can be latent at times I want to display an overlay during the service call. I came...
View ArticleNew Post: CMContrib & Caliburn, issues with DialogBox;
Here what I have in my bootstrap protected override IEnumerable<Assembly> SelectAssemblies() { return base.SelectAssemblies().Concat(new Assembly[] { typeof(ResultExtensions).Assembly }); } and...
View ArticleNew Post: Stealing focus
I'm having some "fun" stealing the users focus when Showing/injecting windows. I'm using WindowManager to launch a window as a popup. I use a conductor to inject various screens into this window. If...
View ArticleUpdated Wiki: Home
Caliburn.Micro is a small, yet powerful framework, designed for building applications across all Xaml Platforms. With strong support for MVVM and other proven UI patterns, Caliburn.Micro will enable...
View ArticleUpdated Wiki: Home
Caliburn.Micro is a small, yet powerful framework, designed for building applications across all Xaml Platforms. With strong support for MVVM and other proven UI patterns, Caliburn.Micro will enable...
View ArticleUpdated Wiki: Home
Caliburn.Micro is a small, yet powerful framework, designed for building applications across all Xaml Platforms. With strong support for MVVM and other proven UI patterns, Caliburn.Micro will enable...
View ArticleNew Post: Command in own class
On my first project trying out Caliburn.Micro, I like a lot of the things :-) One thing I miss (or havn't discovered yet) is how to separate the viewmodel and a command. CM doesn't support ICommand, as...
View ArticleNew Post: Displaying Overlay on Action
in both my desktop and wp8 apps I use simple bool property to do this... once the result is returned or dialog is closed the overlay is hidden with the visibility property on the actual control and a...
View ArticleNew Post: [Resolved] CMContrib & Caliburn, issues with DialogBox;
The answer lies here : http://stackoverflow.com/questions/17947891/using-caliburn-micro-contrib-generic-dialogbox I had to call the FrameworkExtensions.ViewLocator.EnableContextFallback(), now its working
View ArticleCreated 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 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 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 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 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't get action bubbeling to work!
Im using Caliburn.Micro in a WP8 app and i have the following XAML:<Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0"> <ListBox x:Name="Items" HorizontalContentAlignment="Stretch">...
View ArticleNew Post: Can you use Caliburn without an IOC like MEF?
I would like to use Caliburn.micro but am not interested in using MEF or any IOC. Is this possible? Once the bootstrapper calls the initial ViewModel, how would I go about launching another ViewModel?
View ArticleNew Post: Can you use Caliburn without an IOC like MEF?
Nevermind I got it solved right after I posted this. (why does that always seem to happen?)
View Article