Re: Public API to find node at specific coordinates

2016-02-02 Thread Jonathan Giles
Check out my blog post here: http://fxexperience.com/2016/01/node-picking-in-javafx/ It might be useful -- Jonathan On 3/02/16 10:36 AM, Scott Palmer wrote: Do we have such an API yet? I found this: https://bugs.openjdk.java.net/browse/JDK-8091684 and:

Public API to find node at specific coordinates

2016-02-02 Thread Scott Palmer
Do we have such an API yet? I found this: https://bugs.openjdk.java.net/browse/JDK-8091684 and: https://bugs.openjdk.java.net/browse/JDK-8099546 which is still unresolved (and 6 years old!), so I'm guessing no. Is it too late for Java 9? I need a way to forward events to a scene and have them

javapackager

2016-02-02 Thread Scott Palmer
What's the best place to go to get help with using the javapackager ? I've read the docs, but things aren't working smoothly and it would be helpful if there were some known working examples to base things on. I'm not finding any examples that use the -daemon or -BserviceHint=true options, for

Re: javapackager

2016-02-02 Thread Chris Bensen
This list or the Deployment blog (https://blogs.oracle.com/talkingjavadeployment/) are the best places to get help with the javapackager. Is your app built with the 64-bit or 32-bit packager? I noticed “x86_64” appended to the name. If it’s 32-bit you could try running: sudo apt-get install

Re: javapackager

2016-02-02 Thread Scott Palmer
The “-1.x86-64” is something that javapackager automatically appends. I just confirmed that $JAVA_HOME/bin/java -version indicates the 64-bit VM. I’m invoking javapackager via an Exec task in my Gradle build script. (I’m not using the JavaFX plugin because it has even less documentation, it

Re: javapackager

2016-02-02 Thread Scott Palmer
Note that this is a RPM-based system, apt-get is not available, yum is. yum install libX11 … Package libX11-1.6.0-2.1.el7.x86_64 already installed and latest version I get a similar message for the other dependencies. Examining the .rpm file I can see that the bundled runtime contains a