Re: Layout issue

2014-02-12 Thread John Hendrikx
I've tried to create a simple test application in https://javafx-jira.kenai.com/browse/RT-35830. It is still fairly long, but it shows the problem right from the start when the Stage pops up. Thanks :) --John On 11/02/2014 20:41, Jonathan Giles wrote: If you can create a simple test

Re: Layout issue

2014-02-12 Thread John Hendrikx
On 11/02/2014 21:09, Martin Sladecek wrote: The rule of thumb in case you modify content during the layout is that content should depend on layout pane size, not the other way around. It means that changing the content won't modify the min/pref/max size of the pane as that would trigger

Re: Layout issue

2014-02-12 Thread Tomas Mikula
Hi John, I'm replying to your question from JIRA: Is there perhaps a better place to hook into when you want to have a chance to update the layout as a result of deferred property changes? I took your example and modified it: https://gist.github.com/TomasMikula/6c5d97edc51ec8fa3d9e Perhaps

hg: openjfx/8u-dev/rt: [TOYS] giving FXSlideShow a nbproject

2014-02-12 Thread hang . vo
Changeset: c8fb432d8a42 Author:ddhill Date: 2014-02-12 11:21 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c8fb432d8a42 [TOYS] giving FXSlideShow a nbproject + apps/toys/FXSlideShow/build.xml + apps/toys/FXSlideShow/nbproject/build-impl.xml +

hg: openjfx/8u-dev/rt: RT-35629: IDE Tooling for JavaFX Packager

2014-02-12 Thread hang . vo
Changeset: 24be04fee37b Author:shemnon Date: 2014-02-12 13:56 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/24be04fee37b RT-35629: IDE Tooling for JavaFX Packager * Fix Mac Tests by using the TestPackager class for test bundles * Don't require jfxrt.jar to be in the

TestFX and popup

2014-02-12 Thread Tom Eugelink
I'm using a Popup and need TestFX to click some buttons that are in the popup, but the nodes are not found. How is a Popup hooked into an existing node tree? The code in a.o. PopupWindow seems to only reference one way; from the popup towards the owner, but not the other way. Only if the

Failure to find any font (probably on Embedded)

2014-02-12 Thread David Hill
I am chasing a edge case that probably only happens in certain Embedded configurations. If we don't find *any* fonts, then we quietly fail and blame it on CSS :-) I say blame it on CSS because the resulting hard failure is: Exception in thread JavaFX Application Thread

Re: Failure to find any font (probably on Embedded)

2014-02-12 Thread Kevin Rushforth
A more informative message and an earlier detection both sound good. Not sure about the pointer to the Wiki page, though. We haven't done that in the past that I am aware of. If we do want to go down that path, I would suggest a pointer to a single, well-known support page that could describe

Re: Failure to find any font (probably on Embedded)

2014-02-12 Thread Stephen F Northover
Embedding URL's in code ... a recipe for stale URL's. I suppose that we put URL's in JavaDoc though. Steve On 2014-02-12 1:53 PM, Kevin Rushforth wrote: A more informative message and an earlier detection both sound good. Not sure about the pointer to the Wiki page, though. We haven't done

Re: Launching JavaFX apps

2014-02-12 Thread Florian Brunner
Could someone elaborate on this? Thanks! -Florian Am Samstag, 18. Januar 2014, 13.27:07 schrieb Florian Brunner: Hi Kevin, Thanks for this clarifiacation! I'm also interested in this kind of information as I'm in the process of upgrading Drombler FX to JavaFX 8 and Drombler FX comes

[8u] review RT-35778 - duplicate dtjava.js files

2014-02-12 Thread Danno Ferrin
Kevin, Thomas, please review: webrev: http://cr.openjdk.java.net/~shemnon/RT-35778/webrev.00/ jira: https://javafx-jira.kenai.com/browse/RT-35778 thanks, —Danno

Re: Failure to find any font (probably on Embedded)

2014-02-12 Thread Daniel Blaukopf
Unless someone has removed font files from the Java directory tree - in which case all bets are off - this won’t happen with the JRE or JDK for any platform. It will only happen with Java SE Embedded Compact Profiles. So referring them to “the release notes for Java SE Embedded” seems

Re: Failure to find any font (probably on Embedded)

2014-02-12 Thread Kevin Rushforth
Embedding URL's in code ... a recipe for stale URL's. Yeah, that's why I'm not sure I like it... -- Kevin Stephen F Northover wrote: Embedding URL's in code ... a recipe for stale URL's. I suppose that we put URL's in JavaDoc though. Steve On 2014-02-12 1:53 PM, Kevin Rushforth wrote: A

Re: Launching JavaFX apps

2014-02-12 Thread David DeHaven
Use of JavaFX-Class-Path is supported but highly discouraged as it leads to ClassLoader juggling, it was required when there was no SE launcher support for JavaFX. It is only supported for backward compatibility, new applications should NOT use it. Either JavaFX-Application-Class or

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

2014-02-12 Thread hang . vo
Changeset: 8f4ded00fb69 Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-02-13 08:20 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8f4ded00fb69 RT-35783 ScrollPane is not refreshing its contents Reviewed by: jgiles, flar !

hg: openjfx/8u-dev/rt: RT-33833 [2d traversal] Nonmousetraversal functionality does not work in expected way on ListView when moving right

2014-02-12 Thread hang . vo
Changeset: 4cd4ea8e412d Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-02-13 08:16 +0100 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4cd4ea8e412d RT-33833 [2d traversal] Nonmousetraversal functionality does not work in expected way on ListView when moving