-
I found a very interesting bug which I don't fully understand why it happens but after long hours found a workaround.
I'm using Winforms and binding a control to my model. The model contains a bind…
-
Binding to a ReactiveCollection's Count only works on the initial value.
Adding or Removing elements from the collection after it's bound to UI, does not appear to raise INPC changed notifications, an…
-
**Repro Steps**
1. Create a hierarchy where an INPCBinding exists on a disabled gameObject
2. Assign a DataContext
3. Re-enable the gameObject hierarchy which contains the INPCBinding
**Actual…
-
Al parecer el INEGI liberó la versión 2.0 de su API sin avisarle a nadie y retiró algunos de los indicadores de la versión 1.0. De hecho el ejemplo de como usar el API de su [página](http://www.beta.i…
-
Hi, I know its Xamarin.Evolve going on right now, but boring portable problems are relentless :(
Here's the project structure:
WP8 → RxUI_WP8
↓
Portable → RxUI_Portable
In my Porta…
-
I have a `IObservableCollection` which holds a collection of items like this:
public IObservableCollection ProductGroups { get; private set; }
When I edit one item in another view, by sendin…
-
Hi,
I am using ReactiveUI 6.4.0.1
I am trying to bind a property in my ViewModel with the selectedItem event in a ListBox
View:
this.WhenAnyValue(v => v.ItemsListBox.SelectedItem).BindTo(_vm, vm => …
-
Hi,
In RX 4.0.2 (and 4.1 from latest Github master). As illustrated in the following gist; https://gist.github.com/4099399
i'm running into several issues regarding the delayed execution of WhenAny T…
-
[17:54:29] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityWitch from mixins.common.core.json into net.minecraft.entity.monster.EntityWitch
[17:54:29] [main/DEBUG] [mixin/]: Mixing entity.pro…
-
Sometimes the following occurs on Startup. I suspect it's an internal bug in ReactiveUI.
https://gist.github.com/4030684
Im trying to find a repro but the issue seems to occur infrequently, and smell…