PLEASE READ: 8u-dev open for 8u60 work; update on 8u/9 syncing policy

2014-12-15 Thread Kevin Rushforth
To: All OpenJFX developers I. 8u-dev is now open for 8u60 work I have completed the final integration from FX 8u-dev into 8u prior to the 8u40 RDP2 fork. As a result, the FX 8u-dev repo is unlocked and is now open for 8u60 [1] bug fixes. Here are the rules: * We are no longer under rampdown

JavaScript library for JavaFX fans?

2014-12-15 Thread Jeff Martin
I need to do some JavaScript development - any recommendations for a JavaScript library that comes the closest to JavaFX? It seems like a couple years ago I even heard talk about making a JavaScript version of JavaFX (maybe at JavaOne). jeff

Re: Scrollbars on *View or better VirtualFlow based UI elements

2014-12-15 Thread Tomas Mikula
Hi Werner, On Mon, Dec 15, 2014 at 4:35 PM, Werner Lehmann wrote: > Hi Tomas, > > On 15.12.2014 16:10, Tomas Mikula wrote: >> >> To add an idea, semi-transparent scrollbars could be shown over the >> content when the mouse approaches the edge. This would avoid >> flickering andto save space at th

Re: Scrollbars on *View or better VirtualFlow based UI elements

2014-12-15 Thread Werner Lehmann
Hi Tomas, On 15.12.2014 16:10, Tomas Mikula wrote: To add an idea, semi-transparent scrollbars could be shown over the content when the mouse approaches the edge. This would avoid flickering andto save space at the same time. I realize one could not use this if the scrollbars would cover some in

Re: Scrollbars on *View or better VirtualFlow based UI elements

2014-12-15 Thread Tomas Mikula
To add an idea, semi-transparent scrollbars could be shown over the content when the mouse approaches the edge. This would avoid flickering andto save space at the same time. I realize one could not use this if the scrollbars would cover some interactive controls at the edge of the content. Also,

Scrollbars on *View or better VirtualFlow based UI elements

2014-12-15 Thread Tom Schindl
Hi, The constant hiding of the horizontal (ListView & TreeView) and vertical (TreeView) makes the interaction with the control very noisy because the viewport size always changes e.g. when expanding & collapsing and or e.g. scrolling a list with cells of different sizes. The native UI-Toolkits (a

Select-binding still warns about null steps

2014-12-15 Thread Werner Lehmann
Hi, it seems as if bindings created with Bindings.selectXXX still do not support null steps fully. With RT-35957 the log level of NPEs caused by null steps was reduced to FINE. Howver, in 8u25 there is a still a warning logged for a perfectly normal operation: Dez 15, 2014 12:59:44 PM com.