CSS Styleable property loading

2014-09-01 Thread Cirujano Cuesta, Diego
Hi all, I am developing a patch to the ticket https://javafx-jira.kenai.com/browse/RT-19538 and it´s almost finished. The only thing is that the css properties are loaded too late. I would like to know how could I force the css loading so that STYLEABLES are loaded when I want. How could I do

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

2014-09-01 Thread sandra . lions-piron
Changeset: 4ecd15e8a082 Author:slions Date: 2014-09-01 09:18 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4ecd15e8a082 [SCENEBUILDER] Going on fixing DTL-6783: Rationalize job implementation between Hierarchy and Content Panels = Adapt Insert and Move GridPane

hg: openjfx/8u-dev/rt: RT-38408 RTL orientation, ChoiceBox popup is not aligned with the ChoiceBox.

2014-09-01 Thread martin . sladecek
Changeset: 31335892f770 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-09-01 11:03 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/31335892f770 RT-38408 RTL orientation, ChoiceBox popup is not aligned with the ChoiceBox. !

hg: openjfx/8u-dev/rt: RT-38465 [SplitPane] Pixels cut off when GridPane inside SplitPane

2014-09-01 Thread martin . sladecek
Changeset: 481f8d61b1cd Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-09-01 15:23 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/481f8d61b1cd RT-38465 [SplitPane] Pixels cut off when GridPane inside SplitPane !

Editable ComboBox bug ?

2014-09-01 Thread omathe
Hi, I have reproduce in a small example a ComBox behavior which I suspect to be a bug. When the TextField intercepts the event, the println displays the current value = OK When the ComboBox (which is an editable one) intercept the event the println does not display the current value = bug ?

Re: Editable ComboBox bug ?

2014-09-01 Thread omathe
In fact It is not a bug, I have just found the right way to get the value : System.out.println(comboBox value : + comboBox.getEditor().textProperty().get()); instead of System.out.println(comboBox value : + comboBox.valueProperty().get()); Sorry for the trouble Olivier - Mail original

hg: openjfx/8u-dev/rt: [SCENEBUILDER] Added CombineReferenceJob and ExpandReferenceJob classes (to be used for DTL-6774).

2014-09-01 Thread eric . le . ponner
Changeset: 5ee50928c1d6 Author:eric.le.pon...@oracle.com Date: 2014-09-01 16:24 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/5ee50928c1d6 [SCENEBUILDER] Added CombineReferenceJob and ExpandReferenceJob classes (to be used for DTL-6774). +

outstanding resource locks

2014-09-01 Thread Mario Ivankovits
Hi! Is there anything further I can do to see which resources are locked so I can see if this is my fault and to release them properly? How to interpret this output? Thanks for any info. Outstanding resource locks detected: ES2 Vram Pool: 76.571.592 used (28,5%), 76.571.592 managed

hg: openjfx/8u-dev/rt: [SCENEBUILDER] First step for DTL-6774 implementation.

2014-09-01 Thread eric . le . ponner
Changeset: b0a0f059cc4e Author:eric.le.pon...@oracle.com Date: 2014-09-01 19:32 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b0a0f059cc4e [SCENEBUILDER] First step for DTL-6774 implementation. JobManager now automatically incokes UpdateReferencesJob. This job takes