Re: Review request: 8169286: Need to exclude Monocle from production build

2017-02-10 Thread Jörg Wille
Hi Kevin, in your "fix" you write: "JIGSAW -- Figure out what to do with Monocle" Can you elaborate a bit on this topic? - Why do you have to exclude Monocle from production build? - Is Monocle not compatible with jigsaw and if so, is it not planned to make it compatible? - What possibilities have

Re: Java SE Embedded 8u6 and JDK 8u6 for ARM released

2014-07-11 Thread Jörg Wille
Hi, what JavaFX Changeset is this release based on? And in which repo can I see the tag for this release? Jörg > Date: Thu, 10 Jul 2014 17:06:58 +0300 > From: Daniel Blaukopf > To: "openjfx-dev@openjdk.java.net Mailing" > > Subject: Java SE Embedded 8u6 and JDK 8u6 for ARM released > M

Re: Java SE Embedded 8u6 and JDK 8u6 for ARM released

2014-07-11 Thread Jörg Wille
The jiraas should contain links to the corresponding > openjfx changeset. > > Is this just a general question or is there something specific you are > looking for? Maybe there is another way to get you the information you're > after. > > Lisa > > > On 7/11/2014 5:25 A

Re: Java SE Embedded 8u6 and JDK 8u6 for ARM released

2014-07-11 Thread Jörg Wille
rg, > > The changeset you mention is for bug RT-37098 > <https://javafx-jira.kenai.com/browse/RT-37098> which is listed as fixed > is 8u26 not 8u6. > > As Lisa indicates, you can look in JIRA for bugs with fixVersion=8u6 to > see whether a particular bug is fixed. Here i

MultiTouch Test Application

2014-08-27 Thread Jörg Wille
Hi Lisa, how is the progress on open-sourcing rt-closed/toys/HelloWorld/src/helloworld/HelloMultitouch.java Thanks, Joerg

Are TouchEvents supposed to work on Mac OS X?

2015-02-19 Thread Jörg Wille
I use OnTouchMoved Event in an application and the handler gets called on Windows 7 as I expected. But the handler gets never called when running the application on Mac OS X 10.9 although Gesture-Events rotate and zoom work. I tried by starting app with -Dcom.sun.javafx.touch=true but this does not

Re: Using JavaFX on VMWare / Linux

2015-02-27 Thread Jörg Wille
Hi Adam, VMWare is not officially supported but as my test shows, only DirectX rendering does not work. If you do not have high workload for graphics in your application you can force software rendering by starting your application like this: java -Dprism.order=es2,j2d -jar app.jar (This tries out

Re: Cross build JavaFX for iMX6

2015-07-05 Thread Jörg Wille
Hi Daniel, did you try running javafx with monocle? Also sudo is required. I am also using yocto and using following bash-script to run ui-apps on i.MX6: #!/bin/sh sudo java \ -Xms128m \ -Xmx128m \ -Dprism.verbose=true \ -Dglass.platform=Monocle \ -Dembedded=monocle \ -Dmonocle.input.touchRadius=1

Re: JavaFX graphic performance slow on Mac? Clock app

2015-07-09 Thread Jörg Wille
Hi Tobi, I have ran your clock app on an old MacBook Pro (15 Zoll, Late 2008) (2,4 GHz Intel Core 2 Duo) NVIDIA GeForce 9400M 256 MB Mac OS X 10.10.4 JDK 1.8.0_45-b14 using: java -Dprism.verbose=true -jar javafx-performance-test-1.0.0.jar which shows that the GPU pipeline is used. Loading ES2 nat

Value for region size in CSS Reference Guide

2015-09-24 Thread Jörg Wille
After VW's cheating, I try to rehabilitate the reputation of german engineers and prove that most Germans do there work very precisely or even pedantic ;-) Can it be that there is a mistake in the CSS Reference Guide ( https://docs.oracle.com/javase/8/javafx/api/javafx/scene/doc-files/cssref.html#