<@U25U0KPFT> Ok! Also still have question about in...
# tornadofx
i
@carlw Ok! Also still have question about internal window. How to handle InternalWindow close event?
c
You want to do something extra when the user presses the internal X in the upper right corner?
i
Yep
Want to refresh data when window is closed)
Currently I'm using lambda function pass it via model to my internal window view. Hide default close button and draw my own. And call this function when my close button is pressed.
c
Try overriding onUndock()
i
Thx!