edvin
04/12/2017, 10:20 AMonComplete
callback for that? Just call isComplete = true
in the onSave
function of the Wizard to trigger it.edvin
04/12/2017, 10:24 AMedvin
04/12/2017, 10:25 AMedvin
04/12/2017, 10:25 AMedvin
04/12/2017, 10:26 AMedvin
04/12/2017, 10:26 AMedvin
04/12/2017, 10:26 AMmodel.commit(field1, field2)
since they are being autocommitted. I do however configure the completed state of each wizard page:edvin
04/12/2017, 10:26 AMoverride val complete = customer.valid(customer.name)
edvin
04/12/2017, 10:27 AMedvin
04/12/2017, 10:28 AMnimakro
04/12/2017, 10:30 AM-fx-background-color: -fx-shadow-highlight-color, -fx-outer-border, -fx-inner-border, -fx-body-color
edvin
04/12/2017, 10:31 AMunsafe("-fx-background-color", raw("fx-shadow-highlight-color, -fx-outer-border, -fx-inner-border, -fx-body-color"))
nimakro
04/12/2017, 10:32 AMedvin
04/12/2017, 10:32 AMedvin
04/12/2017, 10:33 AMron
04/12/2017, 10:35 AMron
04/12/2017, 10:36 AMedvin
04/12/2017, 10:36 AMron
04/12/2017, 10:36 AMron
04/12/2017, 10:37 AMlinkCommits=true
edvin
04/12/2017, 10:38 AMron
04/12/2017, 10:39 AMedvin
04/12/2017, 10:40 AMron
04/12/2017, 10:40 AMedvin
04/12/2017, 10:41 AMedvin
04/12/2017, 10:52 AMWizard with graphic property set▾
ron
04/12/2017, 10:52 AMedvin
04/12/2017, 10:52 AMedvin
04/12/2017, 10:53 AMgraphic = imageview(resources.url("/tornadofx/tests/person.png").toExternalForm(), false)