Re: Scene graph performance

2016-07-21 Thread Dr. Michael Paus
Hi Felix, I have written various tests like the ones you use in FXMark and I have obtained similar results. I have even tried to substitute 2D shapes by using 3D MeshViews in the hope that this would give better performance but the results were not that good. Of course all this depends on the

Re: JavaFX with Eclipse and JDK9

2016-07-06 Thread Dr. Michael Paus
p my fingers crossed. Keep us informed about the outcome. Tom [1]http://dev.eclipse.org/mhonarc/lists/jdt-core-dev/msg02626.html On 27.05.16 16:04, Dr. Michael Paus wrote: I recently tried to get a JavaFX application running with the latest EA build of JDK9 from within Eclipse but I

JavaFX with Eclipse and JDK9

2016-05-27 Thread Dr. Michael Paus
I recently tried to get a JavaFX application running with the latest EA build of JDK9 from within Eclipse but I failed. Can anybody on this list tell me what I have to do to get that working? I have the latest milestone release of Eclipse Neon installed together with the latest JDK9 and I have

Re: [9] Review request: 8091832: Provide API for getting the Screen scale on HiDPI screens

2016-03-30 Thread Dr. Michael Paus
Hi, I'd like to know on which systems this distinction between X- and Y-direction is actually relevant. I've never seen such a system before. Michael Am 29.03.16 um 03:25 schrieb Jim Graham: bug: https://bugs.openjdk.java.net/browse/JDK-8091832 webrev:

Re: report defect

2016-01-10 Thread Dr. Michael Paus
You can report your issue here: http://bugreport.java.com/ Don't forget the JavaFX label. Am 10.01.16 um 11:22 schrieb Peter Penzov: Hi, I want to open defect about JavaFX charts. More information here:

Re: Full Screen Mode in JavaFX WebView

2016-01-05 Thread Dr. Michael Paus
If I navigate with my WebView to a page with an embedded video player, like for example youtube, and I then hit the full-screen button of this player how would my application know that the web page would now like to be shown in full-screen mode, so that I can handle that in the way you

Re: Constant resetting to initial-state when adding/remove styleclasses

2015-12-22 Thread Dr. Michael Paus
If anyone is counting these votes for better performance I'll add 1+ too :-) Am 22.12.15 um 07:15 schrieb Tom Schindl: Hi, While debugging some code I attached a listener to a property and noticed that whenever a style-class is added to the control or even worse somewhere in the parent

Re: Update on FX plans for JDK 9

2015-12-17 Thread Dr. Michael Paus
Hi, what I am missing in this list are any activities to generally improve the interaction of JavaFX applications with the operating system they are running on. Some of these issues may be covered in an OS specific way by "JDK-8091517: Implement com.apple.eawt APIs ..." but should actually be

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

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

2015-11-17 Thread Dr. Michael Paus
Just in order to better understand this issue and the fix. Does this mean that the packager will now ALWAYS delete the libjfxwebkit.dylib when building a DMG file? That would mean that I could not bundle and distribute any application anymore for the Mac which uses a WebView. Have you

Re: Missing Mac APIs in JavaFX

2015-11-08 Thread Dr. Michael Paus
Hi, I agree with you that these things should work as expected with JavaFX. Have you filed a bug report for them? In addition to the platform specific APIs I would prefer a common solution for common things though, like opening a file which is associated with your application. Michael Am

Re: Fx questions

2015-10-30 Thread Dr. Michael Paus
Am 29.10.15 um 22:58 schrieb Brian Harris: - when embedding html5 pages into fx apps, should we expect it to render/behave similar to popular browsers like chrome? I'm wondering if we can expect this to just work or if things may be a bit wonky. In theory it is just Webkit and as such it should

Re: Fx questions

2015-10-30 Thread Dr. Michael Paus
/download.html Best regards, John Maton On Fri, Oct 30, 2015 at 9:14 AM, Dr. Michael Paus <m...@jugs.org <mailto:m...@jugs.org>> wrote: Am 29.10.15 um 22:58 schrieb Brian Harris: - when embedding html5 pages into fx apps, should we expect it to render/behave simila

Re: Fx questions

2015-10-30 Thread Dr. Michael Paus
I have done so. (Review ID: 9068159) - JVM crashes when selecting video on youtube in WebView Am 30.10.15 um 16:46 schrieb Alexander Kouznetsov: Hi Michael, Could you please file a bug on this? Best regards, Alexander Kouznetsov (408) 276-0387 On 30 окт 2015 3:21, Dr. Michael Paus wrote

Re: Windows Hi-DPI

2015-10-30 Thread Dr. Michael Paus
I'd really like to know how you would add the remaining 99% of resources to the system once your scene graph is set up and you have started an animation which then turns out to be running slowly. JavaFX just uses 1 rendering thread and there is nothing you can do about that. Even with 99

Re: Mac App Store Refusal because of QTKit API's

2015-10-09 Thread Dr. Michael Paus
Am 09.10.15 um 13:43 schrieb Scott Selvia: So my question now, Is there a JavaFX application in the Mac OSx Store? There still is the Ensemble 8 app in the OSX store. But it is already more than a year old. com.apple.security.temporary-exception.files.absolute-path.read-write —> Thanks,

Smooth continuous scrolling in JavaFX

2015-09-27 Thread Dr. Michael Paus
I have a MacBook Pro with a touch enabled trackpad. When I open a large image with the Mac preview app I can let the image slide softly over the screen with a two finger gesture. Now I would like to do the same inside a JavaFX app but this doesn't seems to work. The image jumps in roughly 10

Re: Usage of Toolkit firePulse

2015-09-25 Thread Dr. Michael Paus
25.09.15 um 00:03 schrieb Tomas Mikula: Hi Michael, attached see your original file updated with the continuation-style solution. Regards, Tomas On Thu, Sep 24, 2015 at 2:44 PM, Dr. Michael Paus <m...@jugs.org <mailto:m...@jugs.org>> wrote: I have written a little

Re: Usage of Toolkit firePulse

2015-09-24 Thread Dr. Michael Paus
Hi, I wasn't aware of this Toolkit method when I wrote the mail you are referring to. Can you or anybody else explain what this method exactly does. It sounds indeed as if I could solve some problems with it although I am not sure yet and of course only if Jonathan does not block it in the

Re: Usage of Toolkit firePulse

2015-09-24 Thread Dr. Michael Paus
ePulse method until this morning (and I couldn't have used it anyway since it's not public API). -Original Message- From: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of Dr. Michael Paus Sent: Donnerstag, 24. September 2015 11:07 To: openjfx-dev@openjdk.java.net S

Re: Usage of Toolkit firePulse

2015-09-24 Thread Dr. Michael Paus
is firePulse method until this morning (and I couldn't have used it anyway since it's not public API). -Original Message- From: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of Dr. Michael Paus Sent: Donnerstag, 24. September 2015 11:07 To: openjfx-dev@openjdk.java.net

Re: OpenGLNode or NativeSurfaceNode

2015-09-08 Thread Dr. Michael Paus
Am 08.09.15 um 07:45 schrieb Edu García: So, years ago somebody asked on this list if it was possible to have some sort of OpenGL or NativeSurface node, to be able to integrate OpenGL or DirectX rendering on top of JavaFX (in my case, to embed something like LibGDX). Has any work been done on

Google Maps and WebView on Retina Mac

2015-07-17 Thread Dr. Michael Paus
I just ran Google Maps inside a JavaFX WebView and was a bit shocked when I saw how blurry the display was compared to the display of any other browser on my MacBook Pro Retina. The other browsers seem to correctly report the system screen resolution to the server so that it can serve high

Re: Windows support for HiDPI displays, call for feedback and testing

2015-06-10 Thread Dr. Michael Paus
the cache hints on the group slows it down on 8u60, but not 8u40. Did I get all of that correctly? ...jim On 6/9/2015 12:45 PM, Dr. Michael Paus wrote: Hi I finally managed to set up a non-retina Windows 7 box and get my software running on it. I tried it with JDK 8u45 and 8u60b18

Re: Windows support for HiDPI displays, call for feedback and testing

2015-06-06 Thread Dr. Michael Paus
then there will be the same disconnect between trying to line up with display pixels and the actions of HiDPI as Mac OS already has... ...jim On 6/5/15 3:03 AM, Dr. Michael Paus wrote: I cannot provide any Windows specific feedback on HiDPI displays because I don't own one but I am working on a MacBook

Understanding the com.sun.* APIs being (ab)used by the community

2015-06-05 Thread Dr. Michael Paus
As nobody has stated it explicitly so far I would like to ask what will happen to classes in Java9 which access methods that are within the javafx namespace but are declared private? Will code like this still work or not? public static double getPixelScale(Screen screen) throws

Re: Understanding the com.sun.* APIs being (ab)used by the community

2015-06-05 Thread Dr. Michael Paus
I promise to ditch that code as soon as there is a viable alternative. :-) Am 05.06.15 um 17:28 schrieb Kevin Rushforth: Yes, this will still work, although dipping into non-public state continues to be something we wouldn't recommend that an application rely on... -- Kevin Dr. Michael Paus

Windows support for HiDPI displays, call for feedback and testing

2015-06-05 Thread Dr. Michael Paus
I cannot provide any Windows specific feedback on HiDPI displays because I don't own one but I am working on a MacBook Pro with Retina display and thus would like to ask a few questions in this context. How are other platforms (Mac, Linux) affected by the changes you made for the Windows