<@U7L3827SM> Sorry for the late reply, I've been a...
# tornadofx
e
@Jeff Thomas Sorry for the late reply, I've been away this weekend. Do
foo.bind(fooModel.barProperty)
, that should set things up correctly. Also consider using the typesafe builders instead of FXML. Instead of the Wizard, I think you should just traverse between Views using the
replaceWith
function, and keep total control of what's being displayed on screen. If you can give a small example of how two screens would look like I can show you how to deal with this.