Re: LayoutChildren documentation

2022-09-11 Thread Johan Vos
Hi John, This is not a solution for your specific problem (new children added without CSS being applied), but in general, I have run into similar issues many times. I find the JavaFX JavaDoc very valuable for most JavaFX application developers, but for lower-level library development, or for JavaF

LayoutChildren documentation

2022-09-10 Thread John Hendrikx
TLDR; I think layoutChildren should mention it is not a good practice to modify the list of children during the layout pass as CSS won't be applied to them for 1 rendered frame, and perhaps mention a solution (Scene#addPreLayoutPulseListener?) I've been recently bit by an issue that I think mi