Re: Permutation of scene graph children

2014-12-01 Thread Anirvan Sarkar
Hi, java.util.List doesn't support a swap operation but there is Collections.swap(List, int, int) for that. Also there exists a JIRA RT-39128 for gett

Re: [8u40]: Review request for RT-39489: Latest 10.10.2 beta update causes NSTouch exceptions continually

2014-12-01 Thread Kevin Rushforth
My question, which I asked in the JIRA, is whether this is Apple's bug that we can expect them to fix, or whether they really did mean to nuke a deprecated interface in an update release. Even with Apple's at-times cavalier attitude regarding backward compatibility, it seems unlikely that they

Re: [8u40]: Review request for RT-39489: Latest 10.10.2 beta update causes NSTouch exceptions continually

2014-12-01 Thread Mike Hearn
Ugh. Seems this also nukes Chrome and Blender. http://9to5mac.com/2014/11/30/google-chrome-crashes-hard-with-mac-os-10-10-2-beta-heres-the-fix/ I really wonder how an update that hard crashes Chrome can actually even ship to beta. That seems like a total absence of app compat testing. Seems like

Re: [8u40]: Review request for RT-39489: Latest 10.10.2 beta update causes NSTouch exceptions continually

2014-12-01 Thread Tobias Bley
They work but the performance goes down to many native exceptions…. Tobi > Am 01.12.2014 um 22:04 schrieb Mike Hearn : > > What happens to existing jfx apps once 10.10.2 starts rolling out? Do they > all break?! I didn't see much discussion of the scope of this issue in the > bug report. > > O

8u-dev unlocked -- M4 rampdown in effect

2014-12-01 Thread Kevin Rushforth
The 8u-dev repo is unlocked following this week's testing. PLEASE NOTE: The milestone M4 rampdown is in effect this week (the usual exceptions apply for test, doc, and IDE changes), and also next week (leading up to JDK 8u40 RDP2). See https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Test

Re: [8u40]: Review request for RT-39489: Latest 10.10.2 beta update causes NSTouch exceptions continually

2014-12-01 Thread Mike Hearn
What happens to existing jfx apps once 10.10.2 starts rolling out? Do they all break?! I didn't see much discussion of the scope of this issue in the bug report. On Mon, Dec 1, 2014 at 9:44 PM, Morris Meyer wrote: > Kevin and David, > > Please review this patch for the issue added with the 10.10

[8u40]: Review request for RT-39489: Latest 10.10.2 beta update causes NSTouch exceptions continually

2014-12-01 Thread Morris Meyer
Kevin and David, Please review this patch for the issue added with the 10.10.2 software patch that deals with part of the NSTouch interface changing. --morris JIRA - https://javafx-jira.kenai.com/browse/RT-39489 WEBREV - http://cr.openjdk.java.net/~morris/RT-39489.01/

Re: TreeItem enhancements

2014-12-01 Thread Werner Lehmann
Hi Jonathan, sure, I'll file that tweak. About prototyping: this is probably the only thing I can do here, prototyping. I'd rather prepare a pull request with treeitem enhancements while using them already for our product at the same time. That could be a win-win situation and I could provide

Re: TreeItem enhancements

2014-12-01 Thread Jonathan Giles
These sound like decent suggestions - I would encourage you to file a tweak request in jira. It would be great if in the development of your work you could prototype and explore these suggestions in greater depth - I am always happy to work with patches as a starting point. -- Jonathan On 2/1

Re: EA builds of 8u40 and 9 for arm (RaspberryPi)

2014-12-01 Thread Kevin Rushforth
You should probably ask this question on one of the openjdk mailing lists, such as disc...@openjdk.java.net . -- Kevin Sven Reimers wrote: Hi guys, hope this is the correct mailing list to ask.. I was looking for ea builds of 8u40 and 9 for arm (RaspberryPi) on jdk8.java.net and jdl9.java.n

TreeItem enhancements

2014-12-01 Thread Werner Lehmann
Hi, I am currently building a visual designer for Jasper Reports (to be embedded in our product). The design model is basically a design tree, so I am extending TreeItem for its element classes, e.g. StaticText or SubReport. This has two benefits: 1. I get to show the model in a TreeView, and

Permutation of scene graph children

2014-12-01 Thread Werner Lehmann
Hi, occasionally I need to move a child in its children list and would like to avoid a remove/add operation. For example, this could be useful to change z-order in a StackPane, or change vertical order on a VBox, or when synchronizing item order in a model with corresponding node order in a s

Re: In(Sanity) Testing Mondays

2014-12-01 Thread Kevin Rushforth
Also as a reminder, we will be under rampdown rules for M4 (and then RDP2) after the repo opens back up later today. I will send another reminder when I open it back up. Please see the "Milestone Week" section on the Sanity Testing page that Vadim sent out below. -- Kevin Vadim Pakhnushev wr

[8u40] Review request for RT-35277: ColorPicker throw exceptions

2014-12-01 Thread Vadim Pakhnushev
Jonathan, Please review this fix: https://javafx-jira.kenai.com/browse/RT-35277 http://cr.openjdk.java.net/~vadim/RT-35277/webrev.00/ Thanks, Vadim