Re: Enhancements for JavaFX 18

2021-08-04 Thread John Hendrikx
On 04/08/2021 19:05, Ty Young wrote: * A late "showing" property for when the application has been shown to the user and all first viewing UI components have had their sizes calculated and are being displayed, if it doesn't exist already and I'm completely blind. Do you mean a property

Re: Enhancements for JavaFX 18

2021-08-04 Thread John Hendrikx
Perhaps: Fluent bindings for ObservableValue https://github.com/openjdk/jfx/pull/434 It was received well I think, and there was some interest from Nir Lisker to work on a proposal. --John On 30/07/2021 14:56, Kevin Rushforth wrote: Now that JavaFX 17 is in RDP2, we can turn more attention

Re: Enhancements for JavaFX 18

2021-08-04 Thread Philip Race
+1. It is something I intend to get to for 18. -phil. On 8/4/21 1:10 PM, Kirill Grouchnikov wrote: May I humbly suggest fixing font rendering color fringe issues on macOS On Wed, Aug 4, 2021 at 3:54 PM Sebastian Stenzel < sebastian.sten...@gmail.com> wrote: +1 for a proper system tray api

Re: Enhancements for JavaFX 18

2021-08-04 Thread Kirill Grouchnikov
May I humbly suggest fixing font rendering color fringe issues on macOS On Wed, Aug 4, 2021 at 3:54 PM Sebastian Stenzel < sebastian.sten...@gmail.com> wrote: > +1 for a proper system tray api > > > Am 04.08.2021 um 16:47 schrieb Scott Palmer : > > > > +1 to that. > > > > I would also like to

Withdrawn: 8269429: Linux: Only the last APPLICATION_MODAL window behaves correctly

2021-08-04 Thread Thiago Milczarek Sayao
On Mon, 28 Jun 2021 16:56:44 GMT, Thiago Milczarek Sayao wrote: > The PR approach is to set `gtk_window_set_keep_above` to true on > APPLICATION_MODAL windows, so they will not stay behind non APPLICATION_MODAL > windows. > > This is passed on WindowStage.java:198 as a mask. > > The weird

Re: RFR: 8269429: Linux: Only the last APPLICATION_MODAL window behaves correctly [v3]

2021-08-04 Thread Thiago Milczarek Sayao
On Sat, 10 Jul 2021 16:06:18 GMT, Thiago Milczarek Sayao wrote: >> The PR approach is to set `gtk_window_set_keep_above` to true on >> APPLICATION_MODAL windows, so they will not stay behind non >> APPLICATION_MODAL windows. >> >> This is passed on WindowStage.java:198 as a mask. >> >> The

Re: Enhancements for JavaFX 18

2021-08-04 Thread Ty Young
You want a list of bugs that could be fixed? Today's your lucky day! * Resizing a JavaFX window under Linux (still) causes graphical glitches, needing -Dprism.forceUploadingPainter=true or, IIRC, software rendering to "fix". * Resizing ALSO causes graphical glitching on the bottom and

Re: Enhancements for JavaFX 18

2021-08-04 Thread Sebastian Stenzel
+1 for a proper system tray api > Am 04.08.2021 um 16:47 schrieb Scott Palmer : > > +1 to that. > > I would also like to see some progress with system tray support and > microphone & webcam access. > > Scott > >> On Aug 4, 2021, at 7:07 AM, Jeanette Winzenburg >> wrote: >> >>  >> my

Re: Enhancements for JavaFX 18

2021-08-04 Thread Scott Palmer
+1 to that. I would also like to see some progress with system tray support and microphone & webcam access. Scott > On Aug 4, 2021, at 7:07 AM, Jeanette Winzenburg > wrote: > >  > my suggestion would be the longstanding commit-edit-on-focus-lost - solved by > an enhancement to the

Re: Enhancements for JavaFX 18

2021-08-04 Thread Dirk Lemmermann
+1 Tom Eugelink schrieb am Mi. 4. Aug. 2021 um 16:31: > +1 > > On 2021-08-04 11:58, Jeanette Winzenburg wrote: > > > > my suggestion would be the longstanding commit-edit-on-focus-lost - > solved by an enhancement to the editing api on virtualized controls > > > > -- Jeanette > > > > Zitat von

Re: Enhancements for JavaFX 18

2021-08-04 Thread Tom Eugelink
+1 On 2021-08-04 11:58, Jeanette Winzenburg wrote: my suggestion would be the longstanding commit-edit-on-focus-lost - solved by an enhancement to the editing api on virtualized controls -- Jeanette Zitat von Kevin Rushforth : Now that JavaFX 17 is in RDP2, we can turn more attention to

Re: RFR: 8255572: Axis does not compute preferred height properly when autoRanging is off [v8]

2021-08-04 Thread Jonathan Vusich
> As noted in the corresponding JBS issue, `Axis` does not properly compute its > preferred height when `autoRanging` is turned off. The simplest fix seems to > be changing `CategoryAxis` so that `tickLabelRotation` is set to 90 degrees > if there is not enough room for the category labels to

Re: Enhancements for JavaFX 18

2021-08-04 Thread Jeanette Winzenburg
my suggestion would be the longstanding commit-edit-on-focus-lost - solved by an enhancement to the editing api on virtualized controls -- Jeanette Zitat von Kevin Rushforth : Now that JavaFX 17 is in RDP2, we can turn more attention to bug fixes and enhancement requests for JavaFX 18.