I have an edit button that starts a dialog window ...
# tornadofx
m
I have an edit button that starts a dialog window asking for some input. What's the best way to pass the input back from the dialog window to the original window? I could use the event bus but that doesn't seem clean.
m
A property in a ViewModel?
1
m
Thank you
m
that's the way I do it
actually, just a property in the dialog view