Re: SplitPane layout question

2015-01-05 Thread Florian Brunner
Hi Scott, Thanks for your answer. Unfortunatly, I still couldn't fix this issue. I tried several things including setting the prefWidth/ prefHeight of the items to the expected value, but I couldn't stop the SplitPane to effectively hide the first and the third (last) item during a re-layout.

Re: SplitPane layout question

2014-12-23 Thread David Gilbert
Maybe related to this bug: https://javafx-jira.kenai.com/browse/RT-38851 Best regards, David Gilbert http://www.jfree.org/ On 22 Dec 2014, at 13:19, Scott Palmer swpal...@gmail.com wrote: The min/max sizes of the children are probably being respected. Scott On Dec 22, 2014, at 7:13 AM,

SplitPane layout question

2014-12-22 Thread Florian Brunner
Hi, Sometimes when I'm setting the divider positions of a SplitPane programmatically my value get overridden again by some JavaFX internal layout code. For debugging purposes I've added a listener to the position property of the divider and have thrown a RuntimeException to see the stack

Re: SplitPane layout question

2014-12-22 Thread Scott Palmer
The min/max sizes of the children are probably being respected. Scott On Dec 22, 2014, at 7:13 AM, Florian Brunner fbrunnerl...@gmx.ch wrote: Hi, Sometimes when I'm setting the divider positions of a SplitPane programmatically my value get overridden again by some JavaFX internal