New Post: WinRT ItemTemplateSelector
I'm trying to use an ItemTemplateSelector on a ListView, however it's not working. I believe Caliburn is not finding an ItemTemplate and is assigning one by default. Is this right? Thanks (P.S. It...
View ArticleNew Post: Design Time on Windows Store Apps
This helped me solve my problem:http://stackoverflow.com/questions/14275891/windows-store-app-design-time-datacontext
View ArticleNew Post: Message.Handler / Message.Attach
The documentation is very clear on what Message.Attach is for and how it is used. What about Message.Handler? I'm not clear on it's purpose. Can someone elaborate? Thanks.
View ArticleCommented Unassigned: Error "Object Reference not set to an instance of an...
When I create a new Windows Phone 8 project in VS2012 Update 2 and use Caliburn.Micro 1.5.1 I get the following error when I add my Bootstrapper to the App.xaml (see attached screenshot):"Object...
View ArticleNew Post: Confusion about View lifetime.
Hi, I thought you might like this, in case it helpshttp://www.baud.cz/blog/fast-switching-between-viewmodels-in-caliburn.micro and thishttps://caliburnmicro.codeplex.com/discussions/240896
View ArticleNew Post: Testing & Formating Branch
Hi Guys, Before I go ahead and do anything I was wondering what the appetite would be for a pull request from a branch that contains tests for a lot of the current work done plus a merge for brace...
View ArticleNew Post: Create AttachMessage failing in WinRT
Hello, I am trying to use Caliburn Micro with my WinRT project (VS 2012 update 2). I have an app bar with buttons. When I try to use following syntax with buttons-...
View ArticleNew Post: Caliburn.Micro2 Navigation
Hello, Is there a version 2 navigation system to fully support WPF?
View ArticleNew Post: WinRT ItemTemplateSelector
Just to clarify you're using an x:Name on the ListView with an ItemTemplateSelector specified as well?
View ArticleNew Post: Create AttachMessage failing in WinRT
Does the shorthand syntax work for you?<Button caliburn:Message.Attach="ShowSummary"/>
View ArticleNew Post: UI takes time to referesh
I have created one grid in xaml (Name :gridForProgressRing) and i want to access this grid in ViewModel using above code. Sometimes i am getting null value. When i am wainting 1 milisecond using code...
View ArticleNew Post: Create AttachMessage failing in WinRT
No I get the following error message-"Unknown attacheable member Message.Attach on element button" Here is my complete xaml<Page x:Class="Caliburn.FeatureLayer.Editing.Views.MapView"...
View ArticleNew Post: UI takes time to referesh
I would suggest using the OnViewReady override rather than OnViewAttached. I'm not 100% but OnViewAttached doesn't guarantee the video has completed loaded by this stage.
View ArticleNew Post: Create AttachMessage failing in WinRT
If possible could you send me a sample of this failing as I can't recreate it. nigel.sampson AT compiledexperience.com
View ArticleNew Post: Data Virtualization on ListView
Sorry. I just got it working. There was a problem on the view.
View ArticleNew Post: WinRT ItemTemplateSelector
I don't get it. I just got the same problem: I have the following code: View(...) <Page.Resources> <selectors:NoteItemTemplateSelector x:Key="NoteItemTemplateSelector"...
View ArticleNew Post: WinRT ItemTemplateSelector
It looks like there's a logic flaw in the conventions, the ConventionManager currently isn't expecting the ItemTemplateSelector property to see whether it should use the default ItemTemplate. The...
View ArticleNew Post: WinRT ItemTemplateSelector
This looks like it may already be fixed in the commit https://caliburnmicro.codeplex.com/SourceControl/changeset/cb46ea44bf61047db7b320281623ea5436a3922c
View ArticleNew Post: Confusion about View lifetime.
Yea, thanks for the links. It looks like the views are cached by default when using Conductor Collection, which is what I was trying for.
View Article