Re: Testing accessibility / sample apps

2014-06-20 Thread Felipe Heidrich
Hi Jann, That is great that you got to build JavaFX, it will make much easier to test patches and fixes going forward. That said, assuming that you downloaded jdk1.8.0_20 b19 or less, accessibility should have worked. What is the output of java -version ? Can you try Narrator ? I’ll put the c

Copyright year update [was: hg: openjfx/8u-dev/rt: RT-37588: Update copyright header for files modified in 2014]

2014-06-20 Thread Kevin Rushforth
I just pushed a changeset to update the "last modified" year in the copyright header to 2014 for all files modified this year without the header being modified. There were 1154 such files. Since this was a "comment-only" change (I verified it two different ways), I pushed it without review. How

Re: JavaFX at JavaOne 2014

2014-06-20 Thread Felix Bembrick
Let's be a little bit more positive here guys... >From the link I posted you can see that there is a ton of JavaFX content at JavaOne this year which is a very. very good sign in itself. And, as I said, both iOS and Android are mentioned with featured sessions. This is *new* in the sense that th

Re: Testing accessibility / sample apps

2014-06-20 Thread Kevin Rushforth
i build with the VS 2010 express (as suggested at the wiki). I think that Express only supports 32-bit builds, but I may be wrong. Anyway, glad to hear you are able to build! If you want to know when the accessibility sources are back in the repo, you can look for the commit messages or wa

Re: Testing accessibility / sample apps

2014-06-20 Thread Jann Schneider
ok i just rebuild using the 32 bit jdk and this works! $ gradle clean sdk ... BUILD SUCCESSFUL :-) I think i've just installed the 32 bit C++ compilers only. Maybe i missed a setting in the installer of visual studio .. btw. i build with the VS 2010 express (as suggested at the wiki). So i'll wa

Re: IMPORTANT: Commit rules for next week's rampdown to M5

2014-06-20 Thread Kevin Rushforth
As a reminder, only approved changes should be going in this week (with the noted exceptions). These rules are in effect until Monday, June 23 @ 1am, after which the repo is frozen for (in)sanity testing. It is likely to remain frozen for a bit longer than usual this time, but should open back

Re: Testing accessibility / sample apps

2014-06-20 Thread Jann Schneider
Yes looks like i have an issue with looking up cl.exe. This was the output when running with --stacktrace: * Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':fxpackager:buildJavaPackager'. ... Caused by: org.gradle.api.GradleException: Could not call NativeCom

Re: Testing accessibility / sample apps

2014-06-20 Thread Kevin Rushforth
* What went wrong: Execution failed for task ':fxpackager:buildJavaPackager'. Could not call NativeCompileTask.compile() on task ':fxpackager:buildJavaPackager' When I've seen this in the past it's been related to the compiler install. Do you have VS 2010 SP1 or something else? -- Kevin

Re: Testing accessibility / sample apps

2014-06-20 Thread Stephen F Northover
You'll need to run under a Cygwin shell or paths will be wrong. Fingers crossed ... Steve On 2014-06-20, 5:12 PM, Jann Schneider wrote: Hi, Well on windows it's always a bit more difficult i guess :-) After setting up my build environment as described on the wiki i first tried $ gradle tasks

Re: Testing accessibility / sample apps

2014-06-20 Thread Jann Schneider
Hi, Well on windows it's always a bit more difficult i guess :-) After setting up my build environment as described on the wiki i first tried $ gradle tasks This works as expected! When running $ gradle sdk or just gradle without any target i get the following error: FAILURE: Build failed with an

Re: Dialogs in JavaFX

2014-06-20 Thread Jonathan Giles
Jeff, could you please post your comments in Jira so that we don't lose them? Thanks! -- Jonathan On 21/06/2014 3:59 a.m., Jeff Martin wrote: I agree that the four showXXX() methods are a slight complexity, but I think they are simpler than the alternative. They quickly communicate the impli

Re: Testing accessibility / sample apps

2014-06-20 Thread Stephen F Northover
Being non-Unix, Windows is always a pain. Steve On 2014-06-20, 3:42 PM, Kevin Rushforth wrote: I hope you have similar success with the Windows build. -- Kevin Jann Schneider wrote: Hi all, The build instructions for linux where very good! I was able to build the project without any proble

Re: Testing accessibility / sample apps

2014-06-20 Thread Kevin Rushforth
I hope you have similar success with the Windows build. -- Kevin Jann Schneider wrote: Hi all, The build instructions for linux where very good! I was able to build the project without any problems. Regards Jann 2014-06-20 19:27 GMT+02:00, Kevin Rushforth : To be clear, you will still u

Re: Testing accessibility / sample apps

2014-06-20 Thread Jann Schneider
Hi all, The build instructions for linux where very good! I was able to build the project without any problems. Regards Jann 2014-06-20 19:27 GMT+02:00, Kevin Rushforth : > To be clear, you will still use the 8u-dev repo at the existing URL: > > http://hg.openjdk.java.net/openjfx/8u-dev/rt > > I

Re: JavaFX at JavaOne 2014

2014-06-20 Thread Mike
Don't expect anything from Oracle related to IOS and Android other than some code contributions. They have said ADF Mobile / Jdeveloper (etc) will suffer financially if Oracle supports IOS and Android directly. On Fri, Jun 20, 2014 at 9:43 AM, Pedro Duque Vieira < pedro.duquevie...@gmail.com> wro

Re: Testing accessibility / sample apps

2014-06-20 Thread Kevin Rushforth
To be clear, you will still use the 8u-dev repo at the existing URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt It's just that after Monday the repo will "become" the place where 8u40 work is done. Regarding the build, it is a bit painful to set up for Windows, but not too bad as long as y

Review request for adding capability to disable Lens builds

2014-06-20 Thread David Hill
Kevin, Daniel, Lisa, Jira: https://javafx-jira.kenai.com/browse/RT-37594 From the jira: Review at http://cr.openjdk.java.net/~ddhill/RT-37594/ As part of this change we have: * added an includeMonocle toggle (with a default of false) * whe

Re: Testing accessibility / sample apps

2014-06-20 Thread Stephen F Northover
Ok, let us know how you get on with building FX. NOTE: The accessibility code is not there in 8u20 so you will just be ensuring that you can build on Windows (there is nothing there to test). The accessibility code will be going back into 8u40 on Monday or Tuesday so you'll need to get that r

Re: Testing accessibility / sample apps

2014-06-20 Thread Jann Schneider
Hi all, @Steven: thx for the links. I'll try to build the openjfx project on the windows 7 notebook and test the sample apps with NVDA then. Today i tried the latest ea of jdk1.8.0_20 and sample apps with nvda 14.2. Unfortunately i was not able to read anything except the window title. I've just i

Re: JavaFX at JavaOne 2014

2014-06-20 Thread Pedro Duque Vieira
Unfortunately there's nothing new and no Oracle sessions on that subject - javafx on ios and/or android... :( -- Pedro Duque Vieira

Re: Dialogs in JavaFX

2014-06-20 Thread Jeff Martin
I agree that the four showXXX() methods are a slight complexity, but I think they are simpler than the alternative. They quickly communicate the implied "Type" of the DialogBox and response: // Type Message: No response DialogBox dbox = new DialogBox("FYI"); dbox.setMessage("Just

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Silence a compilation warning in sample code

2014-06-20 Thread hang . vo
Changeset: 84182535a4be Author:yjoan Date: 2014-06-20 17:12 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/84182535a4be [SCENEBUILDER] Silence a compilation warning in sample code ! apps/scenebuilder/samples/IssueTrackingLite/src/issuetrackinglite/model/TrackingServic

Keyboard input testing report for 8u20

2014-06-20 Thread Anthony Petrov
In the past few days I've tested how well FX supports international keyboard layouts. I've tested EN, DE, FR, RU, and JP keyboard layouts. Note that myself, I only speak EN and RU, so I might have missed some uncommon (or even some common) cases when trying to enter characters in other language

Re: Dialogs in JavaFX

2014-06-20 Thread Stephen F Northover
This essentially matches my current thinking, however, I would have DialogBox as an abstract superclass of Alert. Further, I would not have many different types of show() methods. Want to take the discussion further in the JIRA? That way, is will track everyone's thinking on the various issu

Re: Dialogs in JavaFX

2014-06-20 Thread Jeff Martin
That is a great post. I think the big problem with dialogs in Swing was the permutations problem. There were four basic types of dialogs (Message, Confirm, Option, Input) with six different parameters (Title, Message, Icon, Content, MessageType, Options) - so JOptionPane ended up with a sea of s

Re: Testing accessibility / sample apps

2014-06-20 Thread Stephen F Northover
Hello Jann! As soon as the 8u40 repos open, the Accessibility code will be put back along with the recent fixes for JAWS. Since OpenJFX (and the JDK) does not have nightly builds, unless you want to wait for an EA build of 8u40 or 9, you will need to get OpenJFX and build it. This is really

Re: Dialogs in JavaFX

2014-06-20 Thread Stephen F Northover
Great post Jonathan. The summary is that whatever direction we take, we'll have a plan for the future. So if we run out of time and provide only a very scaled back API, we'll have prototyped how it can evolve to handle more complex cases. Steve On 2014-06-20, 12:37 AM, Jonathan Giles wrote:

hg: openjfx/8u-dev/rt: RT-37254: Hook up SceneBuilder samples for building and later for supporting insanity testing

2014-06-20 Thread hang . vo
Changeset: b60bc59b09d1 Author:yjoan Date: 2014-06-20 11:00 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b60bc59b09d1 RT-37254: Hook up SceneBuilder samples for building and later for supporting insanity testing Summary: SceneBuilder samples are now compiled when "gr