but I’ve got it in println using ```runAsync{ Thre...
# tornadofx
c
but I’ve got it in println using
Copy code
runAsync{
Thread.sleep(5000)
println(selectedItemString)}
sleep was used to get value after item selected (counter starts on app start but I got enough time to select)