caliburn.micro Questions
1
I'm making an application using Caliburn.Micro(for easy data binding and stuff) and MahApps.Metro(for designing).
I've created a View name 'MainView' which has HamburgerMenu of MahApps.
My issue i...
Sarette asked 9/9, 2017 at 18:35
1
I used to be able to edit and continue when an exception occurred in my Visual Studio 2015 C# (WPF if relevant) projects. I often get simple things like null reference exceptions, and I could just ...
Stupefaction asked 2/6, 2016 at 9:44
1
Solved
Problem
I have a MVVM application that uses Caliburn.Micro as the MVVM framework and MEF for "dependency injection" (in quotes as I am aware it is not strictly an DI container). The composition pr...
Clubbable asked 23/4, 2017 at 17:56
2
Solved
I have a base ViewModel and associated View. I also have multiple derived ViewModels from the base ViewModel, but I'd like to use the base View for display.
Base ViewModel and View:
vm: MyCompan...
Warlike asked 15/7, 2014 at 17:40
2
Solved
Caliburn.Micro. Automatically call eventaggregator.Subscribe() for IHandle implementors with Autofac
In Caliburn.Micro documentation the authors mention such possibility:
documentation link
IHandle inherits from a marker interface IHandle. This allows the use of casting to determine if an obje...
Allegro asked 29/7, 2011 at 9:22
2
Solved
I want to access the actual viewmodel that is currently used from within the view (code-behind). In the bootstrapper I have the viewmodel set to perrequest so I cannot use IoC.Get<..ViewModel>()...
Alanaalanah asked 3/10, 2014 at 13:33
4
How can I get Caliburn.Micro to map a key gesture to an action method on my ViewModel?
For example, I want to implement a tabbed interface, and I want my ShellViewModel to have a NewTab method, wh...
Mcclary asked 15/11, 2010 at 4:7
1
At our company, we're used to develop our applications using WinForms,
Now we decided to switch to WPF-MVVM with Caliburn.Micro and Modern UI.
The thing we're trying to reach is to have a small app...
Fen asked 4/4, 2016 at 21:25
3
Solved
I have the following code in my Bootstrapper:
private SimpleContainer container;
protected override void Configure()
{
container = new SimpleContainer();
container.Singleton<IEventAggregator...
Tellurize asked 1/3, 2016 at 10:56
1
I wrote a program with MVVM (C#) and XAML using Caliburn.Micro library, how can i:
get all selected items (not only one item)?
get selected change event?
sort items by clicking header columns?
...
Strand asked 9/2, 2016 at 4:18
1
Solved
I wrote a simple program with MVVM (C#) and XAML using Caliburn.Micro library,
But some actions didn't work:
update an item content
get selected item
get specific item
move up and move down recor...
Shortsighted asked 3/2, 2016 at 10:22
1
Solved
I'm writing a program with MVVM (C#) and XAML using Caliburn.Micro library.
I was wondering how can I bind my Listview control with some containers such as List<Type>, IEnumerable<Type&g...
Masson asked 25/1, 2016 at 10:4
1
Solved
I have a ListBox containing filenames. Now I need to get array of selected items from this ListBox. I found a few answers here, but none of them worked for me. I'am using Caliburn Micro framework.
...
Militarism asked 6/1, 2016 at 10:7
5
I'm creating a WPF application with a borderless window. Applying the MVVVM pattern (with help of Caliburn.Micro) I do not have a code behind file but only a XAML file.
In several posts I found fo...
Supramolecular asked 2/10, 2013 at 5:50
2
first of all - I'm sorry if it's a duplicate - been looking around for awhile and couldn't find an answer to that,
We're using caliburn.micro so the solution must be using this tool.
We have a vi...
Yorkshire asked 8/6, 2015 at 16:42
1
Solved
I have a WPF application, powered by Caliburn.Micro, view-model first approach. There's a command-bar type of control with its CommandBarView.xaml and bound CommandBarViewModel. Command-bar VM hold...
Electromagnet asked 13/8, 2015 at 14:33
1
Solved
I'm doing like so:
<Controls:MetroWindow x:Class="BS.Expert.Client.App.Views.ShellView"
xmlns:Controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
xmlns="http://schemas.micr...
Haddock asked 21/7, 2015 at 13:51
2
Solved
I am developing a WPF application and I need to get a point to the main window of application inside a control. I am using Caliburn Micro.
Application.Current.MainWindow is null
How can I get a ...
Valina asked 6/9, 2013 at 14:33
2
Solved
I am currently experimenting with view composition in Caliburn.Micro. I have a working example where I have multiple user control based views injected into my main shell via the "View.Model" attach...
Gunslinger asked 13/6, 2011 at 16:6
2
Solved
I am trying to bind a Property that is outside of an Itemscontrol.
However that doesn't seem to work.
It seems that in ItemsControl, DataTemplate it refers to what is inside of the collection and ...
Cassell asked 18/6, 2015 at 13:41
1
I really hope this is not a stupid question, but I'm somehow unable to recognize a straight-forward way to inject dependencies into view models using Caliburn.Micro.
I'm having a main shell (condu...
Dive asked 6/5, 2015 at 13:34
0
Using VS2013 and Caliburn.Micro 2.0.2
Given this example of:
a shell view model that has a nested view model property, and
both the shell and nested view models having a Name property:
It s...
Disintegrate asked 22/4, 2015 at 10:57
1
Having troubles with FXCOP on our buildagent ONLY and only through the command line tool ONLY.
I am using the Caliburn.Mirco framework and added a custom trigger so i can use the delete button. th...
Daloris asked 14/5, 2013 at 15:42
1
Solved
Caliburn.Micro generates a lot of files in my Release directory. Do I need to include them all while distributing package with my application? Is it possible to disable copying those files?
Calib...
Schwing asked 14/4, 2015 at 23:32
2
Solved
I'm trying to find a technique to show modal views from within other views but I am having problems. Here's a simple example of what i'm trying to do:
Shared ViewModel
class ClientesViewModel : S...
Acrid asked 13/4, 2015 at 14:28
© 2022 - 2024 — McMap. All rights reserved.