TableViews Shift+Click multi-selection issues

2018-07-22 Thread Matthew Elliot
Hi all, I hope this is an easy question but I haven't been able to find an answer in the internet. I have a TreeTable with multi-selection enabled and I am listing to the selectedItems() property. When I shift+click with the mouse to select more than 1 row I always first get notified there are 0

Re: Matrox Graphics Cards Problems

2018-05-18 Thread Matthew Elliot
; [3]: > http://hg.openjdk.java.net/openjfx/jfx-dev/rt/file/071b040b8736/modules/javafx.graphics/src/main/native-prism-es2/windows/WinGLFactory.c#l252 > > >> On 18 May 2018 at 04:32, Matthew Elliot >> wrote: >> Hey, thanks for the second link, exactly what I needed jus

Re: Matrox Graphics Cards Problems

2018-05-17 Thread Matthew Elliot
t; > Regards, > Anirvan > > >> On Thu, 17 May 2018 at 11:04 PM, Matthew Elliot >> wrote: >> Hi all, >> >> we have some customers in the wild who use Matrox 9148LP (9100 series) >> graphics cards because they drive more than 2 monitors and JavaFX alw

Matrox Graphics Cards Problems

2018-05-17 Thread Matthew Elliot
Hi all, we have some customers in the wild who use Matrox 9148LP (9100 series) graphics cards because they drive more than 2 monitors and JavaFX always reports an error initializing HW pipeline and forcing gpu results in system instability. I checked the bug reports but couldn't see anything abou

Re: Paint Phase Debugging / Performance

2018-05-09 Thread Matthew Elliot
ngentDoubleInterpolationInterval and > NumberTangentInterpolator. > > Looks like all all the discussed difficulties with diagnostics are enhanced > when it comes to 3D. Will have to dig deep on this one. > > Thanks, > Nir > >> On Mon, May 7, 2018 at 9:07 PM, Matthew E

Re: Paint Phase Debugging / Performance

2018-05-07 Thread Matthew Elliot
ncurrent.ThreadPoolExecutor$Worker.run(java.base@10-internal/ThreadPoolExecutor.java:635) > at > com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(javafx.graphics@10-internal/QuantumRenderer.java:125) > at java.lang.Thread.run(java.base@10-internal/Thread.java:

Re: Paint Phase Debugging / Performance

2018-05-04 Thread Matthew Elliot
Hi Pedro, The first link I have read through many times, it is very useful for ideas but doesn't really flesh out or go into much detail on each topic. It also comments a few times on the problems we've encountered, 'what costs what' is difficult to understand / measure. The second link I hadn't

Re: Paint Phase Debugging / Performance

2018-05-01 Thread Matthew Elliot
great to have tools that auto-detect this. Detecting slow > render phases is already done, but linking to the root cause is of course > much harder. > > I don't think that interrupting the paint phase is a good thing. If that > takes 200-300 ms, it is very likely it will take 20

Paint Phase Debugging / Performance

2018-05-01 Thread Matthew Elliot
Hi all, The last few days I was troubleshooting a new performance issue that showed up in our PROD application where customers had fallen back to the SW rendering pipeline. It severely affected the application where CPU frequency was under 3 GHz with hover lags of a few seconds in the worst cases.

Re: CSSParser Color.parse() for unexpected CSS properties

2018-04-05 Thread Matthew Elliot
g? Our WebBugs triage engineer > will ask for this, and it will save time if you can provide it now. > Otherwise the bug report looks fine. > > -- Kevin > > > > Matthew Elliot wrote: > >> Hey David, thanks. >> I have filed a bug via the Oracle website. >>

Re: CSSParser Color.parse() for unexpected CSS properties

2018-04-04 Thread Matthew Elliot
Hey David, thanks. I have filed a bug via the Oracle website. internal review ID : 9053225 Hopefully this was correct as it was also my first time. Matt On 4 April 2018 at 17:21, David Grieve wrote: > On 4/4/18 10:44 AM, Matthew Elliot wrote: > > Hi David, thanks for the quick resp

Re: CSSParser Color.parse() for unexpected CSS properties

2018-04-04 Thread Matthew Elliot
of what the property is or value it > might have. This allows the addition of new properties (such as an user > might add for their own CSS styles) without having to modify the parser to > handle them. > > > > On 4/4/18 10:03 AM, Matthew Elliot wrote: > >> Hi a

CSSParser Color.parse() for unexpected CSS properties

2018-04-04 Thread Matthew Elliot
Hi all, (first post). I was profiling our PROD JavaFX application recently I discovered something rather peculiar in the CSSParser. (jdk1.8.0_151) I noticed several hundred IllegalArgumentExceptions on the JavaApplicationThread where for various unrelated css properties the CSSParser is trying to

Re: Planning for JavaFX.next

2016-12-07 Thread Matthew Elliot
+1 for CSS perf (diagnostic tooling for slow selectors like @Daniel Gloeckner referenced earlier would also be a bonus) + for scene graph rendering perf + table perf + table features and fixes (column freezing, row span, selection model fixes and memory leak fixes) + integration of controlsfx int