caliburn.micro Questions
2
Solved
I have a Grid on a wpf window which I want to add the capability that user can delete some of the items by clicking on a delete button. The application uses Calibrun Micro to bind view to ViewModel...
Swerve asked 24/9, 2013 at 11:28
4
Solved
I have a SL application with many DataGrids (from Silverlight Toolkit), each on its own view. If several DataGrids are opened, changing between views (TabItems, for example) takes a long time (few ...
Bolingbroke asked 18/3, 2012 at 13:1
2
Solved
I am having a hard time getting multiple views to work against 1 viewmodel. I have read Naming Convention for Multi-View Support without getting much out of it, and have tried countless things in t...
Click asked 13/9, 2013 at 14:21
1
Solved
I was working on a WPF project using these packages:
<package id="Autofac" version="3.0.2" targetFramework="net40" />
<package id="Caliburn.Micro" version="1.5.1" targetFramework="net40" ...
Joellajoelle asked 19/8, 2013 at 16:10
2
Solved
I am learning Caliburn Micro and try to make use of the EventAggregator from the official site.
However, I got an exception
"No parameterless constructor defined for this object."
The messa...
Wakashan asked 23/7, 2013 at 5:42
2
Solved
I just started with Caliburn.Micro.
I'm trying to bootstrap my simple sample solution placing the ShellView (usercontrol) in an Test.App assembly, and the ShellViewModel in the Test.ViewModel asse...
Integral asked 4/7, 2013 at 14:50
2
Solved
Are there any blogs or articles about using AvalonDock with Caliburn Micro MVVM?
Didn't find much when Googling
http://avalondock.codeplex.com/
edit: Got an up vote so why not update with a final...
Gingerly asked 27/1, 2013 at 10:45
2
Solved
Extracted from the Caliburn Micro documentation on EventAggregator:
// Creating the EventAggregator as a singleton.
public class Bootstrapper : BootstrapperBase {
private readonly SimpleContainer...
Unconscious asked 28/6, 2013 at 19:29
2
Solved
I've got what I consider a simple situation, but can't seem to figure out how to get it done. I'm very new to WPF and the Caliburn Micro framework. In my View, I have a Canvas and on this Canvas I ...
Manhandle asked 1/7, 2013 at 22:35
5
Solved
I am trying to retrieve row info from a datagrid after a double click event. I have the event setup, but now I just need to setup the function to retrieve the data from the row.
XAML:
<DataG...
Inoculum asked 28/2, 2012 at 17:48
2
I'm using Caliburn.Micro within WinRT application
Here is my main VM:
public class MainViewModel : Conductor<Screen>
{
protected override void OnActivate()
{
if (ActiveItem == null)
{
...
Stereograph asked 21/5, 2013 at 16:38
2
Solved
How do I add a custom convention to Caliburn.Micro for the IsEnabled property of controls - something like having NameEnabled bound to IsEnabled in parallel to Name bound to Text on a TextBox.
In ...
Alexandros asked 28/1, 2012 at 8:52
2
Solved
I'm building a project, and one of the biggest problems I've come across until now is navigation.
I've been looking for some time now for examples of caliburn.micro/mvvm navigation, but they all se...
Marriage asked 14/5, 2013 at 14:22
2
Solved
does anyone have an example or tutorial on how to use Caliburn Micro together with ModernUi (https://mui.codeplex.com)?
Conakry asked 7/5, 2013 at 14:27
2
I'm following this tutorial on Screen and ScreenConductors in Caliburn.Micro Framework.
I'm using WPF, not Silverlight, and I have made the corresponding changes in App.xaml (using MergedDictionar...
Nephrolith asked 2/5, 2013 at 18:28
1
Solved
I have a textbox with the following:
<i:Interaction.Triggers>
<i:EventTrigger EventName="KeyUp" >
<cal:ActionMessage MethodName="OnKeyUp" >
<cal:Parameter Value="$eventArg...
Puritanism asked 27/4, 2013 at 17:46
1
Style definition in Resources/Shared.xaml (updated):
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml...
Blastula asked 10/4, 2013 at 10:11
3
Solved
I'm trying to learn using Caliburn.Micro with WPF. How can I add multiple views inside a view?
<Window x:Class="ProjectName.Views.MainView"
...>
<Grid>
<views:MyControlView />
...
Argilliferous asked 24/10, 2011 at 17:55
2
I really like Caliburn and the naming convention binding and was surprised that
the Visibility is not bound in the same way the "CanNAME" Convention is used to guard an Action.
As far as I know i...
Pekan asked 9/7, 2011 at 8:14
3
Solved
I am using WPF with the currently latest and greatest version of Caliburn.Micro (1.4.1). I use IWindowManager.ShowWindow(...) to open an new modeless window:
private void OpenOrReactivateInfoView...
Spirituel asked 29/1, 2013 at 12:18
1
I have a Page inside a Wizard with 4 Radio Buttons (2 Groups) in a WPF Application. I'm using .Net4 and Caliburn Micro.
When click and Set a Value it's properly bound to the corresponding propert...
Shelleyshellfire asked 15/1, 2013 at 15:51
2
Solved
I have a Caliburn.Micro application with many projects. Several projects refer to the same dll in a separate folder. Now I needed to replace that dll with a newer version. I removed the reference f...
Copenhaver asked 23/1, 2013 at 15:46
3
Solved
I expected that child View Models inheriting from Screen would participate in the Parent Screen's life-cycle. However, it appears this is not the case. For example:
public class ParentViewModel : ...
Rees asked 25/10, 2011 at 5:57
1
Solved
I'm brand new to Caliburn.Micro, so I'm hoping somebody might be able to help me here :).
I'm trying to use MessageBinder.SpecialValues in my Windows 8 app, but I can't get it to work. I'm adding...
Base asked 5/12, 2012 at 21:21
1
Solved
Does Caliburn.Micro have a similar function to Catel's [ExposeAttribute]?
Is there some other way to ease the work of pass-through-properties in Caliburn.Micro? (I.e. properties that are in the Mo...
Coin asked 12/11, 2012 at 11:58
© 2022 - 2024 — McMap. All rights reserved.