hg: openjfx/8u-dev/rt: [JAVADOC] RT-37485 Javadoc is confusing for javafx.animation.Timeline

2014-06-11 Thread hang . vo
Changeset: e87cf80130c4 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-06-11 08:02 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e87cf80130c4 [JAVADOC] RT-37485 Javadoc is confusing for javafx.animation.Timeline !

Double skin addition

2014-06-11 Thread Randahl Fink Isaksen
I have noticed that if I create a skin which adds a label like this public MySkin(MyControl control) { super(control); pane.getChildren().add(label); getChildren().add(pane); } the label is actually added twice in my application. I

hg: openjfx/8u-dev/rt: RT-37220: HelloSanity: Adding gesture test-cases (includes usage of scroll, rotate and zoom)

2014-06-11 Thread hang . vo
Changeset: cbc97e1d7330 Author:Elina Kleyman elina.kley...@oracle.com Date: 2014-06-11 11:16 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/cbc97e1d7330 RT-37220: HelloSanity: Adding gesture test-cases (includes usage of scroll, rotate and zoom) !

Formatted text field API (RT-14000, RT-30881)

2014-06-11 Thread Martin Sladecek
Hello, I would like to start some discussion about formatted text field API. The related JIRA issues are RT-14000 (formatted text field) and RT-30881 (content filter). The RT-30881 defines a content filter for all text input controls (in TextInputControl class), like TextField and TextArea.

hg: openjfx/8u-dev/rt: RT-36240: Drag and Drop for complex datatypes fails with JavaFX embedded in Swing

2014-06-11 Thread hang . vo
Changeset: 429b2e166839 Author:Anthony Petrov anthony.pet...@oracle.com Date: 2014-06-11 13:00 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/429b2e166839 RT-36240: Drag and Drop for complex datatypes fails with JavaFX embedded in Swing Reviewed-by: snorthov !

hg: openjfx/8u-dev/rt: RT-37140: Unit tests for inertia of rotate gesture

2014-06-11 Thread hang . vo
Changeset: 5527e3f6b542 Author:Elina Kleyman elina.kley...@oracle.com Date: 2014-06-11 12:31 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/5527e3f6b542 RT-37140: Unit tests for inertia of rotate gesture !

Re: Bundler question for Mac OS X...

2014-06-11 Thread Anthony Petrov
Hi Tony, I don't know the exact syntax for the FX deploy script (is it the -title or -name option for the javafxpackager [1] ?), however [2] suggests that the CFBundleName key in Info.plist can be used to set the application name. I can confirm that Glass reads the value and assigns it to the

Re: Double skin addition

2014-06-11 Thread Tomas Mikula
Hi Randahl, you should override your Skin's dispose() method that removes the label. Possible reasons I can imagine why JavaFX does not clear the child list itself: 1. The control could have some children on it's own, which shouldn't be deleted when applying a skin. This will be the case for a

Review request : RT-34913 TextField in Ensemble 8 appears too narrow to fit characters with descenders

2014-06-11 Thread Rafi Tayar
Lisa, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-34913 Details in the jira. Thanks, Rafi

Review Request : RT-34933 Ensemble: some samples have too small edit boxes

2014-06-11 Thread Rafi Tayar
Lisa, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-34933 Details in the jira. Thanks, Rafi

[8u] Review Request: RT-37420: [TableView] TableView custom TableCell with ComboBoxes not editable

2014-06-11 Thread David Grieve
Jonathan, Please review the diff added as a comment to https://javafx-jira.kenai.com/browse/RT-37420.

hg: openjfx/8u-dev/rt: Fix for RT-37369 [Monocle] When a child window is dismissed, the main window does not repaint right away

2014-06-11 Thread hang . vo
Changeset: 4d490de09504 Author:lisa.se...@oracle.com Date: 2014-06-11 09:43 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4d490de09504 Fix for RT-37369 [Monocle] When a child window is dismissed, the main window does not repaint right away Reviewed by dhill,

Re: Bundler question for Mac OS X...

2014-06-11 Thread Danno Ferrin
This will be upgraded in the 8u20 release. For pre8u20 in the ant script the menu bar name is the name attribute from the application element. fx:deploy … !-- … -- fx:application id=“com.example.your.mac.App” name=“Your App”/ !-- … -- /fx:deploy (This will still work in 8u20, if it

Re: Formatted text field API (RT-14000, RT-30881)

2014-06-11 Thread Martin Sladecek
Binding the property would mean the text field can be edited (the field is still editable), but it's content cannot be committed (by either pressing ENTER or focusing out of the field), so it's content is practically irrelevant. If you think there's a reasonable use case for this, there should

Re: Bundler question for Mac OS X...

2014-06-11 Thread Tony Anecito
 Hi,   The name attribute affects the main menu item but not the sub-menu items. Not sure if you understood what I meant by sub-menu items. It would be better if the sub-menu items did not use the starting/launcher class name. I even found examples googleing where java main.startupclassname was

Re: Bundler question for Mac OS X...

2014-06-11 Thread Tony Anecito
I will try your suggestion to see if the sub-menu items name changes with what you sugggested.   Thanks, -Tony  On , Tony Anecito adanec...@yahoo.com wrote:  Hi, The name attribute affects the main menu item but not the sub-menu items. Not sure if you understood what I meant by sub-menu

Re: Formatted text field API (RT-14000, RT-30881)

2014-06-11 Thread Martin Sladecek
Although I'm not sure the second one can be considered a use-case, I agree that somebody might want uneditable field with some format (and it's up to the developer to make it uneditable), so I'll make the value rw. -Martin On 11.6.2014 16:03, Scott Palmer wrote: There are two cases for this:

SceneBuilder 2.0 import custom components from Ja

2014-06-11 Thread Lidierth Malcolm
Tom I thought it was proabbaly a bad idea too - so I have not used that approach. A better question might have been: should default getters/setters be treated the same way by Scene Builder as public getters/setters in a class when deciding whether to display editors for the property? M

Re: VisibleBounds

2014-06-11 Thread Jeff Martin
Below is my poor man's getVisibleBounds. I'm using this so that my custom text pane only needs to add child nodes for lines of text that are visible - similar to how ListView and friends only add cell nodes for visible items. I hope I'm on the right track - I was surprised that my web search

Re: Bundler question for Mac OS X...

2014-06-11 Thread Danno Ferrin
It does change the sub-menu items (Hide foo/Quit foo), at least the 8u20 toolchain does. I would expect the 8u5 toolchain to change it too because it looks the same, but I haven’t worked on those builds recently. On Jun 11, 2014, at 8:05 AM, Tony Anecito adanec...@yahoo.com wrote: I will

Re: Fwd: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-11 Thread Scott Palmer
I tried to send an email to Thomas asking about the status of these issues (they are not visible to me), but the email bounced (user unknown). Could someone let me know the status? Thanks, Scott On Thu, Apr 17, 2014 at 1:25 AM, Thomas Ng thomas.v...@oracle.com wrote: Thanks for the report!

Re: VisibleBounds

2014-06-11 Thread Stephen F Northover
This seems like a good enhancement request. Please enter a JIRA for it. Steve On 2014-06-11, 10:17 AM, Jeff Martin wrote: Below is my poor man's getVisibleBounds. I'm using this so that my custom text pane only needs to add child nodes for lines of text that are visible - similar to how

Proportional TableColumn resizing

2014-06-11 Thread Kirill Kirichenko
Hi all. How is it possible to create TableColumns (preferably in fxml) such that they have some proportional width say in percents rather than in pixels with a feature that when we resize the table the columns get resized proportionally ? Default behaviour is that when the window containing a

Re: Bundler question for Mac OS X...

2014-06-11 Thread Tony Anecito
Thanks Danno I will try tonight with your suggestion. I will let you know the results.   This is the last thing holding up approval of my app for the store.   Best Regards, -Tony  On Wednesday, June 11, 2014 8:22 AM, Danno Ferrin danno.fer...@oracle.com wrote: It does change the sub-menu

Re: Fwd: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-11 Thread Kevin Rushforth
These are now assigned to Dmitry Cherapanov who I have copied here in case he isn't on the openjfx alias. They are both targeted to JDK 9. -- Kevin Scott Palmer wrote: I tried to send an email to Thomas asking about the status of these issues (they are not visible to me), but the email

review: Refactoring KeyEvent.getKeyCodeForChar

2014-06-11 Thread David Hill
Kevin, Steve, Anthony, Jira: *https://javafx-jira.kenai.com/browse/RT-37492 * Webrev for the refactor is here: http://cr.openjdk.java.net/~ddhill/RT-37492/ http://cr.openjdk.java.net/%7Eddhill/RT-37492/ A simple test application is attached. I tested by running it against the before and

Re: Formatted text field API (RT-14000, RT-30881)

2014-06-11 Thread Scott Palmer
I already have a use for a bi-directional binding. I have a UI that shows properties of a component. The component's properties can be updated via the UI, and also by other events from background processes that are running, or even just as a reaction to some other property changing. So I need

Re: Fwd: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-11 Thread Scott Palmer
Drat... I was hoping to see something much sooner, like 8u20 (obviously too late now) or 8u40. I'm unable to use Web Start deployment because of this. Is it necessary for these issues to be blocked from anonymous viewing? Thanks for the update. Scott On Wed, Jun 11, 2014 at 11:57 AM, Kevin

Re: Formatted text field API (RT-14000, RT-30881)

2014-06-11 Thread Martin Sladecek
I already posted a comment in JIRA (RT-30881) that we should make the value writable. Anyhow, we should move the discussion to JIRA to keep everything at one place. Thanks, -Martin On 11.6.2014 18:14, Scott Palmer wrote: I already have a use for a bi-directional binding. I have a UI that

Re: Fwd: All-Permissions not working properly with sun.plugin2.applet.FXAppletSecurityManager

2014-06-11 Thread Kevin Rushforth
Dmitry can comment further, but it is possible that this issue could be backported to 8u40 if done soon enough. I will double-check whether the bugs can be made non-confidential (so you can at least track progress), but I suspect they cannot in their current form, in which case new bugs

[8u20] Review request RT-34962 Ensemble: Speed Gauge stops animation after going back to main screen

2014-06-11 Thread Lisa Selle
Jasper, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-34962 Details in jira. Thanks, Lisa

hg: openjfx/8u-dev/rt: 2 new changesets

2014-06-11 Thread hang . vo
Changeset: 18ca3f87dab2 Author:David Grievedavid.gri...@oracle.com Date: 2014-06-11 13:32 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/18ca3f87dab2 RT-37500: [Android] Map.computeIfAbsent call in StyleManager !

hg: openjfx/8u-dev/rt: Fix for RT-34962 Ensemble: Speed Gauge stops animation after going back to main screen

2014-06-11 Thread hang . vo
Changeset: 6eaeae29f418 Author:lisa.se...@oracle.com Date: 2014-06-11 15:21 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/6eaeae29f418 Fix for RT-34962 Ensemble: Speed Gauge stops animation after going back to main screen Reviewed by jasper potts Tested with

hg: openjfx/8u-dev/rt: RT-35473 [Monocle] Allow specifying the VNC port (required to allow simultaneous tests in Jenkins)

2014-06-11 Thread hang . vo
Changeset: 1bb43e54af7a Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-06-11 22:52 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1bb43e54af7a RT-35473 [Monocle] Allow specifying the VNC port (required to allow simultaneous tests in Jenkins) !

[8u26] Review request RT-36960: A switch to change between frame buffers

2014-06-11 Thread Daniel Blaukopf
Hi Lisa, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-36960 Thanks, Daniel

Re: VisibleBounds

2014-06-11 Thread Jeff Martin
Okay - here's the jira (and a blog): Jira: Node could use a getVisibleBounds() method Blog: Getting the Visible Bounds of a Node jeff On Jun 11, 2014, at 9:37 AM, Stephen F Northover steve.x.northo...@oracle.com wrote: This seems like a good enhancement request. Please

hg: openjfx/8u-dev/rt: RT-37492 refactor Glass KeyEvent.getKeyCodeForChar moving impl to Application for ease of overriding in Java

2014-06-11 Thread hang . vo
Changeset: 3aa343ef3313 Author:ddhill Date: 2014-06-11 17:01 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/3aa343ef3313 RT-37492 refactor Glass KeyEvent.getKeyCodeForChar moving impl to Application for ease of overriding in Java Reviewed-by: kcr, anthony !

hg: openjfx/8u-dev/rt: RT-37380: [TreeTable] HelloTreeTableView - some tree items intermittently require double-click to expand or collapse

2014-06-11 Thread hang . vo
Changeset: 8ff6f815767f Author:jgiles Date: 2014-06-11 11:34 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8ff6f815767f RT-37380: [TreeTable] HelloTreeTableView - some tree items intermittently require double-click to expand or collapse !

hg: openjfx/8u-dev/rt: RT-37420: [TableView] TableView custom TableCell with ComboBoxes not editable

2014-06-11 Thread hang . vo
Changeset: cf00d4cc7219 Author:David Grievedavid.gri...@oracle.com Date: 2014-06-11 18:45 -0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/cf00d4cc7219 RT-37420: [TableView] TableView custom TableCell with ComboBoxes not editable Reviewed by: jonathan !

hg: openjfx/8u-dev/rt: RT-37421: [TreeView] TreeView layout regression

2014-06-11 Thread hang . vo
Changeset: fdcebfd4841f Author:jgiles Date: 2014-06-12 11:02 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/fdcebfd4841f RT-37421: [TreeView] TreeView layout regression ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/VirtualFlow.java !

SnapCode is the first and only pure JavaFX IDE

2014-06-11 Thread Jeff Martin
Today we finished a two week port of the remaining Swing components of SnapCode to JavaFX, including the code editer, file manager, welcome panel, runtime browser/player and much more. That means JavaFX now has a real IDE written in JavaFX! Check out the video overview: Blog:

Review for monocle robot

2014-06-11 Thread David Hill
jira: https://javafx-jira.kenai.com/browse/RT-36375 webrev: http://cr.openjdk.java.net/~ddhill/RT-36375/ This fixes 16 and 32 bit accelerated screen captures as tested with HelloSanity. -- David Hill david.h...@oracle.com Java Embedded Development An undefined problem has an infinite number

hg: openjfx/8u-dev/rt: RT-37502: [TreeView] StackOverflow when overriding TreeItem getChildren() method with selection set

2014-06-11 Thread hang . vo
Changeset: 561b5d8d4971 Author:jgiles Date: 2014-06-12 16:02 +1200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/561b5d8d4971 RT-37502: [TreeView] StackOverflow when overriding TreeItem getChildren() method with selection set !