MacOS Big Sur and OpenJFX on Arm Macs

2020-07-01 Thread Danny Gonzalez
Hi All, Not sure if this is the correct place to direct this conversation but here goes. With the imminent arrival of Arm Macs in late 2020 running MacOS Big Sur, what are the plans to ensure that OpenJFX and Java will run on this platform? Are there plans to get the Developer Transition Kit

Re: JDK-8177945 : Single cell selection flickers when adding data to TableView

2020-03-04 Thread Danny Gonzalez
o:openjfx-dev-boun...@openjdk.java.net>> On Behalf Of Danny Gonzalez Sent: Tuesday, March 3, 2020 11:14 AM To: openjfx-dev@openjdk.java.net<mailto:openjfx-dev@openjdk.java.net> Subject: [EXTERNAL] JDK-8177945 : Single cell selection flickers when adding data to TableView There is currently an

Re: JDK-8177945 : Single cell selection flickers when adding data to TableView

2020-03-03 Thread Danny Gonzalez
fix for https://bugs.openjdk.java.net/browse/JDK-8193445 has > any impact on this. > >> -----Original Message- >> From: openjfx-dev On Behalf Of >> Danny Gonzalez >> Sent: Tuesday, March 3, 2020 11:14 AM >> To: openjfx-dev@openjdk.java.net >>

JDK-8177945 : Single cell selection flickers when adding data to TableView

2020-03-03 Thread Danny Gonzalez
There is currently an open bug to do with the issue of selection flickering when using single cell selection and when adding data to a TableView. https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8177945 This bug seems to be low priority because it hasn’t been looked at since I submitted it

Re: Monocle as a replacement

2020-02-18 Thread Danny Gonzalez
Hi Tres, We also are suffering from this crash when running our TestFX unit tests, particularly on Java 11. It is due to a concurrency issue between the JavaFX thread and the QuantumRenderer thread and there is an OpenJDK bug here: https://bugs.openjdk.java.net/browse/JDK-8201567 Quoting from

publishToMavenLocal not publishing source jars

2020-02-18 Thread Danny Gonzalez
I am using the command "./gradlew publishToMavenLocal” to publish the sdk to my local maven repository. I don’t seem to be getting the sources jar files published along with each module. Do I have to configure something specifically in build.gradle? I couldn’t see anything obvious. Thanks

Re: TableView with many columns poor ui performance

2020-02-14 Thread Danny Gonzalez
n't add a listener more than once, and in the worst > case, switches back to what we have today. > > -- Kevin > > > On 2/12/2020 4:03 AM, Danny Gonzalez wrote: >> Hi Jeanette, >> >> >> True, I hadn't read that spec in ObservableValueBase

Re: TableView with many columns poor ui performance

2020-02-12 Thread Danny Gonzalez
as the unit tests all passed. It would be nice if there was a specific test case for this behaviour. I would need to store a registration count for each listener to satisfy this requirement. On 12 Feb 2020, at 11:34, Jeanette Winzenburg mailto:faste...@swingempire.de>> wrote: Zitat von

Re: TableView with many columns poor ui performance

2020-02-06 Thread Danny Gonzalez
issues with TableView, do you have a branch I could try out which is rebased off current jfx master? On 06/02/2020, 10:40, "openjfx-dev on behalf of Danny Gonzalez" mailto:openjfx-dev-boun...@openjdk.java.net> on behalf of danny.gonza...@screamingfrog.co.uk<mailto:danny.gonza...@scream

TableView with many columns poor ui performance

2020-02-06 Thread Danny Gonzalez
Hi, We have been struggling with our migration from Java 8 to Java 11 due to various issues we are having with TableView. The main issue is the general UI lag and slow TableView scroll performance. For context here some links around the issues: TableView has a horrific performance with many

Re: TableView slow vertical scrolling with 300+ columns

2020-01-28 Thread Danny Gonzalez
Hi Clemens, I am also experiencing the TableView slow vertical scrolling issue with large number of columns. Did you manage to work around this issue with a code change in TableRowSkinBase as you mentioned in your bullet point 2 and if so could you share what you did? Thanks Danny > On 28

How to build standalone openJFX modules for uploading to a local maven repository

2020-01-28 Thread Danny Gonzalez
We have a java 11 project that uses maven to pull in openJFX modules i.e. javafx-controls, javafx-web, javafx-swing. What we would like to do is build our own versions of these openJFX modules for use as maven dependencies which use a fork of openJFX (which we build locally to fix up some