Hey guys. Im trying to create a window using `myvi...
# tornadofx
s
Hey guys. Im trying to create a window using
myview.openWindow()
that works except this new window seems to stay on top of the old one even though the openWindow method has modality of none. i can interact with the parent window but it stays behind the new one. I tried setting alwaysOnTop to false just in case but that didnt help either. Is there something else i need to do?