New Post: Telerik RadDiagram and Caliburn.Micro
Telerik got back to my question with a TemplateSelector solution, completely ignoring the Caliburn.Micro component. I'd rather not use what feels like a very "code duplication" approach. I'd like to...
View ArticleCommented Issue: INavigationService not configured [302]
It seems that when using DisplayRootViewFor<T>(), the RegisterNavigationService (on PrepareViewFirst) method is not called and you end up with null passed in for the INavigationService. This...
View ArticleNew Post: ChangeLog
never has been but I can say that if you try to compile it will probably fail on 2 projects because the source is using some updates from Update 2 CTP 4 for VS.NET 2012, as for that most of the changes...
View ArticleNew Post: ChangeLog
Thanks. Not planning to compile, I occasionally use the source for debugging and to get a grip on what's going on behind the scenes. ATM we're entirely on WPF, too. In any case, a change log would...
View ArticleNew Post: Manually Triggering Validation in WPF while using Caliburn Micro
I have a view model that implements IDataErrorInfo (and derived from Caliburn Micro's Screen class) like thispublic class MyViewModel : Screen, IDataErrorInfo { ... public...
View ArticleNew Post: ChangeLog
Go to Source Code -> History. You can see comments for each changeset, and if you click on a changeset, you can see diffs.
View ArticleCommented Issue: INavigationService not configured [302]
It seems that when using DisplayRootViewFor<T>(), the RegisterNavigationService (on PrepareViewFirst) method is not called and you end up with null passed in for the INavigationService. This...
View ArticleCommented Issue: INavigationService not configured [302]
It seems that when using DisplayRootViewFor<T>(), the RegisterNavigationService (on PrepareViewFirst) method is not called and you end up with null passed in for the INavigationService. This...
View ArticleCreated Unassigned: Hyperlinkbutton convention not working inside a ListBox...
Hi,I'm trying to make the most of conventions in WP8. Specifically I wanted to use that of Hyperlinkbutton. It perfectly works when I use it inside a container like a Grid:```<Grid...
View ArticleEdited Unassigned: Hyperlinkbutton convention not working inside a ListBox [305]
Hi,I'm trying to make the most of conventions in WP8. Specifically I wanted to use that of Hyperlinkbutton. It perfectly works when I use it inside a container like a Grid:```<Grid...
View ArticleCommented Issue: DefaultCloseStrategy.Execute throws NullReferenceException...
DefaultCloseStrategy chokes up, when I use coroutines in CanClose method of ViewModel (using Screen as base) and throws NullReferenceException:```public override void CanClose(Action<bool>...
View ArticleCommented Issue: Execute.OnUIThread to allow specifying DispatcherPriority [304]
Some tasks, such as adding a lot of items in the TreeView could be long enough and I opt to execute them on UI thread with DispatcherPriority.ApplicationIdle.It would be nice to have parameter with...
View ArticleCommented Unassigned: Hyperlinkbutton convention not working inside a ListBox...
Hi,I'm trying to make the most of conventions in WP8. Specifically I wanted to use that of Hyperlinkbutton. It perfectly works when I use it inside a container like a Grid:```<Grid...
View ArticleSource code checked in, #344f9e0bc672c877af80d63bec8983478029bd7d
[WPF] Allow to specify window settings on DisplayRootViewFor()
View ArticleNew Post: [WP8] Panorama control does not work with data-binding
Looks like the issue on MS Connect is closed, without any further info from MS. Any progress on this?
View ArticleNew Post: UserControl ImageButton, clickhandler and x:Name
I have created a very simple user control, an ImageButton<UserControl x:Class="SampleApp.Controls.ImageButton" Name="ImageButtonControl"...
View ArticleNew Post: Dialog Managers
Hi, I'm pretty new to Caliburn Micro and am trying to work through the learning curve. I've seen a lot of blogs, posts, etc about creating a "Dialog Manager / Loader" usually using IResult to display a...
View ArticleNew Post: ChangeLog
Well, that's not really an option in my mind. There's far too much chatter there and I definitely don't want to start diffing changesets. Furthermore the comments don't reliably state whether it's a...
View ArticleUpdated Wiki: Documentation
DocumentationGetting Started IntroductionObtain and Build the CodeNugetCheat SheetSoup to Nuts Basic Configuration, Actions and ConventionsCustomizing The BootstrapperAll About ActionsWorking with...
View Article