Table Input

2018-06-19 Thread omniprof
A minor issue in the Table component existed in previous versions of JavaFX
when editing in a cell was turned on. Only if the Return key was pressed was
the data entered into the backing bean. Leaving the cell with Tab or by
mouse did not register the change. I thought just when a cell looses focus
it should trigger updating the bean. I have not looked at the recent builds
but I thought I'd ask if it has come up on anyone's radar. I noticed it when
I moved from teaching Swing to FX.

 

Ken Fogel

 

 



Media Player Failure When Speakers Not Present

2020-09-14 Thread omniprof
While I am still looking for where I can file this problem I thought I'd
bring it to the list. A program I use in my course plays a short video. Have
used it for a few years and it works fine. EXCEPT, if there is not a
connected audio out device such as speakers or headphones. The video does
not play and there is no stack trace or any other indication of a problem.
Stage opens fine but the media control does nothing and the scene appears
empty. Discovered when I used a machine that did not have speakers plugged
into it. Expected behaviour was just to see the video without sound. It is
possible that this bug has been around since the introduction of the Media /
Media Player control. 

 

I assume the code works like "Hi M. PCaudio, what are you connected to?"
"I'm not connected to anything, M. Media Player" "That's OK M. PCAudio, I'll
just wait forever or just give up and do nothing".

 

Or, it can just be a crazy Xeon based Windows machine that is giving grief
to OpenJFX. Using Java 14 and OpenJFX 16-ea+1.

 

Ken Fogel

 

PS: If someone can send me the URL for OpenJFX's JIRA or equivalent, I will
submit a bug report.

 



RE: Media Player Failure When Speakers Not Present

2020-09-14 Thread omniprof
I am a little confused. The url you sent appears to be for Java SE bug 
reporting and I thought that JavaFX as OpenJFX is not part of the Java SE 
distribution. If so then this may not be where I report my issue.

 

Ken

 

 

From: Nir Lisker  
Sent: September 14, 2020 4:19 PM
To: [email protected]
Cc: [email protected] Mailing 
Subject: Re: Media Player Failure When Speakers Not Present

 

PS: If someone can send me the URL for OpenJFX's JIRA or equivalent, I will
submit a bug report.  

 

bugreport.java.com  

 

On Mon, Sep 14, 2020 at 11:03 PM mailto:[email protected]> > wrote:

While I am still looking for where I can file this problem I thought I'd
bring it to the list. A program I use in my course plays a short video. Have
used it for a few years and it works fine. EXCEPT, if there is not a
connected audio out device such as speakers or headphones. The video does
not play and there is no stack trace or any other indication of a problem.
Stage opens fine but the media control does nothing and the scene appears
empty. Discovered when I used a machine that did not have speakers plugged
into it. Expected behaviour was just to see the video without sound. It is
possible that this bug has been around since the introduction of the Media /
Media Player control. 



I assume the code works like "Hi M. PCaudio, what are you connected to?"
"I'm not connected to anything, M. Media Player" "That's OK M. PCAudio, I'll
just wait forever or just give up and do nothing".



Or, it can just be a crazy Xeon based Windows machine that is giving grief
to OpenJFX. Using Java 14 and OpenJFX 16-ea+1.



Ken Fogel



PS: If someone can send me the URL for OpenJFX's JIRA or equivalent, I will
submit a bug report.






RE: Media Player Failure When Speakers Not Present

2020-09-16 Thread omniprof
Bug report filed.

 

Ken

 

 

From: Nir Lisker  
Sent: September 14, 2020 4:37 PM
To: [email protected]
Cc: [email protected] Mailing 
Subject: Re: Media Player Failure When Speakers Not Present

 

The issues database is the same for all OpenJDK projects, including JDK and 
OpenJFX. When you submit the issue, it is triaged internally and transferred to 
the public JBS at https://bugs.openjdk.java.net.

 

On Mon, Sep 14, 2020 at 11:27 PM mailto:[email protected]> > wrote:

I am a little confused. The url you sent appears to be for Java SE bug 
reporting and I thought that JavaFX as OpenJFX is not part of the Java SE 
distribution. If so then this may not be where I report my issue.

 

Ken

 

 

From: Nir Lisker mailto:[email protected]> > 
Sent: September 14, 2020 4:19 PM
To: [email protected]  
Cc: [email protected]   Mailing 
mailto:[email protected]> >
Subject: Re: Media Player Failure When Speakers Not Present

 

PS: If someone can send me the URL for OpenJFX's JIRA or equivalent, I will
submit a bug report.  

 

bugreport.java.com  

 

On Mon, Sep 14, 2020 at 11:03 PM mailto:[email protected]> > wrote:

While I am still looking for where I can file this problem I thought I'd
bring it to the list. A program I use in my course plays a short video. Have
used it for a few years and it works fine. EXCEPT, if there is not a
connected audio out device such as speakers or headphones. The video does
not play and there is no stack trace or any other indication of a problem.
Stage opens fine but the media control does nothing and the scene appears
empty. Discovered when I used a machine that did not have speakers plugged
into it. Expected behaviour was just to see the video without sound. It is
possible that this bug has been around since the introduction of the Media /
Media Player control. 



I assume the code works like "Hi M. PCaudio, what are you connected to?"
"I'm not connected to anything, M. Media Player" "That's OK M. PCAudio, I'll
just wait forever or just give up and do nothing".



Or, it can just be a crazy Xeon based Windows machine that is giving grief
to OpenJFX. Using Java 14 and OpenJFX 16-ea+1.



Ken Fogel



PS: If someone can send me the URL for OpenJFX's JIRA or equivalent, I will
submit a bug report.