José Pereda

Results 217 comments of José Pereda

Just in case you haven't checked it yet, a Gluon sample using Scala: https://github.com/gluonhq/gluon-samples/tree/master/gluon-SQLite-scala And regarding the debug question, check this: https://stackoverflow.com/questions/44970567/run-debugger-on-javafx-project-in-android/44988910#44988910 https://stackoverflow.com/questions/44538097/export-javafx-project-to-android/44544233#44544233 As for using pro guard, this might...

Thanks, it is an OpenJFX issue. I've just filed https://bugs.openjdk.java.net/browse/JDK-8244735, and I'll submit a PR with a possible fix.

I'm aware of this, but only the samples under the `HelloFX` main category are the ones without package. These samples were initially the only ones available in the Docs, meant...

Thanks, @geertjanw. Please sign the [CLA](https://docs.google.com/forms/d/16aoFTmzs8lZTfiyrEm8YgMqMYaGQl0J8wA0VJE2LCCY) before we can merge it. I'll be updating samples and docs once NetBeans 11.1 is released.

The plugin doesn't deal yet with non-desktop dependencies, as these are not published to Maven Central yet. @rnayabed In the meantime, you can use a Maven profile to include the...

@aghaisas I've just filed https://bugs.openjdk.org/browse/JDK-8292740 to track the follow-up issue.

Running ScrollPaneSample on my Pi 4 with the proposed changes works fine. Scrolling works and the buttons are not fired unless you stop scrolling and press one of them. Without...

This is an issue with IntelliJ "default" configuration and how your project is configured as a "gradle" project. Even if you don't set any VM arguments, IntelliJ will apply them...