hg: openjfx/8u-dev/rt: RT-38664: SwingNode: IllegalArgumentException about null source when closing combobox

2014-09-17 Thread anthony . petrov
Changeset: 76ebb8a404ab Author:Anthony Petrov anthony.pet...@oracle.com Date: 2014-09-17 10:17 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/76ebb8a404ab RT-38664: SwingNode: IllegalArgumentException about null source when closing combobox Summary: Add a null check

hg: openjfx/8u-dev/rt: RT-38418 Dashed border with width is broken

2014-09-17 Thread martin . sladecek
Changeset: f73646deab84 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-09-17 09:31 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/f73646deab84 RT-38418 Dashed border with width is broken RT-38493 [Region] After RT-38297, rectangular Region borders are

hg: openjfx/8u-dev/rt: RT-38667 [SpltPane] Cannot set divider position in multiple splitpanes at once under certain conditions

2014-09-17 Thread martin . sladecek
Changeset: 26b2ed1d5d5b Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-09-17 09:43 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/26b2ed1d5d5b RT-38667 [SpltPane] Cannot set divider position in multiple splitpanes at once under certain conditions

Time spinner in 8u40

2014-09-17 Thread Peter Penzov
Hi All, I successfully tested Spinner control in 8u40. final Spinner spinner = new Spinner(); spinner.setValueFactory(new SpinnerValueFactory.IntegerSpinnerValueFactory(0, 1)); spinner.setEditable(true); I noticed that there is a Java method for time spinner

RichTextEditor in 8u40

2014-09-17 Thread Peter Penzov
Hi All, Looking at the 8u40 road map there are plans for RichTextEdito: https://wiki.openjdk.java.net/display/OpenJFX/8u40 Is there any code example that I can test? BR, Peter

Re: Time spinner in 8u40

2014-09-17 Thread Stephen F Northover
Hi Peter, There are no plans to make the time spinner public for 8u40 as we are past FF (Feature Freeze). Originally, the time spinner was intended to be part of the new spinner control but there were some issues with it involving tracking the caret. It's all discussed in:

Re: RichTextEditor in 8u40

2014-09-17 Thread Stephen F Northover
Hi Peter, There was never an intent to have a RichTextEditor for 8u40. The wiki is tracking milestones for committed work and the possibility of starting work on a RichTextEditor prototype. At this point, given the bug backlog and other work that is targeted to 8u40, it's looking very

[8u40] Review request: RT-36449 [WebView] URLLoader throws an exception on 401 HTTP error with no body

2014-09-17 Thread Anton V. Tarasov
Hi Leonid, Kevin, Please review a fix: https://javafx-jira.kenai.com/browse/RT-36449 http://cr.openjdk.java.net/~ant/RT-36449/webrev.0 Thanks, Anton.

Subclassing behavior in JavaFX Controls

2014-09-17 Thread Pete Moss
I am starting to work with the TableView JavaFX Control. I see that it has some nominal keyboard handling, but it is incomplete for my needs. From what I understand about the JavaFX Control architecture, all of the JavaFX Control-derived classes use a Skin class created via

Re: Subclassing behavior in JavaFX Controls

2014-09-17 Thread Tomas Mikula
Hi Pete, work on this is tracked in https://javafx-jira.kenai.com/browse/RT-21598 In terms of the current API, I think the best solution is to add event handlers and/or event filters on the TableView. Regarding your proposed fixes, I have a blog post where I argue that the wiring between the

hg: openjfx/8u-dev/rt: RT-38481: [Logger] JavaFX apps fail to start if jfr.jar is removed from JRE

2014-09-17 Thread kevin . rushforth
Changeset: 3cc103a35bee Author:kcr Date: 2014-09-17 11:43 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/3cc103a35bee RT-38481: [Logger] JavaFX apps fail to start if jfr.jar is removed from JRE ! modules/base/src/main/java/com/sun/javafx/logging/PulseLogger.java

[8u40] post-commit review: : RT-38481: [Logger] JavaFX apps fail to start if jfr.jar is removed from JRE

2014-09-17 Thread Kevin Rushforth
Post-commit review for: https://javafx-jira.kenai.com/browse/RT-38481 Simple change to catch NCDFE when loading the JFR-based pulse logger in addition to the exceptions already caught. -- Kevin ---BeginMessage--- Changeset: 3cc103a35bee Author:kcr Date: 2014-09-17 11:43 -0700 URL:

Re: Subclassing behavior in JavaFX Controls

2014-09-17 Thread Pete Moss
Tomas, Thanks for the fast reply. I read your blog post that you referenced and I agree with you 100%. I am a crusty MVC person and I agree, that having the Skin class (View) hold a reference to the Behavior class (Controller) rubs me the wrong way from an MVC perspective. I was looking at the

Re: Subclassing behavior in JavaFX Controls

2014-09-17 Thread Tomas Mikula
Hi Pete, On Wed, Sep 17, 2014 at 9:35 PM, Pete Moss peatmos...@gmail.com wrote: Tomas, Thanks for the fast reply. I read your blog post that you referenced and I agree with you 100%. I am a crusty MVC person and I agree, that having the Skin class (View) hold a reference to the Behavior

Close all ContextMenu with mouse button

2014-09-17 Thread Peter Penzov
Hi All, Is there a way to close all opened context menus opened on the scene? When I press a button I would like to close all Context menus opened by right muse click. BR, Peter

hg: openjfx/8u/rt: Added tag 8u40-b06 for changeset 957060db6fa5

2014-09-17 Thread hang . vo
Changeset: dc7dc0fa856b Author:hudson Date: 2014-09-17 13:35 -0700 URL: http://hg.openjdk.java.net/openjfx/8u/rt/rev/dc7dc0fa856b Added tag 8u40-b06 for changeset 957060db6fa5 ! .hgtags

hg: openjfx/8u-dev/rt: Fix RT-38556: LinearGradient with large number of stops can cause error on Scene background fill

2014-09-17 Thread james . graham
Changeset: b5c3e59824b8 Author:flar james.gra...@oracle.com Date: 2014-09-17 14:13 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b5c3e59824b8 Fix RT-38556: LinearGradient with large number of stops can cause error on Scene background fill Reviewed by: chien !

[8u40] Request for review: RT-34893: [Media] Use of QuickTime prevents Mac AppStore Submission

2014-09-17 Thread David DeHaven
JIRA issue: https://javafx-jira.kenai.com/browse/RT-34893 Webrev: http://cr.openjdk.java.net/~ddehaven/RT-34893/rt.1/ Overview: - Added AVFoundation based player class, implemented as a standalone module that will load only on 10.8 or later - Refactored some classes that were hard wired for

8u40 review request: RT-37356 SW pipeline renders progress bar too darkly

2014-09-17 Thread Jim Graham
webrev: http://cr.openjdk.java.net/~flar/RT-37356/webrev.00/ Jira: https://javafx-jira.kenai.com/browse/RT-37356 Details in the Jira comments... ...jim

[8u40] Code Review Request For RT-38651: ES2: Need to provide query and print out (on verbose) support for OpenGL ES2 implementation dependent limits

2014-09-17 Thread Chien Yang
Hi Kevin and Jim, Please review the proposed enhancement: https://javafx-jira.kenai.com/browse/RT-38651 Thanks, - Chien