Re: RFR: 8252107: Media pipeline initializtion can crash if audio or video bin state change fails

2020-08-20 Thread Alexander Matveev
On Thu, 20 Aug 2020 23:59:24 GMT, Kevin Rushforth wrote: > The PR title doesn't match the JBS title. Can you fix it? Fixed. It looks like github auto truncate long titles. - PR: https://git.openjdk.java.net/jfx/pull/285

Re: RFR: 8252107: Media pipeline initializtion can crash if audio or video bin state change fails

2020-08-20 Thread Alexander Matveev
On Thu, 20 Aug 2020 23:57:12 GMT, Kevin Rushforth wrote: > I built and tested it on Linux and it looks good. Have you done a build / > test on Mac and Windows as well? Yes, Mac and Windows was tested with all formats. - PR: https://git.openjdk.java.net/jfx/pull/285

Re: RFR: 8252107: Media pipeline initializtion can crash if audio or video bin…

2020-08-20 Thread Kevin Rushforth
On Thu, 20 Aug 2020 23:32:24 GMT, Alexander Matveev wrote: > https://bugs.openjdk.java.net/browse/JDK-8252107 > > - Fixed by checking return value of audio/video bin state change and stopping > pipeline initialization if error occurred. I built and tested it on Linux and it looks good. Have y

Re: RFR: 8252107: Media pipeline initializtion can crash if audio or video bin…

2020-08-20 Thread Kevin Rushforth
On Thu, 20 Aug 2020 23:57:12 GMT, Kevin Rushforth wrote: >> https://bugs.openjdk.java.net/browse/JDK-8252107 >> >> - Fixed by checking return value of audio/video bin state change and >> stopping pipeline initialization if error occurred. > > I built and tested it on Linux and it looks good. Ha

RFR: 8252107: Media pipeline initializtion can crash if audio or video bin…

2020-08-20 Thread Alexander Matveev
https://bugs.openjdk.java.net/browse/JDK-8252107 - Fixed by checking return value of audio/video bin state change and stopping pipeline initialization if error occurred. - Commit messages: - 8252107: Media pipeline initializtion can crash if audio or video bin state change fails

Re: TabPane - initial select tab not working properly?

2020-08-20 Thread Daniel Peintner
Hi Ambarish, all, Thank you for the feedback. I did report the bug and got the internal review ID : 9066543 Thanks, -- Daniel On Wed, Aug 19, 2020 at 8:45 PM Ambarish Rapte wrote: > Hello Daniel, > > The behavior seems like a bug to me. > Looks like the first layout of TabHeader fails to br

Re: JPackage and JavaFX

2020-08-20 Thread Kevin Rushforth
This list is be the right place to discuss the javapackager tool (regardless of whether or not it is a fork of the old java(fx)packager tool that used to be part of openjfx). -- Kevin On 8/20/2020 7:12 AM, Bardot Jérôme wrote: i personaly try to use javapackager https://github.com/fvarrui/Ja

Re: JPackage and JavaFX

2020-08-20 Thread Kevin Rushforth
That should be "This list is *not* the right place..." On 8/20/2020 8:06 AM, Kevin Rushforth wrote: This list is be the right place to discuss the javapackager tool (regardless of whether or not it is a fork of the old java(fx)packager tool that used to be part of openjfx). -- Kevin On 8/20

Re: JavaFX14/Listener not called

2020-08-20 Thread Nir Lisker
Hi Peter, This is a development mailing list, not a help list. I suggest you ask questions on a help site. The reason you see this difference is that you're using an invalidation listener which uses lazy evaluation, so in your second example it is not updated because it is not used in the printin

JavaFX14/Listener not called

2020-08-20 Thread Petr Nemecek
Dear all, could somebody explain me, please, why the output differs for CODE-1 and CODE-2 see below? I would expect the listener to be called four times in both cases. I believe there's trivial answer for that, but I'm not able to find it by myself, probably due to the hot weather here in P

Re: JPackage and JavaFX

2020-08-20 Thread Bardot Jérôme
i personaly try to use javapackager https://github.com/fvarrui/JavaPackager for me this tool need to be hightlight and it need feedback On 20/08/2020 02:52, Davide Perini wrote: > Hi all, > is there someone able to use JPackage with JavaFX under ubuntu with JDK14? > > When I try to use jpackage