Re: Setup IDE for development instructions

2014-05-07 Thread Tom Schindl
The path to to the libraries is wrong. It is -Djava.library.path=${workspace_loc:rt}/build/sdk/rt/lib Tom On 28.04.14 23:36, Stephen F Northover wrote: I fixed the wiki to warn Eclipse users not to do this. Steve On 2014-04-28 4:55 PM, Stephen F Northover wrote: Thanks Tom. Felipe ran

Getting some interesting output on master

2014-05-07 Thread Tom Schindl
Hi, I'm getting some interesting outputs/errors when running on 8u-dev/rt: a) When I shutdown i sometimes get Java has been detached already, but someone is still trying to use it at -[GlassRunnable

Re: News about Java 8

2014-05-07 Thread Daniel Blaukopf
Hi Ricardo, These are great questions. You are correct in your analysis that the Pi implementation uses a different code path for touch than desktop Linux. Although what you are trying to do is not a supported configuration of JavaFX, the good news is that it should work and we can help you

Re: News about Java 8

2014-05-07 Thread Daniel Blaukopf
With the latest code you should be getting notification of multitouch gestures as well as raw multitouch events. These events use JavaFX's built-in gesture recognizer for embedded platforms. Out of curiosity, what touch screen are you using? Thanks, Daniel On May 7, 2014, at 12:29 PM, Daniel

RE: News about Java 8

2014-05-07 Thread Ruíz Martín , Ricardo
Hi Daniel, This properties should work in 8u20? Only with OpenJFX repository version? With repository version if I get a x86egl buld? Thank you Ricardo De: Daniel Blaukopf [mailto:daniel.blauk...@oracle.com] Enviado el: miércoles, 07 de mayo de 2014 11:29 Para: Ruíz Martín, Ricardo CC:

Re: News about Java 8

2014-05-07 Thread Daniel Blaukopf
On May 7, 2014, at 12:47 PM, Ruíz Martín, Ricardo rrmar...@indra.es wrote: Hi Daniel, This properties should work in 8u20? Only with OpenJFX repository version? You’ll need to build OpenJFX with the latest repository version because you need this fix:

RE: News about Java 8

2014-05-07 Thread Ruíz Martín , Ricardo
Hi, You mean with a standard Linux build? We are using Sharp PN-K322BH for direct interaction. We also use two 3M models (M2167PW and M2256PW) when application is set with indirect interaction. But in this case we implemented our own USB drivers (3M has their USB protocol documented) and we

Re: Getting some interesting output on master

2014-05-07 Thread Kevin Rushforth
Hi Tom, There is already a bug filed for (a) -- RT-34668 https://javafx-jira.kenai.com/browse/RT-34668. I haven't seen (b) before, but it looks like it would happen if the glass application instance was nulled out before the toolkit was shutdown. I have another shutdown bug on my plate,

Re: How to deploy JavaFX application writen in JavaScript unsing Nashorn

2014-05-07 Thread Mike Hearn
It's probably easiest to have a tiny Java app that just loads the JS files from resources in the JAR and runs it via Nashorn directly. Then all existing tools like jfxpackager, JWrapper etc can treat it like a Java app. On Wed, May 7, 2014 at 3:30 AM, Bilal Soidik bilalsoi...@gmail.com wrote:

[8u20] Review request for RT-36805: [Popup] Popup steals focus, when hiding the popup (regression)

2014-05-07 Thread Anthony Petrov
Hi Steve, Kevin, Please review a fix for https://javafx-jira.kenai.com/browse/RT-36805 All the details are in JIRA. -- best regards, Anthony

[8u] Review request: RT-37010: [media] Long mp4 files (duration 12hrs) are rejected by the media player.

2014-05-07 Thread anton nashatyrev
Hello, could you please review the following fix: Webrev: http://cr.openjdk.java.net/~anashaty/RT-37010/8/webrev.00/ http://cr.openjdk.java.net/%7Eanashaty/RT-37010/8/webrev.00/ Issue: https://javafx-jira.kenai.com/browse/RT-37010https://javafx-jira.kenai.com/browse/RT-34950 Thank you!

RE: News about Java 8

2014-05-07 Thread Ruíz Martín , Ricardo
Hi Daniel, I don't know if I have made all steps in the way I should, but multitouch events doesn´t get my test. What I did: 1.-In my repository clone (http://hg.openjdk.java.net/openjfx/8u-dev/rt/) I execute an hg pull from local rt folder. 2.- Then I updated my working copy with hg

RE: News about Java 8

2014-05-07 Thread Ruíz Martín , Ricardo
And I tried build with -PCOMPILE_TARGETS=x86egl and still the same error (Could not call NativeCompileTask.compile() on task ':graphics:ccX86eglGlassDirectfb'). But now I get same error building with gradle 1.8 and 1.12 ... De: Ruíz Martín, Ricardo Enviado el: miércoles, 07 de mayo de 2014

Scenic View updates

2014-05-07 Thread Cirujano Cuesta, Diego
Hi all, I think that I am not the only one that really like the app Scenic View. I saw that since 8.8.13 there aren´t any news and the current Java 8 version is a Developer Preview(4). I didn´t find any info about it in the mailing list. Do you know anything about it? Thanks! Diego

hg: openjfx/8u-dev/rt: RT-37016 [TESTS, Monocle/Lens] Unit test for mouse release event not being sent on grabbed window

2014-05-07 Thread hang . vo
Changeset: d4538aca965d Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-05-07 20:11 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d4538aca965d RT-37016 [TESTS, Monocle/Lens] Unit test for mouse release event not being sent on grabbed window !

[8u20] Review request

2014-05-07 Thread Phil Race
Please review the fix for this OS X printing bug https://javafx-jira.kenai.com/browse/RT-35414 -phil.