Creating and not attaching components right away m...
# tornadofx
e
Creating and not attaching components right away might seem like what you need, but I'm pretty sure that's due to a misunderstanding. You could create extension functions and call those later on instead most probably. Would love to see the use case where this is needed @S @Gary Tierney @aimozg
g
I don't think there are cases you need to do this. I agree it's due to a misunderstanding, and comes from mixing declarative builders with imperative code.
👍 1
GroovyFX, for example, does something similar.