Re: SplitPane layout question

2015-01-14 Thread Florian Brunner
I've cross-posted the question here: http://stackoverflow.com/questions/27953751/splitpane-layout-issue I'm still looking for solutions. -Florian Am Montag, 5. Januar 2015, 22.35:48 schrieb Florian Brunner: > Hi Scott, > > Thanks for your answer. > > Unfortunatly, I still couldn't fix this is

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 wrote: > The min/max sizes of the children are probably being respected. > > Scott > >> On Dec 22, 2014, at 7:13 AM, Florian Brun

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 wrote: > > Hi, > > Sometimes when I'm setting the divider positions of a SplitPane > programmatically my value get overridden again by some JavaFX internal layout > code. >

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 trac