Software rendering in Prism in JavaFX 8?

2014-10-24 Thread Adam Granger
Greetings, It's my understanding that JavaFX does not provide software rendering fallback for SCENE_3D functionality when the GPU isn't on the whitelist/blacklist. I asked this question in May 2012 and I wanted to check whether the situation had changed? Kevin's original response below.

JavaFX training?

2014-10-24 Thread Adam Granger
Greetings, My company is looking for JavaFX training courses / resources as it is technology we're looking at adopting in the future. However since JavaFX is relatively new I'm having trouble finding anything relevant. There is this course on oracle.com

JavaFX 8 Demos and Samples

2014-10-24 Thread Anirvan Sarkar
Can someone provide the link to JavaFX 8 Demos and Samples page? I found JavaFX 2.2.71 Demos and Samples from JDK 7 downloads http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html page. But I couldn't find one at JDK 8 downloads

[8u40] Review request for RT-39066: [Slider] Tick labels for slider are not shown (regression)

2014-10-24 Thread Vadim Pakhnushev
Hi Jonathan, Please review this fix: https://javafx-jira.kenai.com/browse/RT-39066 http://cr.openjdk.java.net/~vadim/RT-39066/webrev.00/ Thanks, Vadim

Re: JavaFX 8 Demos and Samples

2014-10-24 Thread Anirvan Sarkar
Hi Vadim, I must have missed that while I was glancing through the JDK demos. Also I will recommend that the pages at http://www.oracle.com/technetwork/java/javafx/samples/index.html and http://www.oracle.com/technetwork/java/javase/overview/javafx-samples-2158687.html be updated to link to JDK

Re: Software rendering in Prism in JavaFX 8?

2014-10-24 Thread Stephen F Northover
The situation has not changed. We are not planning to support 3D in the software pipeline. Steve On 2014-10-24, 4:52 AM, Adam Granger wrote: Greetings, It's my understanding that JavaFX does not provide software rendering fallback for SCENE_3D functionality when the GPU isn't on the

In(Sanity) Testing Mondays

2014-10-24 Thread Vadim Pakhnushev
Reminder, Monday is our weekly sanity testing. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember that the repo will be locked from 1am PDT until 1pm PDT. Happy testing! Thanks, Vadim

Re: Problem accessing jfx native libs under eclipse on windows

2014-10-24 Thread Stephen F Northover
Hi Richard, Your previous email indicated that you could build, but that you can't see the shared libraries. Please try adding this the VM Arguments of your Eclipse launch configuration: -Djava.library.path=${workspace_loc:rt}/build/sdk/rt/bin -Djavafx.verbose=true Thanks, Steve On

Re: Problem accessing jfx native libs under eclipse on windows

2014-10-24 Thread Richard Steiger
Stephen, Sorry for the mis-communication: in my original message, I was able to do incremental java compilation, but hadn't tried to do the full build, since hadn't made changes to any of the native code. Your reply straighted me out, that I need to be doing full builds to pick-up changes in

Re: Problem accessing jfx native libs under eclipse on windows

2014-10-24 Thread Stephen F Northover
On 2014-10-24, 2:05 PM, Richard Steiger wrote: Stephen, Sorry for the mis-communication: in my original message, I was able to do incremental java compilation, but hadn't tried to do the full build, since hadn't made changes to any of the native code. Your reply straighted me out, that I

Re: Problem accessing jfx native libs under eclipse on windows

2014-10-24 Thread Scott Palmer
Jettisoning the MS tools would be a bad idea. The Visual Studio compiler or the Intel compiler are really the only reasonable options for building native code on Windows. I'm not aware of any professional programmer that uses GCC on Windows... Not because GCC is bad, the Windows ports just

8u40 review request: RT-39120 Shape objects are blurry in some 3D transforms

2014-10-24 Thread Jim Graham
Jira: https://javafx-jira.kenai.com/browse/RT-39120 webrev: http://cr.openjdk.java.net/~flar/RT-39120/webrev.01/ This is a fallout fix from working on RT-38948... ...jim