hg: openjfx/8u-dev/rt: RT-37536: [Accessibility] Put a11y code back

2014-06-23 Thread felipe . heidrich
Changeset: 451301b279ed Author:Felipe Heidrich Date: 2014-06-23 20:04 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/451301b279ed RT-37536: [Accessibility] Put a11y code back ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ComboBoxListViewSkin.java

Re: JavaFX at JavaOne 2014

2014-06-23 Thread Scott Palmer
That first article was so wrong about nearly everything mentioned in it that it made me want to vomit. On Jun 23, 2014, at 2:31 PM, John Smith wrote: > I don't know much about Android, but does it have to be a VM, or could you > use ART or an ART equivalent: > > http://www.extremetech.com/c

8u-dev unlocked for post-8u20 changes [was: IMPORTANT: Commit rules for next week's rampdown to M5]

2014-06-23 Thread Kevin Rushforth
TO: ALL OPENJFX COMMITTERS Testing and integration for the M5 build of 8u20 is done. As such, 8u-dev is open again for 8u40 changes. We are back to normal rules for pushing to 8u-dev. An 8u20 stabilization forest will be forked from 8u20-b20 shortly, so at this point it will take JDK 8u20 re

hg: openjfx/8u-dev/rt: [CLEANUP] Update copyright year to 2014 in properties files

2014-06-23 Thread kevin . rushforth
Changeset: 31915f16ec3d Author:kcr Date: 2014-06-23 17:19 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/31915f16ec3d [CLEANUP] Update copyright year to 2014 in properties files ! build.properties ! gradle.properties.template

please review: RT-37536: [Accessibility] Put a11y code back

2014-06-23 Thread Felipe Heidrich
Kevin, Steve, Please review https://javafx-jira.kenai.com/browse/RT-37536 webrev http://cr.openjdk.java.net/~fheidric/RT-37536/webrev/ Thanks Felipe

[8u26] Review Request RT-37377 [Monocle] Add unit test for modality

2014-06-23 Thread Lisa Selle
Hi Daniel, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-37377 Details in the jira. Thanks, Lisa

RE: JavaFX at JavaOne 2014

2014-06-23 Thread John Smith
I don't know much about Android, but does it have to be a VM, or could you use ART or an ART equivalent: http://www.extremetech.com/computing/170677-android-art-google-finally-moves-to-replace-dalvik-to-boost-performance-and-battery-life https://source.android.com/devices/tech/dalvik/art.html

Re: JavaFX at JavaOne 2014

2014-06-23 Thread Mike Hearn
> > There are no reasons that JavaFX could not work well on mobile platforms, > providing there is a JVM. I was convinced that mobile UI toolkits were very > specific, but it's really not the case. Android UI Toolkit has really very > few mobile specificities for example. > It's not so much the to

Re: Exposing native surface or opengl handle

2014-06-23 Thread Robert Krüger
Thanks a lot for the valuable and very encouraging info! I will track that issue and use that for further communication. Robert On Mon, Jun 23, 2014 at 5:15 PM, Stephen F Northover wrote: > I'm sorry this thread scrolled away into the bitbucket in the sky. > > Last JavaOne, we wrote a prototype

Re: JavaFX at JavaOne 2014

2014-06-23 Thread Jeff Martin
Is it wrong to ask who makes this decision at Oracle? What person, persons or Star Chamber decides to dedicate resources to say graphing or 3D instead of iOS and Android? What gets you laughed at and discredited for suggesting JFX to a boss or customer is definitely the lack of a mobile "story"

Re: JavaFX at JavaOne 2014

2014-06-23 Thread Herve Girod
There are no reasons that JavaFX could not work well on mobile platforms, providing there is a JVM. I was convinced that mobile UI toolkits were very specific, but it's really not the case. Android UI Toolkit has really very few mobile specificities for example. 2014-06-23 16:46 GMT+02:00 Pedro D

Re: Exposing native surface or opengl handle

2014-06-23 Thread Stephen F Northover
I'm sorry this thread scrolled away into the bitbucket in the sky. Last JavaOne, we wrote a prototype that showed native integration on OS X. We parented a native sheet dialog in an FX stage and providing an OpenGL node. The code was a prototype that worked only on OS X. The Open GL node al

Re: JavaFX at JavaOne 2014

2014-06-23 Thread Pedro Duque Vieira
> > People have tried HTML5 as a way to create apps for mobile platforms. Most > of the big names who tried this e.g. Facebook have abandoned it. They've abandoned it but not because of the reasons you imply but rather due to HTML5 limitations of providing a good native experience in regards to pe

Re: Exposing native surface or opengl handle

2014-06-23 Thread Robert Krüger
Sorry, my last reply did not go to the list. That was unintended. Oracle-Team, please someone comment on this, at least on what should be done regarding a Jira Issue (or several ones?) to track any progress on this and collect ideas & requirements. Best regards, Robert On Fri, Jun 13, 2014 at 1

Re: JavaFX at JavaOne 2014

2014-06-23 Thread Felix Bembrick
Community members such as Gerrit Grunwald have already demonstrated an application with a single JavaFX code base running on Windows, MacOS, Linux, Android, iOS and even Raspberry Pi. BTW, I totally disagree with you on your comments about the similarities of the desktop UIs and some sort of uniqu

Re: WebView and Dygraph

2014-06-23 Thread Anthony Petrov
Please file a bug at https://javafx-jira.kenai.com/secure/CreateIssue!default.jspa -- best regards, Anthony On 6/23/2014 1:53 PM, edartuz wrote: I have a problem with WebView, it can't display charts with Dygraph: http://dygraphs.com/gallery/#g/annotations Lines are not visible: http://piccy.

Re: JavaFX at JavaOne 2014

2014-06-23 Thread Mike Hearn
> > If it is correct that JavaFX won't be supporting iOS or Android > (officially), IMO JavaFX will start fading away as soon as there is a > reliable technology that can create apps for all platforms. People have tried HTML5 as a way to create apps for mobile platforms. Most of the big names who

Re: Testing accessibility / sample apps

2014-06-23 Thread Jann Schneider
Hi Felipe, i tried with the latest available EA build, java -version tells me: java version "1.8.0_20-ea" Java(TM) SE Runtime Environment (build 1.8.0_20-ea-b19) Java HotSpot(TM) Client VM (build 25.20-b19, mixed mode, sharing) Also i used Jaws 15 (-.0.9 i think) and as an alternative NVDA 14.2.

WebView and Dygraph

2014-06-23 Thread edartuz
I have a problem with WebView, it can't display charts with Dygraph: http://dygraphs.com/gallery/#g/annotations Lines are not visible: http://piccy.info/view3/6591894/dfeafc2dc2af39ed0760afcb9d508546/ The same page loaded in QtWeb browser (also based on Webkit): http://piccy.info/view3/6591897

hg: openjfx/8u-dev/rt: [doc-only] Fix RT-37611: GraphicsContext methods are poorly documented.

2014-06-23 Thread hang . vo
Changeset: c771f928a886 Author:flar Date: 2014-06-23 00:59 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c771f928a886 [doc-only] Fix RT-37611: GraphicsContext methods are poorly documented. ! modules/graphics/src/main/java/javafx/scene/canvas/GraphicsContext.java