JavaFx roadmap?

2014-08-11 Thread Adam Granger
The official java fx roadmap on oracle.com seems to have been taken down, without replacement. http://www.oracle.com/technetwork/java/javafx/overview/roadmap-1446331.html I've had a search in JIRA and there is clearly a lot of work going on. - What's the long term plan, target release dates,

NumberAxis alignment of ticks to multiples of tickUnit

2014-08-20 Thread Adam Granger
I've just been having fun with scrolling graphs in JavaFx. It seems that when using Number axis without autoRanging graphs must always start with a major tick, even if it is not a multiple of tickUnit. For example a graph with xAxis range 4 to 24 and tickUnit 10. I would expect major ticks at 10

Software rendering in Prism in JavaFX 8?

2014-10-24 Thread Adam Granger
. Regards, Adam. Shouldn't javaFX still do software rendering for 3D? Not currently (see the other response I just sent). We can consider providing some basic support for 3.0, but have not yet committed to do so. -- Kevin Adam Granger wrote: I just checked Platform.isSupported

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

SceneBuilder

2015-01-08 Thread Adam Granger
I raised this December 4th, I understand everyone is busy, but this hasn't even been triaged. Did I fill out the wrong fields the JIRA? Cannot set layout constraints for included FXML (fx:include) - http://javafx-jira.kenai.com/browse/DTL-6915 When including another FXML node (via File -

Integrating Spring with FXML nested controllers

2015-02-26 Thread Adam Granger
I'd be interested in the groups opinions... From http://stackoverflow.com/questions/28741472/integrating-spring-with-fxml-nested-controllers I'm implementing a large application using JavaFX but unsure how to deal with nested controllers and Spring. * The FXML has already been provided by the

Using JavaFX on VMWare / Linux

2015-02-26 Thread Adam Granger
The company I work at mandate Linux development is done on a Redhat 6.x guest within VMPlayer/Workstation on top of a Windows XP host. Previous debugging has led me to believe, correct me if I'm wrong, that drivers in the guest used to support OpenGL via VMWare expose the guests hardware/driver

Unit testing recommendations for JavaFX

2015-03-28 Thread Adam Granger
Following migration to JavaFX I've been looking into a unit testing... Possible solutions - home brew - just code up a few basic methods like find a node with given selector within given timeout, then build tests using those using JUnit / Mockito. Also used @Rule approach from

JavaFX always choose monospace font - possible bug?

2015-04-24 Thread Adam Granger
I'm using a redhat 6 system with jdk 1.8u40 where the only font available is Liberation in all its variants, bold, italic, mono, serif, sans-serif etc. /usr/share/fonts/liberation /usr/share/fonts/liberation/LiberationSerif-Regular.ttf /usr/share/fonts/liberation/LiberationMono-BoldItalic.ttf

Updating JavaFX BarChart data causes memory leak?

2015-04-15 Thread Adam Granger
Hi, I've just asked this on stackoverflow, but I'm guessing someone from this group might be able to help better... Should I raise a JIRA? I've discovered what I believe is a memory leak in BarChart triggered by replacing all the data values in the series. This is exasperated by our application

Re: JavaFX JIRA issues moving to JBS

2015-04-16 Thread Adam Granger
A crazy out-there suggestion... Could OpenJDK work in partnership with stackoverflow on this through via either a new tag - e.g.[javafx-possible-bug] or a whole new stackoverflow site? IMHO forums aren't the best way to work through coding problems, it's just unorganised noise, the stackoverflow

Using queries containing pseudo-classes in JavaFX

2017-07-23 Thread Adam Granger
I'm tring to use pseudo classes in programmtic query using Node.lookupAll() however this seems to give unexpected results. I've searched online and can't find anything to suggest Node.lookupAll() wouldn't support psuedo classes... public class Foo extends Application { public static void

JavaFX not in Oracle OpenJDK builds

2017-10-18 Thread Adam Granger
Oracle is now doing OpenJDK builds, e.g. 9.0.1 at http://jdk.java.net/9/ However these don't appear to include JavaFX. Is this intentional? Will this always be the case in the future? Thanks. Adam. -- Sent from my Android device with K-9 Mail. Please excuse my brevity.

Build failure on missing ant-javafx.jar

2017-12-15 Thread Adam Granger
Greetings, When performing an OpenJFX build from hg tag 8u131b11 the build fails on     > Execution failed for task ':apps:appsJarLinux'.     > The following error occurred while executing this line:     >  

Psuedo-classes and weak references

2018-02-21 Thread Adam Granger
Greetings, I've discovered the following code behaves differently in Java 8 vs 9, in Java 8 it produces change and invalidation events, in Java 9 nothing. I debugged this to the fact getPsuedoClassStates() returns a read-only wrapper, and that uses weak references therefore there is nothing to

Layout bug with SwingNode ?

2018-02-23 Thread Adam Granger
Greeting, (https://stackoverflow.com/questions/48937412/node-snapshot-causing-layout-issue) Using JavaFX 9.0.4 I'm embedding some 3rd party Swing content in a JavaFX app. The 3rd party content already has its own preferred size, so I'm wrapping it with a StackPane to stretch it out...

Memory leak in JavaFX 8 when changing skins

2020-01-09 Thread Adam Granger
Greetings, I realise this is now legacy for most people but we still widely use JavaFX 8. I appear to have discovered a memory leak when skin is changed The constructor com.sun.javafx.scene.control.skin.BehaviorSkinBase.BehaviorSkinBase adds an event listener