Re: White box / window flicker upon launch

2020-05-02 Thread Kevin Rushforth
Sorry for the delay in responding. I can reproduce this on macOS. I haven't tried on Linux, but I suspect it will reproduce there as well. I added an evaluation to the bug report: https://bugs.openjdk.java.net/browse/JDK-8243939 I don't think this will be an easy bug to fix. In the mean time,

Re: White box / window flicker upon launch

2020-04-23 Thread David Grieve
-- > From: openjfx-dev On Behalf Of > Dirk Lemmermann > Sent: Wednesday, April 22, 2020 1:46 PM > To: OpenJFX > Subject: [EXTERNAL] White box / window flicker upon launch > > Hi everyone, > > is it just me or did something change in the launch behaviour of JavaFX &g

Re: White box / window flicker upon launch

2020-04-23 Thread Dirk Lemmermann
gt; From: openjfx-dev On Behalf Of Dirk > Lemmermann > Sent: Wednesday, April 22, 2020 1:46 PM > To: OpenJFX > Subject: [EXTERNAL] White box / window flicker upon launch > > Hi everyone, > > is it just me or did something change in the launch behaviour of JavaFX > app

Re: White box / window flicker upon launch

2020-04-23 Thread Dirk Lemmermann
the Javadoc for the applyCss() method. > > -Original Message- > From: openjfx-dev On Behalf Of Dirk > Lemmermann > Sent: Wednesday, April 22, 2020 1:46 PM > To: OpenJFX > Subject: [EXTERNAL] White box / window flicker upon launch > > Hi everyone, > > is it

RE: White box / window flicker upon launch

2020-04-23 Thread David Grieve
/ window flicker upon launch Hi everyone, is it just me or did something change in the launch behaviour of JavaFX applications? It seems we are back to the old “grey box” bug of Swing where the window would appear first before filling its content. I noticed the same (but white) effect now

Re: White box / window flicker upon launch

2020-04-23 Thread Dirk Lemmermann
Ticket created: ID 9064689 Dirk > On 23 Apr 2020, at 13:40, Dirk Lemmermann wrote: > > I think this is a bug … I will create a ticket for it. When this behaviour > was fixed for Swing in Java 6 it made a huge difference in the perception of > the quality and performance of Java applications.

Re: White box / window flicker upon launch

2020-04-23 Thread Dirk Lemmermann
I think this is a bug … I will create a ticket for it. When this behaviour was fixed for Swing in Java 6 it made a huge difference in the perception of the quality and performance of Java applications. Could do the same for JavaFX. Dirk > On 22 Apr 2020, at 20:17, Tom Schindl wrote: > > yes

Re: White box / window flicker upon launch

2020-04-22 Thread Tom Schindl
yes I do but I think this is by nature: a) you use CSS so only after the first CSS-Pass the color could be set appropriately, this CSS pass could happen after the Native-Window is shown => you can mitigate that a bit using root.setBackground(new Background(new

White box / window flicker upon launch

2020-04-22 Thread Dirk Lemmermann
Hi everyone, is it just me or did something change in the launch behaviour of JavaFX applications? It seems we are back to the old “grey box” bug of Swing where the window would appear first before filling its content. I noticed the same (but white) effect now for my JavaFX apps, especially