What's the earliest point you can call localToScre...
# tornadofx
s
What's the earliest point you can call localToScreen on a Node? I tried calling it in an onDock method, but it always returns null.
I solved it by calling it inside boundsInParentProperty().onChangeOnce and it seems to work 100% of the time