Re: Pausing Quantum Renderer

2015-11-18 Thread Jim Graham
And, even if it isn't, shouldn't we have a concept of "you can't draw right now, just go away and we'll tell you when it's available again" built into the Presentable API? You shouldn't have to set the dimensions to 0,0 to mean "I'm not here right now"... ...jim On 11

Re: Pausing Quantum Renderer

2015-11-18 Thread Alexander Kouznetsov
Shouldn't this be an equivalent of minimizing the window? Best regards, Alexander Kouznetsov (408) 276-0387 On 18 ноя 2015 12:45, Johan Vos wrote: Hi, On Android, a JavaFX Application might transfer control to another app (and become invisible) and enter the foreground later. In that case, the

Pausing Quantum Renderer

2015-11-18 Thread Johan Vos
Hi, On Android, a JavaFX Application might transfer control to another app (and become invisible) and enter the foreground later. In that case, the GLSurface we are rendering on becomes invalid. In order to avoid problems and save battery, we want to pause the renderer thread, but this turns out t

Re: Pausing Quantum Renderer

2015-11-18 Thread David Hill
On 11/18/15, 3:45 PM, Johan Vos wrote: Johan, I think that it would be reasonable to put in something to Quantum that causes the render loop to "pause", and then resume later. I envision this toggle as causing the render loop to skip, rather than tinkering with the pulses. When resume is c

Re: FXCanvas in a Java9 world

2015-11-18 Thread Kevin Rushforth
The JBS bug is here: https://bugs.openjdk.java.net/browse/JDK-8131888 -- Kevin Tom Schindl wrote: Hi, This is just a short notice for those who require FXCanvas to integrate their applications in an existing SWT-Application - most notably Eclipse RCP or Eclipse IDE. I've created an defect i

Stage.Min/MaxWidth/Height don't scale

2015-11-18 Thread Chris Nahr
On Windows the minimum & maximum size properties of Stage don't scale to the current DPI settings, unlike all other drawing coordinates. The explicit size properties (setWidth/setHeight) do scale but setMinWidth, setMaxWidth, setMinHeight & setMaxHeight were apparently overlooked. Any values pa

Re: Java 8 updates are causing "Apps that use non-public APIs will be rejected"

2015-11-18 Thread Dr. Michael Paus
A lot of the confusion here is probably caused by the fact that I (and obviously others too) did not know about the possibility to distinguish between building for the Apple app store and building a package for self-distribution. Is this distinction made by either creating a DMG for self-distrib

Re: How to modify this mail list subscription?

2015-11-18 Thread Kevin Rushforth
You can control your subscription here: http://mail.openjdk.java.net/mailman/listinfo/openjfx-dev -- Kevin Victor Grazi wrote: Does anyone know how to modify this mail list subscription? Thanks Victor

How to modify this mail list subscription?

2015-11-18 Thread Victor Grazi
Does anyone know how to modify this mail list subscription? Thanks Victor

Re: Stage.Min/MaxWidth/Height don't scale

2015-11-18 Thread Kevin Rushforth
Hi Chris, Application developers can file bugs here: http://bugs.java.com/ Thanks. -- Kevin Chris Nahr wrote: On Windows the minimum & maximum size properties of Stage don't scale to the current DPI settings, unlike all other drawing coordinates. The explicit size properties (setWidth/setH

Re: Java 8 updates are causing "Apps that use non-public APIs will be rejected"

2015-11-18 Thread Kevin Rushforth
[moving this back to the openjfx alias; Bcc awt-dev] The javapackager fix for JDK 8u72 does exactly this when generating .pkg files. So in short, libjfxwebkit.dylib is unchanged for 8u72, but will be excluded when generating an app for the Apple app store. -- Kevin Michael Hall wrote: On N

FXCanvas in a Java9 world

2015-11-18 Thread Tom Schindl
Hi, This is just a short notice for those who require FXCanvas to integrate their applications in an existing SWT-Application - most notably Eclipse RCP or Eclipse IDE. I've created an defect in the Eclipse Bugtracking System [1] so that you can subscribe to it if you want to follow how this is p

[Review request] 8097917: add a pulse listener facility

2015-11-18 Thread Jonathan Giles
Hi all, Please review the new API proposal for a pulse listener API on Scene at the URL below. The proposed patch file is attached to the jira issue. https://bugs.openjdk.java.net/browse/JDK-8097917 Thanks, -- Jonathan

Re: Java 8 updates are causing "Apps that use non-public APIs will be rejected"

2015-11-18 Thread Danno Ferrin
We never remove it from a .dmg. Only if it is a .pkg targeting the Mac App Store do we remove it. > On Nov 17, 2015, at 3:57 PM, Stefan Fuchs wrote: > > Hi Kevin, > > well, removing libjfxwebkit.dylib from dmg files would definitely break our > application, as we heavily rely on WebView. >

Re: Java 8 updates are causing "Apps that use non-public APIs will be rejected"

2015-11-18 Thread Stefan Fuchs
Hi Kevin, well, removing libjfxwebkit.dylib from dmg files would definitely break our application, as we heavily rely on WebView. Our application is not distributed via Mac App Store, but as a download from our website. I think removing libjfxwebkit.dylib from the dmg should be an opt-in for