Thanks for sharing this <@U25U0KPFT> - you are awe...
# tornadofx
i
Thanks for sharing this @carlw - you are awesome! So I see the way your decouple the view in the end it the
windowid
String - it allows for the
ViewAndFragsDemoView
to not know the view classes directly, but open them just via
fire(OpenWindowEvent("view", ""))
as in Line 54. Right now, the way I have it is very similar to what you posted except for one part: I do not have the string, but reference the View Classes directly (so I do still have the View coupling), the plain reason being, that I really enjoy the TypeSafety of the curretn solution ...