Re: Understanding Layout

2014-12-19 Thread Scott Palmer
Thanks Martin that helps a bit. Here's a test case that reproduces the layout issue I was seeing. The layout code is very basic and computation of the size is left to the base class. The computed width is wrong. The error seems to be that the compute* methods in SkinBase simply don't apply. I be

Re: Understanding Layout

2014-12-19 Thread Martin Sladecek
Hi Scott, On 18.12.2014 22:49, Scott Palmer wrote: Short Version: Is there good documentation on how JavaFX performs layout? (Not specific layouts, but layout in general.) Not an official documentation I'm afraid (at least I don't know of any), just the javadoc and a few blog posts: Amy Fowler