Hey guys! Can anyone help me to understand how to ...
# tornadofx
n
Hey guys! Can anyone help me to understand how to refer to the currently shown View in my application? I have a Menubar that has a "HOME" button that should take me back to the MainView from the View I am currently seeing, no matter which one it is. I though about using
replaceWith<MainView>()
but first I need to get the reference to the currently shown View to do that. Does anyone know a way?