[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.

Re: Scenic View updates

2014-05-07 Thread Jonathan Giles
Scenic View is an app that is developed when time permits, and unfortunately, I haven't had a lot of spare time recently! :-) However, when I get a few hours spare I do manage to work on Scenic View a little bit, and it is getting into shape for a final 8.0 release. I certainly hope that it wi

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 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 ! tests/system/src/test/java/com/sun/gl

Review Request RT-36692 HighContrast Support for Windows 7

2014-05-07 Thread Joseph Andresen
Hey Jonathan and Anthony, Please Review the change for high contrast support on Windows. Jira: https://javafx-jira.kenai.com/browse/RT-36692 Webrev: http://cr.openjdk.java.net/~jandrese/RT36692/ Thanks, Joe

hg: openjfx/8u-dev/rt: RT-36999: [Accessibility, Windows] infinite loop in WinTextRangeProvider

2014-05-07 Thread hang . vo
Changeset: fc46b75bef01 Author:Felipe Heidrich Date: 2014-05-07 09:04 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/fc46b75bef01 RT-36999: [Accessibility, Windows] infinite loop in WinTextRangeProvider ! modules/graphics/src/main/java/com/sun/glass/ui/win/WinTextRang

review request: RT-36999: [Accessibility, Windows] infinite loop in WinTextRangeProvider

2014-05-07 Thread Felipe Heidrich
Hi Steve, Please review: https://javafx-jira.kenai.com/browse/RT-36999 http://cr.openjdk.java.net/~fheidric/RT-36999/webrev/ This is 100% confined to accessibility, by no means affect the stability for the rest of the product. Thanks Felipe

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

2014-05-07 Thread Danno Ferrin
The JJS command line tool delegates to jdk.nashorn.tools.Shell, with a lot of custom command line switches. Some of these command line switches also do custom things, particularly the -fx flag. The problem with using the Shell class as the main for javapackager its that currently we don’t supp

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

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 15:49

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 update.

[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/ Issue: https://javafx-jira.kenai.com/browse/RT-37010 Thank yo

[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

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 wrote: > Hi! > As you know, 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 . 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, RT

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 sen

Re: News about Java 8

2014-05-07 Thread Daniel Blaukopf
On May 7, 2014, at 12:47 PM, Ruíz Martín, Ricardo 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: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/

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: openj

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 B

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 get

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 > run]:/Users/tomschindl/Documents/e-workspaces/OpenJFX-master/modules/graphics/src/main/nat

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. Felip