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

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 http://education.oracle.com/pls/web_p

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 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 Vadim Pakhnushev
Hi Anirvan, Since JavaFX is bundled with the JDK, JavaFX samples are bundled with the JDK demos and samples downloadable from the JDK 8 downloads page. Specifically, Ensemble8 is in the demo/javafx_samples directory of the demos bundle. Thanks, Vadim On 24.10.2014 14:27, Anirvan Sarkar wrote

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 8

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 whitelis

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 Richard Steiger
To recap a message I sent to the list on 9/12, I'm a newbie to JavaFX, and hoping to be able to contribute, initially fixing bugs. Stephen, I'm attempting to follow the instructions at: https://wiki.openjdk.java.net/display/OpenJFX/Using+an+IDE, and have found that the Visual Studio tools it c

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 nee

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 aren

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