Can you post some code <@U69QLRRM3> ?
# tornadofx
c
Can you post some code @mariofelesdossantosjr ?
m
My code, this it works the first time, on the second try it gives the error: java.lang.IllegalArgumentException: AnchorPane@6c7d363[styleClass=root bg-grey bg-900]is already set as root of another scene
My other view
I try this
I need the navigation interface because I work with 2 maven modules, where navigation is controlled separately
My dependence maven
@carlw is it possible to understand?🙂
c
i think the problem is that you're not using find show showChoice's openWindow call. You're creating a new object each and every time.
it should be find<MainView>().openWindow()
m
The find<MainView>().openWindow() returned the same problem
I was trying to sweat the replaceWith but it's not doing anything, it's like it does not roll