Re: OT: Netbeans ported to JFX?

2014-07-11 Thread Chris Nahr
I asked Geertjan Wielenga about a possible JavaFX rewrite of NetBeans back in March, and he said that although they'll keep pulling in JavaFX features such as WebView on a case-by-case basis, a total rewrite is not going to happen. So the IDE is going to remain Swing-based. Link to the

Re: Windows Hi-DPI

2015-10-30 Thread Chris Nahr
? Felix On 30 Oct 2015, at 17:33, Chris Nahr<chris.n...@gmail.com> wrote: Hi-DPI is supported on Windows, assuming you have 8u60 or later (better 8u66 or later so a ComboBox doesn't freeze the application!). On my Dell XPS-15 with Windows 10 and 4K displays JavaFX also uses hardware accele

Re: Windows Hi-DPI

2015-10-30 Thread Chris Nahr
Hi-DPI is supported on Windows, assuming you have 8u60 or later (better 8u66 or later so a ComboBox doesn't freeze the application!). On my Dell XPS-15 with Windows 10 and 4K displays JavaFX also uses hardware acceleration, in this case with the Intel 4600 integrated GPU. However, this causes

Re: Most JavaFX apps unusable on Windows 10 (combo boxes bug)

2015-09-14 Thread Chris Nahr
Yes, I can confirm this bug is present when running on a Dell XPS 15 which does have both a touchscreen and an integrated Intel GPU for desktop display (HD 4600). The application hangs even though I'm using a mouse and not the touchscreen to click on the combo box. That's a catastrophic bug

Re: Most JavaFX apps unusable on Windows 10 (combo boxes bug)

2015-09-15 Thread Chris Nahr
Thanks, I very much appreciate it! > On 15 Sep 2015, at 18:53, Kevin Rushforth <kevin.rushfo...@oracle.com> wrote: > > We will take a look at this right away. If it's as serious as you say then > this is a P1 issue. > > -- Kevin > > > Chris Nahr wrot

Stage.Min/MaxWidth/Height don't scale

2015-11-18 Thread Chris Nahr
On Windows the minimum & maximum size properties of Stage don't scale to the current DPI settings, unlike all other drawing coordinates. The explicit size properties (setWidth/setHeight) do scale but setMinWidth, setMaxWidth, setMinHeight & setMaxHeight were apparently overlooked. Any values

Re: Stage.Min/MaxWidth/Height don't scale

2015-11-19 Thread Chris Nahr
Okay, I've submitted a bug report to bugs.java.com where it has been assigned Review ID JI-9026706. -- Chris Kevin Rushforth wrote: Hi Chris, Application developers can file bugs here: http://bugs.java.com/ Thanks. -- Kevin

Re: Text mismeasured at certain Windows DPI levels

2018-03-12 Thread Chris Nahr
and manifests as an ellipsis. -- Christoph Nahr On 2018-03-09 10:58, Chris Nahr wrote: I've found a pretty serious issue with CheckBox labels on Windows DPI levels other than 100% or 200%. Apparently the label mismeasures itself during layout, so its text is cut off with an ellipsis. I've attached

Text mismeasured at certain Windows DPI levels

2018-03-09 Thread Chris Nahr
I've found a pretty serious issue with CheckBox labels on Windows DPI levels other than 100% or 200%. Apparently the label mismeasures itself during layout, so its text is cut off with an ellipsis. I've attached a simple program to reproduce this. Running with -Dglass.win.uiScale=100%, 125%,