Re: JavaFX Content Rendering & Resizing and Font Bugs In Linux

2019-01-18 Thread Siddhesh Rane
January 18, 2019 2:48 PM, "Ty Young" wrote: > The documentation on the sizing says that they override the computed size. Computed size refers to Region.USE_COMPUTED_SIZE which causes a node to compute its intrinsic or default size if given infinite space. Basically, you want a button with 4

Re: RFR: JDK-8214185: Upgrade GStreamer to the latest (1.14.4) version

2019-01-18 Thread Kevin Rushforth
+1 -- Kevin On 1/17/2019 3:48 PM, Alexander Matveev wrote: Hi Kevin, Please review the following: https://bugs.openjdk.java.net/browse/JDK-8214185 - Upgrade for GStreamer (1.14.4) and GLib (2.58.2). Thanks, Alexander

Re: JavaFX Content Rendering & Resizing and Font Bugs In Linux

2019-01-18 Thread Ty Young
On 1/17/19 12:55 PM, Siddhesh Rane wrote: January 16, 2019 11:31 PM, "Ty Young" wrote: How else is percentage based UI sizing besides DoubleBinding(s)? Isn't column restraints just the same thing but aligns everything to a column? I have to ask(again) as to why minWidth/maxWidth,

Re: EM Font Size Performance

2019-01-18 Thread Dean Wookey
I've only tested with our application that includes all those things. We set a font size on the root node and everything is done in em. The user can change the font size of the root node, which filters down to things like tooltips, context menus, tables etc. Do you know if there are tests

Re: [8u-dev announce] Future contributions to openjfx/8u-dev

2019-01-18 Thread Tom Schindl
Hi, Is there any documentation how the current javafxports mirror repository got created? Some of our customer projects are going to be stuck on JavaFX-8 for the forseeable future and while we won't sign up for providing general support for JavaFX-8 it would be good to have a central place one

Re: JDK-8193445 Performance Test (CSS applied redundantly)

2019-01-18 Thread Dean Wookey
The last time the issue was discussed was in November. You can see the thread here: https://mail.openjdk.java.net/pipermail/openjfx-dev/2018-November/022837.html I too would like to see this and other performance issues addressed (although our actual biggest priority is mobile). Right now my team