Re: Table Input

2018-06-21 Thread Michael Paus
But this does not seem to be available for people who already dare to use Java9++ :-( or did I miss something? Am 20.06.18 um 19:45 schrieb José Pereda: As Daniel points out, the TableView2 control is a Gluon contribution that has been merged recently to ControlsFX, but it hasn't been released

Re: Table Input

2018-06-21 Thread Rony G. Flatscher
José & Daniel, thank you very much for the information and links! ---rony On 20.06.2018 19:45, José Pereda wrote: > As Daniel points out, the TableView2 control is a Gluon contribution that has > been merged recently > to ControlsFX, but it hasn't been released yet. Actually there is a pending

Re: Table Input

2018-06-20 Thread José Pereda
As Daniel points out, the TableView2 control is a Gluon contribution that has been merged recently to ControlsFX, but it hasn't been released yet. Actually there is a pending PR to rename the new control to FixableTableView. Regarding commit on focus, it has been implemented in two new table cell

Re: Table Input

2018-06-20 Thread Daniel Peintner
Hi, > I believe the last time I looked at the TableView2 contribution at > > ControlsFX (which can be used as a TableView replacement), commit on > focus > > lost was implemented/supported. > Do you have a link? > The PR has been merged but the contribution is not yet available as ControlsFX rele

Re: Table Input

2018-06-20 Thread Rony G. Flatscher
On 20.06.2018 15:33, Daniel Peintner wrote: > I believe the last time I looked at the TableView2 contribution at > ControlsFX (which can be used as a TableView replacement), commit on focus > lost was implemented/supported. Do you have a link? seems to not h

Re: Table Input

2018-06-20 Thread Daniel Peintner
Hi, I believe the last time I looked at the TableView2 contribution at ControlsFX (which can be used as a TableView replacement), commit on focus lost was implemented/supported. -- Daniel Jonathan Giles schrieb am Mi., 20. Juni 2018, 10:28: > Yup, > > A great regret. I wish it were supported,

Re: Table Input

2018-06-20 Thread Jonathan Giles
Yup, A great regret. I wish it were supported, but it isn't due to historical legacy. There are some small ways you can make some progress, e.g. add focus listeners on the editor node, but they are half solutions at best. -- Jonathan (Tapped on a touch device) On Wed, 20 Jun 2018, 10:25 AM , wr

Re: Table Input

2018-06-20 Thread fastegal
Zitat von Tom Eugelink : This is a well known and already deeply discussed issue. I'm still not sure where we are with it, but Jonathan knows I believe. https://bugs.openjdk.java.net/browse/JDK-8089514 tbd_major ... since nearly 7 years :(( actually, it took 4 years to get the necessi

Re: Table Input

2018-06-19 Thread Tom Eugelink
This is a well known and already deeply discussed issue. I'm still not sure where we are with it, but Jonathan knows I believe. On 19-6-2018 20:53, Ty Young wrote: On 06/19/2018 10:51 AM, omnip...@gmail.com wrote: A minor issue in the Table component existed in previous versions of JavaFX wh

Re: Table Input

2018-06-19 Thread Ty Young
On 06/19/2018 10:51 AM, omnip...@gmail.com wrote: 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 registe

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