<@U25PH0DBJ> I got it working using the `LoadListe...
# tornadofx
e
@jonathan I got it working using the
LoadListener
by implementing
LoadListener#endElement
. If the element is a Node with no parent I assume that the root element attributes are processed. If no controller has been set by then I call
setController
. It shouldn't be a problem if the function is called multiple times, as long as the attributes of the root element are processed by then. Is this too naive?