Re: [8] Review request: 8173139 Packager update App Store runtime rules for libjfxwebkit.dylib

2017-02-15 Thread Chris Bensen
Accidentally send out the wrong bug number. Here’s the correct one: JIRA: https://bugs.openjdk.java.net/browse/JDK-8174806 Webrev: http://cr.openjdk.java.net/~cbensen/JDK-8174806/webrev.00/

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. >

[8] Review request: 8173139 Packager update App Store runtime rules for libjfxwebkit.dylib

2017-02-15 Thread Chris Bensen
Kevin, Please review this change to no longer strip libjfxwebkit.dylib after 8u152 from a packaged app. JIRA: https://bugs.openjdk.java.net/browse/8173139 Webrev: http://cr.openjdk.java.net/~cbensen/JDK-8173139/webrev.00/ Chris

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

Re: [9] Review request: JDK-8170979: Update for Jigsaw etc. the openFX functional tests

2017-02-15 Thread Yuri Nesterenko
Version .06: http://cr.openjdk.java.net/~yan/8170979/webrev.06/ added, a couple more of add-exports for ControlsTests. Updated https://bugs.openjdk.java.net/browse/JDK-8170979 : an attached 'hg diff' for this version presumably works better than a patch generated by webrev. Thanks, -yan On 02/