Re: right-to-left and clipping

2015-06-08 Thread Tom Eugelink
https://javafx-jira.kenai.com/browse/RT-46188 I cannot add sources to the issue, so I've attached them to this email. Tom On 8-6-2015 14:44, Kevin Rushforth wrote: At first glance, I agree that this seems like a bug. Please file a JIRA issue with your test program. Thanks. -- Kevin Tom E

Re: JavaFx: WebView perfomance in Window 7

2015-06-08 Thread Anton Tarasov
Hi Alexander, It shouldn't be a problem with WebView. Likely that JFX on your Win7_32bit falls back to software rendering pipeline. You can check that with passing "-Dprism.verbose=true" to JVM. You'll see something like this: [java] Prism pipeline init order: es2 sw [java] Using

8u-dev and 9-dev unlocked -- only 1 more week to 8u60 ZBB

2015-06-08 Thread Kevin Rushforth
[fixing the grammatical errors in the last e-mail] 8u-dev and 9-dev are unlocked following this week's sanity testing. As a reminder there is only 1 more week before 8u60 ZBB. No additional restrictions are in place this week, but please refer to [1] and [2] for the 8u-dev commit policies afte

8u-dev and 9-dev unlocked -- only more week to 8u60 ZBB

2015-06-08 Thread Kevin Rushforth
8u-dev and 9-dev are unlocked following this week's sanity testing. As a reminder there is only 1 more week before 8u60 ZBB. No additional restriction are in place this week, but please refer to [1] and [2] for the 8u-dev commit policies after this week. -- Kevin [1] http://mail.openjdk.java.

Re: Windows support for HiDPI displays, call for feedback and testing

2015-06-08 Thread Jim Graham
The only thing that might affect this was the change in the default size of the vram pool, but that happened in 8u40 which predates both of the builds involved in the experiment. I'd be curious as well to hear how the application is affected on non-retina screens, and Windows/D3D for that matt

Re: Understanding the com.sun.* APIs being (ab)used by the community

2015-06-08 Thread David DeHaven
It'll work as long as the class in question (Screen in this case) is exported. If not, you'll likely get a security exception or CNFE. -DrD- > On Jun 5, 2015, at 8:28 AM, Kevin Rushforth > wrote: > > Yes, this will still work, although dipping into non-public state continues > to be somethin

Re: Tick marks on slider

2015-06-08 Thread Kevin Rushforth
Sure, you are welcome to take a stab at it. It's too late for 8u60, though, unless a safe fix is found this week, since ZBB is the beginning of next week. Jonathan can comment further on it. -- Kevin Sven Reimers wrote: Done.. https://javafx-jira.kenai.com/browse/RT-46179

Re: Tick marks on slider

2015-06-08 Thread Sven Reimers
Done.. https://javafx-jira.kenai.com/browse/RT-46179 Sven P.S. If time permits I could have a look at a possible fix (somewhere down in NumberAxis I suppose) - interested? On Mon, Jun 8, 2015 at 2:43 PM, Kevin Rushforth wrote: > Yes, please file a bug. > > -- Kevin > > > > Sven Reimers wrote: >

Re: right-to-left and clipping

2015-06-08 Thread Kevin Rushforth
At first glance, I agree that this seems like a bug. Please file a JIRA issue with your test program. Thanks. -- Kevin Tom Eugelink wrote: Well, I spent quite some time on the clipping and while it I still can't get every situation to play nice, the basic code to get the clipping on a text

Re: Tick marks on slider

2015-06-08 Thread Kevin Rushforth
Yes, please file a bug. -- Kevin Sven Reimers wrote: Hi, my assumption was that Slider s_v6 = new Slider(0, 100, 50); s_v6.setShowTickMarks(true); would show all tick marks (minor and major), but it seems that major ones are missing. If I add s_v6.setShowTickLabels(true) label and

Re: Windows support for HiDPI displays, call for feedback and testing

2015-06-08 Thread Kevin Rushforth
Does the same slowdown happen on a non-Retina system? How large is your image? How large are the individual tiles? One thing that occurs to me is that your application might be thrashing texture memory (although I can't think of anything that changed in 8u60 that would affect this). You might