Re: JavaFX8 on iPhone! It works!

2013-07-07 Thread Herve Girod
IMO relying on the Android API is not the way to go on the long run. The current Android "Java" API is already trailing behind Java 7, and it's heavily dependent on Google's good will, who is the only one who can decide on how this API will evolve. If they decide one day to change completely the A

Re: Antialiasing in 3D

2013-07-21 Thread Herve Girod
I was under the impression that vidéo games for example explicitly allow to set the AA settings, with a default setting which usually is automatia . Maybe it is possible to override them using the driver configuration, but I doubt many people do it. 2013/7/20 John C. Turnbull > There has been r

Re: Antialiasing in 3D

2013-07-21 Thread Herve Girod
Sorry, I accidentally hit the reply button before finishing my post. I was under the impression that vidéo games for example explicitly allow to set the AA settings, with a default setting which usually is automatically depending on the hardware detected by the video game. Maybe it is possible to

Re: Mixing 2D and 3D

2013-07-21 Thread Herve Girod
"What is the use case for rendering 2D pixel-coordinates-based shapes (or even controls) within a 3D scene consisting of meshes constructed on 3D coordinates of arbitrary unit?" In my field of work (avionics displays),we might have a lot of use cases for that. However, you also have that in video

Nodes partial Mouse transparency

2013-07-24 Thread Herve Girod
Hello, We have a Use Case when we want to have one container Node (for example basically a Pane, but it can be others containers) transparent to Mouse events, but not its children. We use it mainly to group children and control their positions, but we want to receive events on the children but not

Question about using javaFX in an external OpenGL context

2013-07-24 Thread Herve Girod
Hello again, This time I have a completely different question. We know that at some point in the future, they will be a way to use JavaFX in an external graphic context. However we would need to do this kind of thing sooner. In fact we will need to render JavaFX context on top of OpenGL terain or

Re: bugfix mode

2013-10-05 Thread Herve Girod
Do you plan to add the AlwaysOnTop feature for JavaFX 8? The JIRA ( https://javafx-jira.kenai.com/browse/RT-153) is very old ;) 2013/10/4 Richard Bair > This page http://openjdk.java.net/projects/jdk8/milestones has the actual > dates for JDK 8. The only place where we have a waiver to deviate

Option to keep Stages always on top on JavaFX 8 ?

2013-12-11 Thread Herve Girod
I know that this option is not available for JavaFX 2.2, but is it planned for Java 8, and for what time frame if the answer is yes (for example, for initial release or later ?) . This is an important feature for us, because we need to show JavaFX content on top of Windows created on other program

JavaFX changes in early acess JDK 8 versions

2014-01-13 Thread Herve Girod
Hello, I just noticed that the new JDK 8 build 123 appeared today or yesterday. As usual it include the change list for the JDK. However, how is it possible to know what JavaFX changes (JIRA RT ?) have been applied to each build ? Thanks, Hervé

Re: JavaFX changes in early acess JDK 8 versions

2014-01-13 Thread Herve Girod
OK, I understand, but thanks for your answer though. Herve 2014/1/14 Kevin Rushforth > Unfortunately, this is not currently available, as we don't have a good > way to track and tag the bugs as to which build they were fixed in. > > -- Kevin > > > > Herve Girod wr

Re: JavaFX 9: Expose PlatformImpl.runAndWait() as Platform.runAndWait()

2016-11-02 Thread Herve Girod
We have a use case where we receive a LOT of processing orders in one Thread in a TCP socket and we have to perform the drawing in the JavaFX Thread, but also we must wait until the effective drawing has finished before ordering a new drawing (because otherwise some parameters could have changed in

Re: JavaFX at JavaOne 2014

2014-06-23 Thread Herve Girod
There are no reasons that JavaFX could not work well on mobile platforms, providing there is a JVM. I was convinced that mobile UI toolkits were very specific, but it's really not the case. Android UI Toolkit has really very few mobile specificities for example. 2014-06-23 16:46 GMT+02:00 Pedro D

Re: (Multi)Touch with Windows 7

2014-08-04 Thread Herve Girod
We have several multi-touch-enabled screens, and use JavaFX 8 on Windows 7, and it works fine.Note that he quality of the gesture recognition in the JavaFX framework will obviously depend on the screen, of course. 2014-08-04 14:02 GMT+02:00 Anthony Petrov : > JavaFX 8 supports multi-touch input

Dumping the rendering process in JavaFX

2014-11-13 Thread Herve Girod
Hello, I think that more than one year ago, I asked if it was possible to dump the JavaFX rendering process. More than one year later, I (or we, for I am speaking on behalf of my project) are almost there. We use this in a library for a "JavaFX to any format you want" converter. For example we are

Re: Dumping the rendering process in JavaFX

2014-11-13 Thread Herve Girod
#x27;t be able to do it without > modifying FX internals, though, which is what printing does in a few places. > > -- Kevin > > > > Herve Girod wrote: > >> Hello, >> >> I think that more than one year ago, I asked if it was possible to dump >> the &

Re: Dumping the rendering process in JavaFX

2014-11-13 Thread Herve Girod
imilar to what you are trying to do. It also forces the J2D pipeline >> and had to deal with this issue. You likely won't be able to do it without >> modifying FX internals, though, which is what printing does in a few places. >> >> -- Kevin >> >> >

Re: Dumping the rendering process in JavaFX

2014-11-16 Thread Herve Girod
hforth wrote: >> >>> You could take a look at what JavaFX internally does for printing, >>> which is similar to what you are trying to do. It also forces the J2D >>> pipeline and had to deal with this issue. You likely won't be able to >>> do it witho

JavaFX Javadoc for Java8u40 build b16

2014-12-02 Thread Herve Girod
Hello, I downloaded Java8u40 build b16, but the JavaFX javadoc links to the Java 8 reference API (I assume u20). For example, the new Spinner class is not present in this API, whereas it is usable and present in the source. Where is it possible to download or link to the last JavaFX u40 Javadoc?

Re: When is next release?

2015-01-15 Thread Herve Girod
Hello, The FX filter does not work. However I don't know how to fix it ;) Hervé 2015-01-15 17:36 GMT+01:00 Kevin Rushforth : > You can use the following two JIRA queries to find the list of issues > fixed in 8u40: > > For FX: > https://javafx-jira.kenai.com/issues/?jql=project%20%3D% > 20RT%20A

Re: When is next release?

2015-01-15 Thread Herve Girod
Sorry, I should have read all the Thread. 2015-01-15 23:59 GMT+01:00 Herve Girod : > Hello, > > The FX filter does not work. However I don't know how to fix it ;) > > Hervé > > 2015-01-15 17:36 GMT+01:00 Kevin Rushforth : > >> You can use the following two JIRA

Directional light in JavaFX 3D

2015-02-06 Thread Herve Girod
Hello, Are there plans to implement an API allowing directional lights ? it seems that for now there exist only spot and ambiant light in JavaFX 3D. Hervé

Re: Enhancements to 3D for JFX9?

2015-04-21 Thread Herve Girod
Hello, As a newbie user of Java 3D, I have some suggestions in the back of my head for Java 9, as for example: - managing opacity (alpha) on 3D Node (the most important IMO) - parallel lights - managing far / near clip with parallel camera - some more built-in 3D Shapes would be useful I think th

Status of 3D blending when diffuse component has alpha

2015-07-08 Thread Herve Girod
Hello, I just remarked that there was lot of activity recently (May 2015) on this feature. What's the current state, and when will it be "completely" handled in JDK 9? We are currently adding 3D to a Java ARINC 661 Server, and ideally we would like to have part of 3D alpha blending working before

Re: RejectedExecutionException

2015-08-03 Thread Herve Girod
I often have this exception when I interrupt Unit tests forcefully in NetBeans if the JavaFX platform has been started in the Unit Tests 2015-08-03 16:10 GMT+02:00 Tom Eugelink : > Working on a new skin for JFXtras Agenda... What is JavaFX trying to tell > me with this exception? > > java.util.co

Re: Multiple imports of CSS files in subdirectories

2015-08-18 Thread Herve Girod
No problem! 2015-08-18 17:13 GMT+02:00 Thomas Meyer : > OK, thanks! > And sorry, a colleague just reminded me of bugs.openjdk.java.net, I was > obviously searching in the wrong bug tracker.. > You already reported it: https://bugs.openjdk.java.net/browse/JDK-8093583 > > > > On 18 Aug 2015, at 17:

Re: Traversal sub-system

2016-02-16 Thread Herve Girod
Thanks for the information! 2/16 11:10 AM, Hervé Girod wrote: > >> Hello, I'm sure this has already been answered before in this list, but >> is it planned to move the existing traversal sub-system (focus system) to a >> public API for JDK 9? >> >> Hervé >> >> Sent from my iPad >> > >

Re: JavaFX graphics performance and suitability for advanced animations

2013-05-28 Thread Herve Girod
Thanks for your answer! As for our experience, we are currently migrating a big UI application (Java ARINC 661 Server: http://sourceforge.net/projects/j661/) from being Swing-based to JavaFX based. We still keep the Swing compatibility, but we found that using the JavaFX scene graph makes things

Re: Layering JavaFX onto an external rendering context

2021-02-17 Thread Herve Girod
There is also something that we should be aware of. The external graphic context is a fragile thing. In our case, for example with OpenGL, it was very easy to create problems with the Java app which try to paint things on the context. Which can lead to crashes or artefacts. Le mer. 17 févr. 2021 à