Re: SimpleIntegerProperty is not a Property

2017-02-15 Thread Tom Schindl
Hi, See that Michael had to say on that https://twitter.com/tomsontom/status/760489595029090304 Tom On 15.02.17 17:19, Michael Paus wrote: > I am also wondering why this has to be so inconsistent. > Just in case you didn't know. > > You can say > p = s.asObject(); > in your example. >

Re: SimpleIntegerProperty is not a Property

2017-02-15 Thread Michael Paus
I am also wondering why this has to be so inconsistent. Just in case you didn't know. You can say p = s.asObject(); in your example. LG, Michael Am 15.02.17 um 16:59 schrieb Jens Auer: Hi, I am wondering why SimpleIntegerProperty implements only Property and not Property. This came u

SimpleIntegerProperty is not a Property

2017-02-15 Thread Jens Auer
Hi, I am wondering why SimpleIntegerProperty implements only Property and not Property. This came up while using ReactFx where I tried to bind a Var to a SimpleIntegerProperty and it fails to compile: SimpleIntegerProperty s = null; Var v=null;; v.bindBidirectional(s); It turns out that this i