<@U25U0KPFT> The controller is already created at ...
# tornadofx
e
@carlw The controller is already created at that stage, since the
fxml
delegate is a part of the controller class, but it is possible to return that instance from a controller factory. The issue is that the controller factory is only consulted if the user actually put the
fx:controller
attribute in his FXML file. If he didn't, you need to call
setController
before you load the file.