<@U7BB83NPR> update: I added `primaryStage.show()`...
# tornadofx
a
@Carlton Whitehead update: I added
primaryStage.show()
after adding the ids to the view!! Forgot this necessary step. I'm now getting a new error message:
Copy code
IllegalStateException: Not on FX application thread; currentThread = main
h
I don't know what
clickOn(textfield).write("Something")
does, but it probably needs to be done on the FX thread
a
clickOn
is part of the FxRobotInterface class
I assume it's being done on the FX thread, but I actually don't know