How to inject javascript function to be used before finishing loading dom in JavaFX

2019-06-17 Thread Joey Ruiz
I'm creating a javaFX browser integrated with a swing application. This browser opens a webpage that makes a call to a javascript function that should be injected befor the document finishes loading. Is there a way to do something similar to what BrowserFunction does for a SWT browser? So that w

Re: Will there be update of openjfx-8u?

2019-06-17 Thread Kevin Rushforth
As mentioned in this message [1], the last release of OpenJFX 8 was 8u202 in January 2019, in conjunction with the last Oracle-led OpenJDK release of the same. You can see the 8u202-ga tag [2] in the openjfx 8u repo. -- Kevin [1] https://mail.openjdk.java.net/pipermail/openjfx-dev/2019-Janua

Re: Previews for shared buffer PR

2019-06-17 Thread Martin Desruisseaux
This feature seems very interesting, thanks for doing that! In order to allow the use of JavaFX as a replacement of Java2D for Earth Observation applications (i.e. visualizing terabytes of remote sensing data), would it be possible to create an image without copying data in JavaFX, by specifying th

Re: Will there be update of openjfx-8u?

2019-06-17 Thread Martijn Verburg
Out of curiosity - what was the last release of OpenJFX 8? If I'm reading the repos correctly it should be 8u60? Cheers, Martijn On Tue, 11 Jun 2019 at 14:01, Tom Schindl wrote: > Hi Kevin, > > Well isn't that true as well for jfx-12 - or is this maintained? What > makes jfx-12 different from

RFR: JDK-8226234: Simplify iOS properties

2019-06-17 Thread Johan Vos
Hi, Please review PR #501 https://github.com/javafxports/openjdk-jfx/pull/501 which fixes #500 https://github.com/javafxports/openjdk-jfx/issues/500 or https://bugs.openjdk.java.net/browse/JDK-8226234 This is a change that should not affect non-ios platforms. Thanks, - Johan