Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
ReactiveUI mailing list
Conversations
About
ReactiveUI mailing list
1–30 of 423
Mark all as read
Report abusive group
0 selected
Mark Pawelek
2/13/19
Register classes derived off IViewFor for D-I, when located in 2 assemblies?
In the sample WPF ReactiveUI Application <https://reactiveui.net/docs/getting-started/>, one
unread,
Register classes derived off IViewFor for D-I, when located in 2 assemblies?
In the sample WPF ReactiveUI Application <https://reactiveui.net/docs/getting-started/>, one
2/13/19
Sana Rajput
, …
akshita...@gmail.com
3
12/11/18
Could not load assembly 'Xamarin.Android.Support.Fragment, Version=1.0.0.0
Hi Sana, You didn't have the target framework version for the droid project set properly. I had
unread,
Could not load assembly 'Xamarin.Android.Support.Fragment, Version=1.0.0.0
Hi Sana, You didn't have the target framework version for the droid project set properly. I had
12/11/18
Sana Rajput
,
akshita...@gmail.com
2
9/18/18
Action.Picker returns invalid/wrong Uri (How to get path or byte[] from multiple picked gallery img)
Hi Sana, I have tested your code on both real device and emulator from API 21 to 27. They all work
unread,
Action.Picker returns invalid/wrong Uri (How to get path or byte[] from multiple picked gallery img)
Hi Sana, I have tested your code on both real device and emulator from API 21 to 27. They all work
9/18/18
Brad Phelan
, …
ixm...@gmail.com
7
8/18/18
F# with ReactiveUI
Hello, here is a simple example: https://github.com/ixmrm01/ReactiveUINavigate Martín On Sunday,
unread,
F# with ReactiveUI
Hello, here is a simple example: https://github.com/ixmrm01/ReactiveUINavigate Martín On Sunday,
8/18/18
BertAR
5/3/18
ReactiveUI: how to implement periodically refreshed ReactiveList
I'm new to the world of Reactive Extensions and I'm still trying to learn. I'm developing
unread,
ReactiveUI: how to implement periodically refreshed ReactiveList
I'm new to the world of Reactive Extensions and I'm still trying to learn. I'm developing
5/3/18
Max Reble
,
Valdimar Kristjánsson
4
11/9/17
When collection changed in ObservableCollection add new entries to ReactiveList
Just... Wow... Okay I definitely have to stick to ReactiveUI, this is just beautiful and easy to
unread,
When collection changed in ObservableCollection add new entries to ReactiveList
Just... Wow... Okay I definitely have to stick to ReactiveUI, this is just beautiful and easy to
11/9/17
Michael Croes
10/24/17
Samples of applications with data management (CRUD)
Dear list, Most samples I see using ReactiveUI are all about displaying all sorts of dynamic data. I
unread,
Samples of applications with data management (CRUD)
Dear list, Most samples I see using ReactiveUI are all about displaying all sorts of dynamic data. I
10/24/17
DoWorkAsync()
4/12/17
DataTemplates inside Items Control
Dear All, I've noticed that the default behavior for reactiveui is to try to resolve the view
unread,
DataTemplates inside Items Control
Dear All, I've noticed that the default behavior for reactiveui is to try to resolve the view
4/12/17
Valdimar Kristjánsson
9/9/15
Observable.Take(Observable<int>) ?
Hi, I have a collection and a property indicating how many items should be visible to the user (the
unread,
Observable.Take(Observable<int>) ?
Hi, I have a collection and a property indicating how many items should be visible to the user (the
9/9/15
Fares Eidi
8/18/15
Validation while using Reactive UI
I was considering using the standard INotifyDataErrorInfo (following guidance using this article) and
unread,
Validation while using Reactive UI
I was considering using the standard INotifyDataErrorInfo (following guidance using this article) and
8/18/15
Fares Eidi
,
Matt Oswald
4
8/15/15
ReactiveUI in simple User Controls ?
Thanks Matt, I will try it to write a seperate view model, Just to be sure, it is not possible to
unread,
ReactiveUI in simple User Controls ?
Thanks Matt, I will try it to write a seperate view model, Just to be sure, it is not possible to
8/15/15
Luis Daniel Guatemala Diaz Velarde
8/13/15
How to resolve multiple dependencies on properties
Hi, we recently have implemented ReactiveUI 6.0 on our app, it was a hard migration because we where
unread,
How to resolve multiple dependencies on properties
Hi, we recently have implemented ReactiveUI 6.0 on our app, it was a hard migration because we where
8/13/15
Fares Eidi
7/19/15
Examples for using ReactiveUI.Blend
I was wondering if there are any examples as to using ReactiveUI.Blend as I didn't find anything
unread,
Examples for using ReactiveUI.Blend
I was wondering if there are any examples as to using ReactiveUI.Blend as I didn't find anything
7/19/15
Cory Juhlin
, …
ShaneN
3
7/18/15
Where to put ViewModels on Android
I realize this is old but figured I'd post my experience :-) Here's a few SO posts I found
unread,
Where to put ViewModels on Android
I realize this is old but figured I'd post my experience :-) Here's a few SO posts I found
7/18/15
Brian Jenkins
7/10/15
BindCommand with Key Press Events
I have a TextBox and a Button for searching. When clicking the button, a search happens. I would like
unread,
BindCommand with Key Press Events
I have a TextBox and a Button for searching. When clicking the button, a search happens. I would like
7/10/15
Fares Eidi
,
Matt Oswald
2
7/7/15
Where does logging send info ?
You will need to write your own DebugLogger. The one in the Splat library gets compiled away since
unread,
Where does logging send info ?
You will need to write your own DebugLogger. The one in the Splat library gets compiled away since
7/7/15
Fares Eidi
,
Geoffrey Huntley
3
6/28/15
documentation on BindingTypeConverters
Thanks, hadn't seen that! :-) On Sun, Jun 28, 2015 at 4:25 PM, Geoffrey Huntley <ghuntley@
unread,
documentation on BindingTypeConverters
Thanks, hadn't seen that! :-) On Sun, Jun 28, 2015 at 4:25 PM, Geoffrey Huntley <ghuntley@
6/28/15
Fares Eidi
,
Matt Oswald
8
6/28/15
Should I use a MessageBus to push UI notification
1 - Give CaptureDealViewModel a public IObservable<string> Notifications {get;} This can be a
unread,
Should I use a MessageBus to push UI notification
1 - Give CaptureDealViewModel a public IObservable<string> Notifications {get;} This can be a
6/28/15
James Nugent
,
Richard Banks
2
6/11/15
What to do when type conversion in bindings fail?
Bump. I'm trying to do something similar. In my case I've got a WinForms app (yeah, I know)
unread,
What to do when type conversion in bindings fail?
Bump. I'm trying to do something similar. In my case I've got a WinForms app (yeah, I know)
6/11/15
Atle
, …
Vladimir Morozov
6
6/5/15
ReactiveCommand.Subscribe not running in UI thread?!
Could you please clarify which patch you're talking about?
unread,
ReactiveCommand.Subscribe not running in UI thread?!
Could you please clarify which patch you're talking about?
6/5/15
Iván Mejía
2
3/19/15
Set Method not found for 'Text' when using this.Bind on UITextField
In case someone else find the same problem, this is the way I worked around it, instead of using this
unread,
Set Method not found for 'Text' when using this.Bind on UITextField
In case someone else find the same problem, this is the way I worked around it, instead of using this
3/19/15
Mark Hewett
,
paul....@gmail.com
3
3/9/15
Handle ThrownExceptions when using ExecuteAsync?
On Monday, March 9, 2015 at 12:47:17 AM UTC-5, Paul Betts wrote: Hey Mark, This is an annoying design
unread,
Handle ThrownExceptions when using ExecuteAsync?
On Monday, March 9, 2015 at 12:47:17 AM UTC-5, Paul Betts wrote: Hey Mark, This is an annoying design
3/9/15
Atle
,
paul....@gmail.com
2
3/9/15
What is the proper way to update multiple properties from a ReactiveCommand?
Hey Atle, Nope, that looks fine to me. You don't need the ObserveOns though. Best, Paul On Wed,
unread,
What is the proper way to update multiple properties from a ReactiveCommand?
Hey Atle, Nope, that looks fine to me. You don't need the ObserveOns though. Best, Paul On Wed,
3/9/15
Atle
,
paul....@gmail.com
3
3/4/15
this.WhenAnyValue(...).InvokeCommand not always invoked in main thread
Hi Paul, CreateTruthSeriesAsync is only reading data and putting it in that PlotData class. Then,
unread,
this.WhenAnyValue(...).InvokeCommand not always invoked in main thread
Hi Paul, CreateTruthSeriesAsync is only reading data and putting it in that PlotData class. Then,
3/4/15
Atle
,
Phil
2
2/20/15
XAML button bound to ReactiveCommand does not get enabled when execution finishes
How about like this? CreateSeries = ReactiveCommand.CreateAsyncTask(_ async => { SeriesCollection
unread,
XAML button bound to ReactiveCommand does not get enabled when execution finishes
How about like this? CreateSeries = ReactiveCommand.CreateAsyncTask(_ async => { SeriesCollection
2/20/15
Brian Jenkins
,
paul....@gmail.com
2
2/3/15
ObservableForProperty vs this.WhenAny
Hey Brian, ObservableForProperty is internal plumbing, always use WhenAny / WhenAnyValue. Paul — Sent
unread,
ObservableForProperty vs this.WhenAny
Hey Brian, ObservableForProperty is internal plumbing, always use WhenAny / WhenAnyValue. Paul — Sent
2/3/15
Thomas Reitmaier
,
Matt Oswald
2
1/27/15
Creating a WP8.1 File/Photo Explorer using ReactiveUI
Hi Thomas, Binding to “asynchronous properties” is kind of what XAML is good at. Your primary View
unread,
Creating a WP8.1 File/Photo Explorer using ReactiveUI
Hi Thomas, Binding to “asynchronous properties” is kind of what XAML is good at. Your primary View
1/27/15
Brian Jenkins
,
paul....@gmail.com
2
1/27/15
ReactiveCommand Exception Handling
Hey Brian, ThrownExceptions doesn't catch exceptions thrown in Subscribe blocks (nothing does,
unread,
ReactiveCommand Exception Handling
Hey Brian, ThrownExceptions doesn't catch exceptions thrown in Subscribe blocks (nothing does,
1/27/15
fahadash
1/7/15
WhenAnyObservable is never having any effect on the command
Alright this is crazy, tell me what I am doing wrong here, I have the following code (it is supposed
unread,
WhenAnyObservable is never having any effect on the command
Alright this is crazy, tell me what I am doing wrong here, I have the following code (it is supposed
1/7/15
ShaneN
12/27/14
Xamarin 1.3 compatibility Issues
Upon updating my project to Xamarin Forms 1.3 from 1.2 I started getting an exception Method not
unread,
Xamarin 1.3 compatibility Issues
Upon updating my project to Xamarin Forms 1.3 from 1.2 I started getting an exception Method not
12/27/14