caliburn.micro Questions
2
I can't figure out how to control the size of my application while allowing the content to resize with the main window. It is an WPF app and I am using Caliburn Micro (ViewModel first) and all my v...
Burdine asked 28/8, 2012 at 12:21
3
Solved
I'm making a small demo application for MVVM with caliburn.
Now I want to show a MessageBox, but the MVVM way.
For dialogs I created an event, that is handled in the ShellView (the root view)
and...
Uraemia asked 7/7, 2013 at 9:9
1
Solved
I'm developing a client/server data driven application using caliburn.micro for frontend and Asp.net WebApi 2 for backend.
public class Person
{
public int Id {get;set;}
public string FirstName{...
Donothingism asked 22/3, 2015 at 22:32
3
Solved
I am developing a Windows Store apps game using WinRT Caliburn.Micro, and I am relying on the navigation framework.
I have view models for the game setup (define players) and the actual game. When...
Juxtaposition asked 6/3, 2013 at 15:49
1
Solved
Here Caliburn.Micro was successfully combined with ModernUI.
But if we want to use multiple windows we also need to re-implement Caliburn's WindowManager to work properly with ModernUI. How can it ...
Reddy asked 16/3, 2015 at 14:28
1
Solved
I'm trying to set up dependency injection in a new WPF project using the framework Caliburn Micro and Ninject.
Unfortunately I'm not succeeding :(
There are a few examples on the internet which imp...
Nicety asked 16/3, 2015 at 11:22
1
Trying to create a WPF caliburn micro application that creates a separate desktop and shows its main window there.
Problem: after the desktop is created and i switch there, no window is shown.
na...
Sideling asked 3/3, 2015 at 23:27
1
Solved
This is a pretty long question, so please bear with me.
Currently I am developing a small tool intended to help me keep track of the myriad of characters in my Stories.
The tool does the followin...
Butacaine asked 3/9, 2014 at 16:59
3
Solved
Well im trying to use MahApps.Metro and Caliburn.Micro together but im getting some problems
Here is my bootstrapper
public sealed class TestBootstrapper : Bootstrapper<ShellViewModel>
{
...
Syracuse asked 20/8, 2012 at 21:19
2
Solved
Is there a way to validate a textbox input (using Regex) in a wpf application using Caliburn.Micro?
Thanks
Famished asked 21/6, 2012 at 15:50
1
Solved
I have a large project coded with VB6 which I've been trying to upgrade to new technologies for a few months. My project consist on 6 administrative modules reunited under a client-server applicati...
Dent asked 12/9, 2014 at 19:44
4
Solved
Reading this blog post it mentions you can get your DI container to automatically subscribe to events if it implements IHandle<>. That is exactly what I'm trying to accomplish.
Here is what ...
Addition asked 12/8, 2011 at 13:12
1
Solved
I'm working through some tutorials online learning Caliburn.Micro for the first time. Some of the tutorials are using the older 1.3.0 version, I'm using the newer 2.0.0.6 version which was the late...
Edmead asked 8/6, 2014 at 14:19
1
Solved
In my Windows Phone 8 app I have list of items. I have defined ItemTemplate for list items.
I want to display in each of these items one value from view model, not from the list item itself. How s...
Weisberg asked 22/4, 2014 at 19:26
1
I'm trying to show a flyout in wpf using mahapps and caliburn.micro, unfortunately the view for the flyout is not being resolved, and all I get is the type name of the view model displayed in the f...
Transmit asked 18/2, 2014 at 21:37
1
For the sake of simple inter-module communication there were classic .NET events, but there are too many right now and there are chains of events calling each other through modules.
Like Event_A t...
Godfearing asked 13/2, 2014 at 18:34
2
Solved
Can anybody provide any simple working example of the Conductor<T>.Collection.AllActive usage?
It's a bit strange, but I really can't find a working example anywhere.
By the way, I'm using a ViewModel-first approach (in WPF) if this is important.
Thank you in advance.
Peen asked 16/12, 2013 at 9:19
1
I have a WPF TextBox that is bound to a view-model number property Distance through Caliburn.Micro naming conventions. I want to be able to customize the TextBox string format while preserving the ...
Wenn asked 16/8, 2012 at 12:1
1
Solved
I am working on a Windows Phone 8 project with Caliburn.Micro and I want to attach to 2 separate events on the same button.
What is the syntax for doing this?
I have tried a few combinations of t...
Mastoid asked 26/12, 2013 at 5:21
1
Solved
I'm working on an application using Caliburn.Micro and Autofac.
In my composition root I'm now facing a problem with Autofac:
I have to inject the globally used IEventAggregator into my FirstViewMo...
Chestnut asked 14/12, 2013 at 12:33
3
Solved
We have a (massive) legacy WinForms app which, through a menu item, opens up a WPF form. This WPF form will host an Infragistics grid, and some buttons/drop-downs.
This lone WPF form represents t...
Eternalize asked 31/1, 2012 at 23:14
4
I bind observable dictionary from view model to view. I use Caliburn Micro Framework.
View:
<ListBox Name="Friends"
SelectedIndex="{Binding Path=SelectedFriendsIndex,Mode=TwoWay, UpdateSour...
Assagai asked 14/1, 2011 at 11:56
1
Solved
I'm trying to use a DropDownButton from the Fluent ribbon control in a WPF application using Caliburn.Micro.
So far, everything is good. I see a list of my Unicorns as GalleryItems in the DropDown...
Alive asked 30/10, 2013 at 10:32
3
Solved
I can't find a solution for the following problem:
I open a Dialog with the WindowManager from caliburn micro:
public void UserNew()
{
this._windowManager.ShowDialog(new UserViewModel(this._wind...
Mariellemariellen asked 15/5, 2012 at 9:11
1
Solved
I have seen the following question: how-do-you-apply-a-valueconverter-to-a-convention-based-caliburn-micro-binding.
I couldn't post a comment on that topic, so I am posting my question here.
How ...
Priapitis asked 4/10, 2013 at 7:4
© 2022 - 2024 — McMap. All rights reserved.