nlisker

Results 233 comments of nlisker

Continuing the [mailing list](https://mail.openjdk.org/pipermail/openjfx-dev/2024-June/047467.html) discussion with more technical details. Gradle tries to configure Eclipse based on its build file. This includes things like source folders, compiler settings, dependencies and others....

> I work around this by running the test once, then changing its configuration and adding a standard incantation to its command line (`-Djavafx.toolkit`, `-Djava.library.path`, some `--add-modules`) The `--add-modules` could...

> Also something that just occurred to me, but perhaps I'm late to the party; with the current API being on `Node` you could call `requestFocusTraversal` on basically any `Node`,...

> > > Also something that just occurred to me, but perhaps I'm late to the party; with the current API being on `Node` you could call `requestFocusTraversal` on basically...

If it's possible to adapt the value per device it would be best of course. Right now, a value of 1 in some devices makes some controls (`ComboBox`, `ListView`) practically...

This is for the S7: ``` metrics = DisplayMetrics{density=3.0, width=1080, height=1920, scaledDensity=3.0, xdpi=435.42825, ydpi=431.57477}, density = 3.0 ```

The other device belongs to a colleague. It can take some time to obtain the info.

Tested on Galaxy S7 and I can confirm that the adapted list works with both selection and scroll events, and the default list works only with scroll events. How do...

> The current POM file of the demo project we're referring to has the following settings in it: > > ``` > 1.0.12 > 4.0.15 > ``` > > I...