So you create a new scope for a "root" MDI window ...
# tornadofx
e
So you create a new scope for a "root" MDI window you would just do
find<ThatView>(Scope())
where scope could just be an instance of
Scope
like I did here, or a custom version with the ViewModel inside. We might need to add some convenience functions to get to that viewmodel from inside the View/Fragment/Controller though.