Questions tagged [caliburn.micro.reactiveui]

6 questions
1
vote
1 answer

ReactiveUI "Compelling Example" search with Caliburn.Micro.ReactiveUI

I have an existing Wpf application built with Caliburn.Micro and I'd like to start integrating ReactiveUI. To start with, I switched from Caliburn.Micro to the Caliburn.Micro.ReactiveUI library. I've got a ListBox which is bound using Caliburn…
Sean
  • 868
  • 9
  • 22
1
vote
1 answer

IWindowManager is missing in Caliburn Micro namespace after upgrade

The project we were on used an older version of caliburn micro, we have upgraded to the current version and have found that the IWindowManager interface has gone! Even crawling through the codeplex/github sites and searching here I can find no…
CodeCat
  • 11
  • 2
1
vote
1 answer

Instance in Caliburn Micro

We are using Caliburn Micro for the first time. We have a AppBootstrapper inherited from ShellViewModel. Situvation is that VieModels should have the same instance unless it is reset. we are able to achieve shared or not shared everytime, but…
1
vote
2 answers

Incorrect thread accesses UI object when using Caliburn.Micro.ReactiveUI 1.2.2

I'm trying to write a very simple sample using Caliburn.Micro.ReactiveUI this sample combines the Basic Configuration, Actions and Conventions sample from the Caliburn.Micro Documentation with the ReactiveUI.Sample.Commands sample. The problem I…
0
votes
1 answer

Paging ListBox with ReactiveUI and Caliburn.Micro

I'm trying to implement a paging mechanism for a listbox using Caliburn.Micro.ReactiveUI with a call to EF using ".Skip(currentPage).Take(pageSize)". I'm new to ReactiveUI and Reactive in general. I'm sure this is supposed to be easy. I've got a…
Sean
  • 868
  • 9
  • 22
0
votes
1 answer

The type 'ReactiveUI.ReactiveObject' is defined in an assembly that is not referenced

Error 8 The type 'ReactiveUI.ReactiveObject' is defined in an assembly that is not referenced. You must add a reference to assembly 'ReactiveUI, Version=6.0.3.0, Culture=neutral, PublicKeyToken=null'.…
Kishore Kumar
  • 12,675
  • 27
  • 97
  • 154