RE: Missing vcruntime140_1.dll

2022-03-09 Thread Julien DEHAUDT
Replying myself thanks to this list archives. The issue looks closely related to this discussion: https://mail.openjdk.java.net/pipermail/openjfx-dev/2022-March/033687.html Recently resolved: https://bugs.openjdk.java.net/browse/JDK-8282655 /Julien -Original Message- From: openjfx-dev

Missing vcruntime140_1.dll

2022-03-09 Thread Julien DEHAUDT
Hello, This thread is a follow-up of existing issue on Adoptium GitHub, see https://github.com/adoptium/adoptium-support/issues/307. In short we are in a dead end with integrating OpenJFX in OpenJDK 11 for Windows x86 platforms. We get OpenJFX jmods from Gluon and OpenJDK from Adoptium. x86 jm

Re: RFR: 8274771: Map, FlatMap and OrElse fluent bindings for ObservableValue [v8]

2022-03-09 Thread John Hendrikx
On Tue, 8 Mar 2022 20:57:53 GMT, Nir Lisker wrote: >> John Hendrikx has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fix wrong test values > > modules/javafx.base/src/test/java/test/javafx/beans/value/ObservableValueFluentBindingsTest.jav

Re: RFR: 8274771: Map, FlatMap and OrElse fluent bindings for ObservableValue [v9]

2022-03-09 Thread John Hendrikx
> This is an implementation of the proposal in > https://bugs.openjdk.java.net/browse/JDK-8274771 that me and Nir Lisker > (@nlisker) have been working on. It's a complete implementation including > good test coverage. > > This was based on https://github.com/openjdk/jfx/pull/434 but with a

Re: RFR: 8274771: Map, FlatMap and OrElse fluent bindings for ObservableValue [v8]

2022-03-09 Thread John Hendrikx
On Tue, 8 Mar 2022 21:10:46 GMT, Nir Lisker wrote: >> John Hendrikx has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fix wrong test values > > modules/javafx.base/src/test/java/test/javafx/beans/value/ObservableValueFluentBindingsTest.jav

Re: RFR: 8277309: Add support for H.265/HEVC to HTTP Live Streaming [v2]

2022-03-09 Thread Kevin Rushforth
On Wed, 9 Mar 2022 05:20:00 GMT, Alexander Matveev wrote: >> - Added support for fragmented MP4 with HEVC/H.265, H.264 and AAC. >> - Added support for elementary AAC streams without any container for audio >> only streams. >> - Added "aacparse" plugin from GStreamer. Required on Linux, since

RFR: 8282886: Mouse event is generated outside of node on Raspberry Pi with Touchscreen

2022-03-09 Thread Alexander Scherbatiy
Tapping on a circle in the center of the screen sometimes generates mouse click events outside the circle with x coordinates set to zero. To reproduce the issue run the [JFXCircle](https://bugs.openjdk.java.net/secure/attachment/98241/JFXCircle.java) sample. It has a circle in the center of the

Re: RFR: 8230231: font-family not updated in HTMLEditor [v3]

2022-03-09 Thread Kevin Rushforth
On Wed, 21 Jul 2021 14:56:11 GMT, Hadzic Samir wrote: >> Fix for https://github.com/javafxports/openjdk-jfx/issues/573 >> >> Issue on JBS bug tracking : https://bugs.openjdk.java.net/browse/JDK-8230231 >> >> Fix: Check for quote when updating the font-family comboBox. >> >> A new font is added

Integrated: 8271054: [REDO] Wrong stage gets focused after modal stage creation

2022-03-09 Thread Thiago Milczarek Sayao
On Thu, 5 Aug 2021 23:38:06 GMT, Thiago Milczarek Sayao wrote: > Found the problem thru this path: > > **WindowStage.java** > > final void handleFocusDisabled() { > if (activeWindows.isEmpty()) { > return; > } > WindowStage window = activeWindows.get(act