have a look at `runAsyncWithProgress { ... } ui { ...
# tornadofx
n
have a look at
runAsyncWithProgress { ... } ui { ... }
that worked for me
b
Putting the load part in the ui solves it, thanks. Now I have to find a way to control it so it disappears only when page is loaded.