Funtik
Funtik
@edvin @ctadlock are there any comments on these commits?
*up javafx version (13)
@edvin I made a serious mistake last merging with the `main` branch. Please take it and put it on the `bintray`. And then @ctadlock while with the repository `TornadoFX 2`...
add `Kt` to the class name, main.kt -> MainKt
I found the reason, and fixed it in my code. I plan to make the selection of the table similar to the Excel version, I will do PR when I...
@ctadlock yes I’ll do a general PR closer to the end of the week
this is due to the fact that Kotlin has not been updated in tornadofx
provide the FXMl header and stacktrace. Also provide the paths where your FXML-file is located. > Fxml file is located under resources directory at the root of the resource? then...
@Stars-One This code works for me, but why do you use Dispatchers.UI you need Dispatchers.JavaFx. what version of kotlin do you have?
also I would not recommend using GlobalScope. Work with coroutines can be hidden in the controller. You can also write auxiliary extension functions for calling coruntin