New Post: Passing complex objects
no because the limitation with how WP7/8 do navigation is done through QueryString passing gross amounts of data is hard. One of the options is to pass just the index value for the object in question...
View ArticleNew Post: Passing complex objects
Hello, It's from a web service, which doesn't allow you to get an object by ID, just the list. But your second proposal looks great, I'll give that one a shot somewhere this week (busy days at the...
View ArticleNew Post: Passing complex objects
if its a webservice you might want to look at odata depending on the recent tech that it uses.
View ArticleNew Post: Action guard method re-evaluation
Every now and then, there is a new user that asks how to trigger availability update for action guards implemented as methods. I am aware that such methods are re-evaluated every time a parameter...
View ArticleNew Post: Newbie: How to add a dynamic ContextMenu using Caliburn
Hi, I am new to caliburn, therefore this might be a stupid question. I have a ListView and want to add a ContextMenu, but the Header-text for the ContextMenu should contain information from the Item...
View ArticleNew Post: Passing complex objects
Hello, I can confirm your proposed solution works beautifully, thanks for that :) It's a java rest service that I'm connecting to. We have some odata services but not for this. Thanks a lot for your...
View ArticleNew Post: Binding the value of a slider to a double Property raises exception
I have a slider Control on my WP7 Page defined like this:<Slider x:Name="VideoLength" Maximum="10" Minimum="1" Value="{Binding VideoLength, Mode=TwoWay}" SmallChange="1" LargeChange="2"...
View ArticleNew Post: Modern UI for WPF
Take a look at this thread. There might be some usefull information. Regards, Matthias
View ArticleNew Post: Binding the value of a slider to a double Property raises exception
Its probably freaking cause you technically are telling Caliburn to bind the control twice... once with x:Name=VideoLength and secondly with Value={Binding xxx}, so I am not surprised its dying it...
View ArticleNew Post: Hierarchical Data Template without ItemsSource Binding(By Default...
Here i placed my XAML Code:<Menu Name="MainMenu" ><MenuItem Header="File" Name="MenuCollection"> <MenuItem.ItemTemplate> <HierarchicalDataTemplate ItemsSource="{Binding...
View ArticleNew Comment on "Cheat Sheet"
This project is awesome! but Can someone fill up the "Blanks" on the documentation, please?
View ArticleNew Post: Bindings Not Working with Custom Content Control
Hello! Did you solve the problem? I have exactly the same problem here. Thank you!!
View ArticleNew Post: Bindings Not Working with Custom Content Control
Nope. Unfortunately, we had to dump CM and move to MVVM Light. :(
View ArticleNew Post: Handle Exception Thrown by Event Aggregator
Hello, Part of our Bootstrapper calls IWindowManager to show our main window MainWindowViewModel mainWindowViewModel = IoC.Get<MainWindowViewModel>();...
View ArticleNew Post: Can you manually deactivate/dispose a ViewModel?
In a current project I am working on I have a ShellVM that is a Conductor. One of it's containd VMs has two separate <ContentControl/> elements bound to properties that are initially null, but...
View ArticleNew Post: Bindings Not Working with Custom Content Control
Hi RufusJWB, Sorry to hear you have moved on however I feel it is important to mention that Caliburn.Micro supports standard binding just like MVVM Light, et al. Personally I prefer to make my bindings...
View ArticleNew Post: Newbie: How to add a dynamic ContextMenu using Caliburn
Hi zpete, That looks fine. Perhaps an improvement would be to break the context menu bits out into a reusable ContextMenuViewModel which you could then bind to a data templated ContextMenu object....
View ArticleCreated Unassigned: [Dev Question] Action guard method re-evaluation [312]
I wanted to get opinions from the dev's on items like below.On the one hand something like this could be integrated into Caliburn.Micro proper, on the other hand it could make more sense for the...
View ArticleNew Post: Action guard method re-evaluation
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleEdited Unassigned: [Dev Question] Action guard method re-evaluation [312]
I wanted to get opinions from the dev's on items like below see https://caliburnmicro.codeplex.com/discussions/442668 for original source.On the one hand something like this could be integrated into...
View Article